body
 {
 background-color:#000000;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin:0;
 padding:0;
 height: 100%;
 }
 
#mainBox
{
height 1%;

position: relative;
display: block;
background: #FFFFFF;
border-left: 157px solid #000000;
border-right: 157px solid #000000;
}

#innerBox
{
height: 1%;


position: relative;
display: block;
}

#leftBox
{
height: 1%;

float: left;
position: relative;
width: 157px;
left: 0px;
}

#rightBox
{

float: right;
position: relative;
width: 157px;
right: 0px;
}

#leftBack
{
position: relative;

display: block;
margin-left: -157px;
background-image:url(/assets/templates/justus/images/left.jpg);
background-repeat: repeat-y;
background-position:left;
}

#rightBack
{
margin-right: -157px;
background-image:url(/assets/templates/justus/images/right.jpg);
background-repeat: repeat-y;
background-position:right;
}
#centerBox
{
margin-left: 157px;
margin-right: 157px;
position: relative;
display: block;
height: 1%;
padding: 20px;
vertical-align: top;
}

.clear
{
clear:both;
}

#header{
background-color:#000000;
background-image:url(/assets/templates/justus/images/header_bg.jpg);
background-repeat: repeat-x;
}

#footer{
position: relative;

font-size: 9px;
width:100%;
display: block;
height:40px;
padding-top: 1px;
text-align: center;
background-image:url(/assets/templates/justus/images/bottom.jpg);
background-repeat:repeat-x;
color:#666666;
background-color: #000000;
}

a:link
{
	color: #FF0000;
}
a:hover
{
	color:#CC0000;
	text-decoration: overline underline;
}

a:visited
{
	color:#3366FF;
	text-decoration:underline;
}

a:link
{
	color: #FF0000;
}
a:hover
{
	color:#CC0000;
	text-decoration: overline underline;
}

a:visited
{
	color:#3366FF;
	text-decoration:underline;
}

#sponsors
{	
	border-top-color: #AAAAAA;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: bottom;
	text-align:center;
	word-spacing: 2em;
	padding: 10px;
}

#nav
{
	
	clear: both;
	position: relative;
	left: 10px;
	font-size: 11px;
	font-weight:700;
	font-stretch:extra-expanded;
	margin-left: -40px;
}

#nav ul
{
	list-style-type: none;
}


#nav a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited
{
	color:#FFFFFF;
	text-decoration: none;
}
#nav a:hover
{
	color:#FFFFFF;
	text-decoration: overline underline;
}

#news
{
	position: relative;
}


#news h1
{
	font-size: 18px;
	font-stretch: extra-expanded;
	font-style: normal;
	color:#003399;
}
#news h2
{
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	color:#003399;
	padding-bottom: 0px;
	margin-bottom: 0px;
		
}
#news p
{
	font-size: 12px;
	color: #000000;
	border-left-style: none;
	padding-top: 1px;
	padding-bottom: 0px;
}

#termine
{
	position: relative;
}
#termine h1
{
	font-size: 18px;
	font-stretch: extra-expanded;
	font-style: normal;
	color:#333333;
}
#termine ul
{
	font-size: 12px;
	font-style: normal;
}

#line
{
background-image:url(/assets/templates/justus/images/line.gif);
background-repeat:repeat-y;
}



