/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body

{  margin:0 auto;
   padding:0;
   background-color:#FFFFFF;
   color: #333;
   font: 11px/16px 'Lucida Sans Unicode','Trebuchet MS', Arial, Helvetica, sans-serif;
   text-align: center;
}



/*--other divs--*/

#wrapper {width: 950px; height: auto; margin: 0 auto; padding: 0; text-align:left;}
#left{width:360px; float:left; border-left:1px solid #FF0066; }
#right{margin-left:400px; margin-top:25px; padding-bottom:30px; border-top: 1px solid #FF3366; background-color:#efefef;}
#adress{width:300px; height:auto; padding-left:15px;}
#header {margin:0; width:auto; height: 10px; border-top:10px solid #efefef; text-align:right; padding-top:5px;}
#footer {background: #fff url(../images/hund_bottom.gif) bottom no-repeat; margin:0; padding: 0; width:700px; font-size: 10px; color:#ccc; text-align:center;}
#mainbottom{ width:auto; height:61px; background:url(../images/kopmannaforening.gif) bottom no-repeat;}

/* navstyles */
 #navcontainer { width: 300px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font: 11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 5px 5px 5px 15px;
width: 200px;
background-color:#CCCCCC;
border-bottom: 1px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover, #navcontainer a.active
{
background-color:#FF3366;
color: #fff;
}

/* links, h2 */
a:link{ text-decoration: none; color:#FF3366;}
a:visited{ text-decoration: none; color:#FF3366;}
a:hover{ text-decoration: underline; color:#666666;}
a:active{ text-decoration: none; color:#FF3366;}

h2{font: bold 12px 'Georgia', Arial; color:#8F8F8F; margin:15px 0px 5px 0px;}
h1{font: bold 14px 'Georgia', Arial; color:#666666; margin:15px 0px 5px 0px;}

.leftpad{ margin-left:15px;}
#right p, #right h2, #right h1{ padding-left:30px; padding-right:50px;}
table, td, tr, form, textarea, button, input, select{font: 11px/15px 'Lucida Sans Unicode','Trebuchet MS', Arial, Helvetica, sans-serif;}
.ram{border:1px solid #ccc;}
.small{font-size:x-small;}
.rek {font: 11px 'Lucida Sans Unicode','Trebuchet MS', Arial, Helvetica, sans-serif; color:#666;}
.date{font-size:16px; color:#999999; margin:10px 0 10px 0;}
.grey{color:#666666;}

