@charset "utf-8";
/* CSS Document */
/* Stylesheet Kulleraugen */
 
body{
background-image:url(../img/bg.jpg);
font-family:Georgia, serif;
}

/*Tabellen*/
table#main
{
margin-right: auto;
margin-left: auto;
}
#wrapper { 
width:996px;
border:#A20202 5px solid;
-moz-border-radius:18px;
}
#top{background-color:#FFFFFF;}
#head
{
background-color:#FFF;
background-image:url(../img/header.jpg);
background-repeat:no-repeat;
height:204px;

}
#content
{background-color:#FFFFFF;}


#foot
{
background-color:#A20202;
height:36px;
}

h1
{
font-family:Georgia, serif;
font-size:18px;
}
#contenttop
{
background-color:#FFF;
margin: 5px 20px 0px 20px;
border-top:#A20202 1px dotted;
border-bottom:#A20202 1px dotted;
}

a:link, a:visited{color:#000;}

#bgtop2 {
	background-image:url(../img/bgtop2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height: 30px;
	text-align: right;
	
}


.foottext{font-size:12px;}
.foottext a {color:#FFF;}
