/* Global geltende Farben und Schriften */

body, td, div, p {
	font-family: Arial;
	font-size: 12px;
}
/* Formatierung der Links */
a {
	color: #0093dd;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
}

img { border: none; }


body {
	background-color: #fff;
	color: #000;
}

/* Angaben fÃ¼r die Seite */
#maincontainer {
	/*background-color: #4C362D; */
}

/* Kopfbereich */
#header {
	background-color: #fff;
}

/* Inhaltsbereich */
#content {
	background:url(../img/contentBg.png) repeat-y 0 0;
}

/* Navigationsbalken */
/*
#navigation {
	background-color: #e7eef9;
}
*/
/* Inhaltstext */
#contentText {
	background:url(../img/logoaddress.png) no-repeat right top;
}
#contentText2 {
	/*background:url(../img/logoaddress.png) no-repeat right top;*/
}
h1 {
	font-size:13px;
	font-weight: bold;
}

/* Downloadtemplate */

.fd-alt {background: #E7EEF9;}
.fd-directory td {background: #fff;border-bottom: 1px solid #89898B;line-height: 25px;}
.fd-file td {border-bottom: 1px solid #89898B;line-height: 20px;}



#ie6warning {
width:100%;
	/*margin-bottom:15px;*/
}
#ie6warningMsg {
	margin:0px auto;
	height:42px;
	display:none;
	width:450px;
	padding: 5px 0 0 60px;
	background:url(no-ie6.png) no-repeat 0 0 #AFCCF0;
	text-align:left;
	border:1px solid #222;
}













