html,body {
	margin:0;
	padding:0;
	background-color:#1a1a1a;
	
}
body {
	color:#fff;
	font-family:Tahoma, arial, helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
}
p { 
	margin:0 10px 10px;
}
a { 

   color: #374dac;

}
div#header { 
	margin:0;
	padding-left:10px;
	background-color:blue;
	background-image:url(../assets/layout/bg-header.jpg);
	height:267px;
}
div#header a { 
	display:inline;
	padding:0;
	margin:0;
}
div#header div#navigation {
	text-align:center;
	padding-top:200px;
}

div#header div#navigation a {

	background-image:url(../assets/layout/buttons/bt_bg.gif);
   background-repeat: no-repeat;
   background-position: top;
}

div#header #navigation a:hover {
	background-position: bottom;
}

div#header #navigation a.aktiv {
   background-position: bottom;
}

div#container {
	background-color:#000;
	text-align:left; 
}

div#content p {
	
}

div#footer {
	background: #2e408f;
	color: #FFF;
	height:100px;
	margin: 0 13px;
}
div#footer p {
	margin:0;
	padding:5px 10px;
}

div#container { 
	width:950px;
	margin:0 auto;
	background-image:url(../assets/layout/background.jpg);
}
div#wrapper {
	float:left;
	width:100%;
}

div#content { 
	margin-left:15px;
	margin-right:20px;
	padding: 0 5px;
	background-color:#000;
}

div#footer {
 clear:left;
 width:918px;
}

table, tr, td {
   font-size:10px;
   font-family:Tahoma, Arial, Helvetica, sans-serif;

}

#newRwp {
   width:200px;
   position: absolute;
   margin:0;
   padding:0;
}
#news {
   float:right;
   width:680px;
   margin-right:10px;
   margin-top: -10px;
   padding: 0 10px;
}
#news h1.headline {
   font-size:20px;
   font-style:italic;
   font-weight:bold;
   color:#374dac;
   letter-spacing: -1px;
   margin-bottom:5px;
}

#bands {
   float:right;
   width:680px;
   margin-right:10px;
   margin-top: -10px;
   padding: 0 10px;
}
#linksrubrik {
   float:right;
   width:680px;
   margin-right:10px;
   margin-top: -10px;
   padding: 0 10px;
}

h1 {
   font-size:20px;
   font-style:italic;
   font-weight:bold;
   color:#374dac;
   letter-spacing: -1px;
   margin-bottom:5px;
}
h2 {
   font-size:18px;
   font-style:italic;
   font-weight:bold;
   color:#374dac;
   letter-spacing: -1px;
   margin: 5px 0 10px 0;
}

div.trenner {
   height:25px;
  	background-image:url(../assets/layout/trenner.gif);
   background-repeat:x-repeat;

}


 h1.error {
   font-size:20px;
   font-style:italic;
   font-weight:bold;
   color:#BDA53D;
   letter-spacing: -1px;
   margin-bottom:5px;
}
 h2.error {
   font-size:18px;
   font-style:italic;
   font-weight:bold;
   color:#BDA53D;
   letter-spacing: -1px;
   margin-bottom:5px;
}
div.break {
   height:20px;

}

/*Browse*/
span.pageResultsCurrent {

    font-weight:bold;
    color:#374dac;
    padding:2px 2px;
    margin:0;
    border:1px solid black;
}
a.pageResults {
  padding:2px 2px;
  color: #fff;
  margin:0;
  text-decoration:none;
  border:1px solid black;
}
a:hover.pageResults {
   text-decoration:underline;
}
div.small {
   font-size:10px;
}

a.links {
   color:#374dac;
   margin:5px 0;
   text-decoration:none;
}
a:hover.links {
   color:#ffffff;
}

a.linksaktiv {
   color:#ffffff;
   padding:5px 0;
   text-decoration:none;
}
a:hover.linksaktiv {
   color:#ffffff;

}

ul.allLinks {
    list-style-type:none;
    list-style-image:none;
    margin-left:0;
    padding:0 10px;
}
ul.allLinks li {
    margin: 5px 0;
}

a.linkhead {
   font-size:18px;
   color:#374dac;
   text-decoration:none;
   font-style:italic;
   font-weight:bold;

}
a.linkURL {
 color:#fff;
}
td.linkURL {
   background-color:#374dac;
   padding: 5px;
}

