﻿/* CSS mainkode til Scanprint hjemmeside anno november 2008 */
/* Bedste trykkeri i Jylland, tryksag, tryk*/
*{
    padding:0;
    margin:0;
}

body {
    padding:0;
    margin:0;
    text-align:center;
}

h1 {
font-family:Helvetica;
font-size:16px;
margin-bottom:10px;
text-transform:uppercase;
float:left;

}

p {
    margin:0;
    padding:0;
font-family:Verdana;
font-size:10px;   
 }

a { 
    margin:0;
    padding:0;
    }

ul {
    padding:0;
    margin:0;
    float:left;
    list-style-type:none;
}

li {
    padding:0;
    margin:0;
}

/* " frameset" */
#container1 {
width:1000px; 
margin-left:auto;
margin-right:auto;

}
/* Henter fast baggrundsbilled i toppen fra style sheet side (ligger som et image) som bliver hentet over i template som en generel sti */  
#top {
float:left;
width:1100px;
height:198px;
background-repeat:no-repeat;
}

#date {
float:left;
width:215px;
height:20px;
margin:180px 0px 0px 10px;
display:inline;

}


/* hele main - Main er opdelt i 4 kolonner: minilinks, indhold, menupic, mainmenu  */
#main {
float:left;
width:1100px;
height:400px;
background-image:url('/Files/System/Ny_Website/mainbg.jpg');
background-repeat:repeat-x;

}
/* ikon-links til mail og Home */
#minilinks {
float:left;
width:80px;
height:30px;
margin:350px 0px 0px 0px;
display:inline; /* s?rger for at margin vises rigtig i Internet 6 */  

}

#Indholdsrapper {
float:left;
margin:20px 20px 50px 0px;
display:inline;
}

/*indhold fra text-editoren i main */
#indhold {
float:left;
width:425px;
height:340px;
overflow:auto; /* Overstiger indholdet mere end 400px -> scrollbar */
text-align:left;
}

/*
#Indholdsrapper1 {
float:left;
margin:50px 20px 0px 0px;
display:inline;
}

/*indhold fra text-editoren i main */
#indhold1 {
float:left;
width:600px;
height:200px;
overflow:auto; /* Overstiger indholdet mere end 400px -> scrollbar */
text-align:left;
}

#flash_indhold {
width:710px;
float:left;
margin:15px 0px 0px 0px;
height:370px;
overflow:hidden;
}

#flash{position:relative;
left:20px;
top:65px;
width:730px;
height:370px;
overflow:hidden;}

#flash_frame{overflow:hidden;
text-decoration:none;}


/* billededelen i main */
#mainpic {
float:left;
width:235px;
height:374px;
margin:10px 0px 0px 0px;
display:inline; /* s?rger for at margin vises rigtig i Internet 6 */  

}
/*Rightside menu main*/
#mainmenu {
float:right;
width:150px;
margin:50px 150px 0px 0px;
display:inline;
}

/*submenu med billeder */
#imagemenu {
float:left;
width:1120px;
margin:0px 0px 0px 400px;
display:inline;
}
#footer  { float: left; }
