/* 
**  last changed: 2008-10-02, simplicity gmbh, gvo
*/

@media all
{
	
/* Formatierung der Seite */
body { 
	background-image: url(/fileadmin/templates/img/2010/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}
	
#main {
	background-image: url(/fileadmin/templates/img/2010/border_main.png);
	background-position: left top;
	background-repeat: repeat-y;
}
	
#border_top .left_corner { 
	background-image: url(/fileadmin/templates/img/2010/border_top_left.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#border_top .right_corner { 
	background-image: url(/fileadmin/templates/img/2010/border_top_right.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#border_top .center { 
	background-image: url(/fileadmin/templates/img/2010/border_top.png);
	background-position: top;
	background-repeat: repeat-x;
}

#border_bottom .left_corner { 
	background-image: url(/fileadmin/templates/img/2010/border_bottom_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#border_bottom .right_corner { 
	background-image: url(/fileadmin/templates/img/2010/border_bottom_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#border_bottom .center { 
	background-image: url(/fileadmin/templates/img/2010/border_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
	

a, a em.file, .filelinks a  { 
	color: #960626;
	text-decoration: underline;
}
a:hover { 
	color: #960626;
	text-decoration: underline;
	background: transparent;
}
a.external-link, a.external-link-new-window, a.internal-link, a.download, a.mail { 
	color: #960626;
}
	
#topnav, #topnav a, #topnav a:hover {
	color: #fff;
}

.navblock {
	color: #777; 
	margin: 26px 4px 0 8px;
}
.navblock ul { 
	margin: 10px 0 10px 8px; 
}
.navblock ul li a, .navblock ul li ul li a, .navblock ul li ul li ul li a { 
	color: #777; 
}
.navblock ul li a:hover, .navblock ul li ul li a:hover, .navblock ul li ul li ul li a:hover { 
	color: #960626; 
}
.navblock ul li strong a, .navblock ul li ul li strong a, .navblock ul li ul li ul li strong a { 
	color: #960626; 
}
.navblock ul li a { 
	width: 100%; 
	padding: 2px 0px 2px 0; 
}
.navblock ul li ul li a { 
	width: 98%; 
	padding: 1px 0px 1px 2%; 
}
.navblock ul li ul li ul li a { 
	width: 96%; 
	padding: 1px 0px 1px 4%; 
}
	
	
/* do not delete */
}