body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(media/background.gif);
}
/* Haupt Container */
.mainlayer {
	height: 456px;
	width: 620px;
}

.lefttop {
	background-image: url(media/lefttop.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 4px;
}
.top {
	background-image: url(media/top.gif);
	background-repeat: repeat-x;
	height: 7px;
}
.righttop {
	background-image: url(media/righttop.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 1px;
}
.left {
	background-image: url(media/left.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 4px;
}
.center {
	height: 100%;
	background-color: #FFFFFF;

}
.right {
	background-image: url(media/right.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 1px;

}
.leftbottom {
	background-image: url(media/leftbottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 4px;
}
.bottom {
	background-image: url(media/bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
}
.rightbottom {
	background-image: url(media/rightbottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 1px;
}
.bottom1 {
	background-image: url(media/bottom.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 4px;
	background-position: left top;
}


/* Panes */
.header {
	height: 100px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #0F238C;
	padding-left: 25px;
	margin-left: 25px;
	margin-top: 3px;
}
.navigation {
	background-image: url(media/navi_bg.gif);
	background-repeat: repeat-x;
	height: 53px;
	font-size: 12px;
	font-weight: bold;
	color: #AA0000;
	margin-left: 25px;
	padding-left: 25px;
	}
	
.content {
	height: 268px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 25px;
	padding-right: 25px;
	}
	
.contentAdmin {
	height: 268px;
	font-size: 12px;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
}	
	
	
.footer {
	height: 33px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F238C;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	left: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.footerAdmin {
	height: 33px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F238C;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.loginCell {
	padding-right: 5px;
}

/* CT Menu Styles  */
.inaktiv {
	display:none;
}

#navigation {
	padding-top:20px;
}


#navigation ul { /* Alle Listen */
	padding: 0;
	margin: 0;
	padding-bottom: 23px;
	list-style: none;
}

#navigation li.inaktiv { /* Alle Listenelemente */
	display: none;
}

#navigation li { /* Alle Listenelemente */
	display: inline;
	position: relative;
	padding-right: 20px;
	text-transform: uppercase;
}

#navigation li ul li { /* Alle Listenelemente ab der zweiten Ebene */
	display: block;
	position: relative;
	line-height: 22px;
	padding-right: 0px;
}

#navigation li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #C5C5C5;
	border: 1px solid #353535;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}

#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#navigation li:hover ul, #navigation li.over ul {
	display: block;
	z-index: 1000;
}
	
#navigation a:link {

	color: 353535;
	text-decoration: none;
}
#navigation a:visited {
	color: 353535;
	text-decoration: none;
}
#navigation a:hover {


	color: #AA0000;
	text-decoration: none;
}
#navigation a:active {
	color: 353535;
	text-decoration: none;
}




/* sonstige Formattierungen  */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

table, tr, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


a:link {
	color: #0F238C;
}
a:visited {
	color: #0F238C;
}
a:hover {


	color: #AA0000;
}
a:active {
	color: #0F238C;
}
a.login:link {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.login:visited {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.login:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.login:active {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #AA0000;
}


