
/*###########################*/	

body{
	margin-top:50px;
	background:url(/bilder/background.png);
	background-repeat:repeat-x;
	background-color:#003366;
	}

/*###########################*/	

.navibox{
	color:#FFFFFF;
	
	border-top-width:1px;
	border-top-color:#003366;
	border-top-style:solid;
	
	border-left-width:1px;
	border-left-color:#003366;
	border-left-style:solid;
	
	border-right-width:1px;
	border-right-color:#003366;
	border-right-style:solid;
	
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-image:url(http://www.akb07.de/bilder/navibg.png);
	background-repeat:repeat-x;
	background-color:#003366;
	}

/*###########################*/	

.linkbox{
	color:#003366;
	padding:2px;
	font-family:Verdana;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	}
.linkbox a{
	color:#003366;
	text-decoration:none;
	}
.linkbox a:hover{
	color:#FF0000;
	}

/*###########################*/	

.textbox{
	color:#003366;
	padding:2px;
	font-family:Verdana;
	font-size:12px;
	text-align:justify;
	}
.textbox a{
	color:#000000;
	text-decoration:none;
	}
.textbox a:hover{
	color:#FF0000;
	text-decoration:none;
	}

/*###########################*/	

img{
	border:0px;
	}

/*###########################*/	

ul{
	list-style:none;
	}

/*ul{
	list-style:square;
	color:#CCCCCC;
	margin-top:12px;
	margin-bottom:12px;
	}
ul a:hover{
	list-style:square;
	color:#003366;
	}
li a:hover{
	color:#FF0000;
	}*/
/*a:link{
	color:#CCCCCC;
	text-decoration:none;
	}
a:visited{
	color:#003366;
	text-decoration:none;
	}
a:active{
	color:#990000;
	text-decoration:none;
	}
a:hover{
	color:#003366;
	text-decoration:none;	
	}*/
	

/*###########################*/	

.forum{
	background-color:#D9DFF2;
	color:inherit;
	}
	
.blau{
	background-color:#003366;
	color:#FFFFFF;
	padding:2px;
	vertical-align:middle;
	}
	
.weiss{
	background-color:#FFFFFF;
	padding:2px;
	vertical-align:middle;
	}

.weiss_top{
	background-color:#FFFFFF;
	padding:2px;
	vertical-align:top;
	}
