body {
	margin:0px;
	padding:0px;
	background-color:#c4c4c4;
	font-family:Arial;
   	font-size:13px;
}

div#page {

}

div#header {
   background-image:url(../images/headerBack.jpg);
   height:23px;
}

span#header {
   color:#fff;
   font-size:11px;
   font-weight:bold;
   position:absolute;
   left:150px;
   top:3px;
}

div#content {
   background:url(../images/header.jpg) no-repeat;
   height:800px;
}

div#text {
   position:absolute;
   left:200px;
   top:-80px;
   width:400px;
}
div#contentShadow {
   background-image:url(../images/headerShadow.jpg);
   width:100%;
   height:170px;
   position:absolute;
   left:770px;
}

div#navigation {
   	position:absolute;
	top:253px;
}

div.rubrik {
   background:#2f6082 right repeat-y url(../images/navigRight.jpg);
   width:162px;
   margin:0px;
   padding:0px;
   line-height:18px;
}

div.navig {
   background:#869eab right repeat-y url(../images/navigRight.jpg);
   width:162px;
   margin:0px;
   padding:0px;
}

a.rubrik {
   text-decoration:none;
   color:#ccc;
   font-size:14px;
   margin-left:15px;
}

a.navig {
   text-decoration:none;
   color:#ccc;
   font-size:14px;
   margin-left:15px;
}

a {
   text-decoration:none;
   color:rgb(50,50,50);
   font:13px normal arial;
   margin-left:15px;
  
}

a:hover {
   text-decoration:none;
   color:rgb(100,100,100);
   font:13px normal arial;
   margin-left:15px;
  
}

thead td {
   font-weight:bold;
   border-bottom:1px solid #000;
}

.artTitle {
   font-size:15px;
   font-weight:bold;
   margin-top:20px;
}

.artAnriss {
   font-style:italic;
}
