
*{margin:0px;padding:0px;font-family:Arial;font-size:12px;}

body{
	background-color:#f5f5f5;
}

#document{
	width:100%;
}

#site{
	margin:auto;
	width:762px;
	background-color:#FFFFFF;
	overflow:hidden;
	border-left:4px solid #f0f0f2;
	border-right:4px solid #f0f0f2;
	border-bottom:4px solid #f0f0f2;
}

#siteBorderBox{
	width:760px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}

#siteContent{
	margin-bottom:20px;
	overflow:hidden;
}

#header{
	width:760px;
	height:306px;
}

#header #headLine{
	width:760px;
	height:3px;
	background-image:url(elements/dottedLine.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
}

#header #headLine2Box{
	width:760px;
	height:2px;
	overflow:hidden;
	text-align:center;
	margin-top:1px;
}

#header #headLine2Box div{
	width:758px;
	height:2px;
	background-color:#e6e5e3;
}

#header .bg{
	width:760px;
	height:200px;
	clear:left;
	background-repeat:no-repeat;
}

#header .pic1{
	background-image:url(elements/randomBackground/background_1.jpg);
}

#header .pic2{
	background-image:url(elements/randomBackground/background_2.jpg);
}

#header #headBar{
	overflow:hidden;
	height:90px;
}

#header #cuttedLogo{
	width:160px;
	height:90px;
	background-repeat:no-repeat;
	background-image:url(elements/cuttedLogo.jpg);
	float:left;
}

#header #nTCL1{
	width:299px;
	height:90px;
	float:left;
}

#header #nTCL1 div{
	position:relative;
	top:70px;
	left:5px;
	font-size:12px;
	color:#000000;
}

#header #nTCL2{	
	width:301px;
	height:90px;
	float:left;
}

#header #nTCL2 div{
	position:relative;
	top:70px;
	left:235px;
}

#header #nTCL2 div a{
	font-size:12px;
	text-decoration:none;
	margin-left:10px;
	color:#019dd0;
}

#header #nTCL2 div a:hover{
	color:#d00032;
}

#cell1Frame{
	width:220px;
	float:left;
}

#cell1{
	margin-left:20px;
	margin-top:20px;
}

#cell1 .solidLine{
	border-top:1px solid #cccccc;
	width:120px;
	height:1px;
	overflow:hidden;
}

#cell1 .smallDottedLine{
	width:120px;
	height:1px;
	background-image:url(elements/smallDottedLine.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:5px;
}

#cell1 .subMenue{
	width:180px;
	overflow:hidden;
	margin:5px 0px 0px 0px;
	list-style-type:none;
	
}

#cell1 .noDisplay{
	display:none;
}

#cell1 .menueHeadline{
	color:#019dd0;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
}

#cell1 .menueHeadline:hover{
	color:#d00032;
}


#cell1 .subMenue li{
	height:20px;
	vertical-align:middle;
	clear:left;
}

#cell1 .subMenue a{
	text-decoration:none;
	font-size:12px;
	color:#000000;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}

#cell1 .subMenue a:hover{
	color:#d00032;
}

#cell1 .subMenue li div {
	width:10px;
	height:10px;
	background-image:url(elements/arrow.jpg);
	background-repeat:no-repeat;
	margin-top:4px;
	float:left;
}

#contentFrame{
	width:540px;
	float:left;
}

#content{
	margin-top:20px;
	margin-left:20px;
}

.clearTag{
	clear:both;
}

.msgBoxFrame{
	width:400px;
	margin-top:5px;
	margin-bottom:5px;
}

.msgBox{
	font-weight:bold;
	margin:10px;
	width:380px;
}

.errorBox{
	border:1px solid #cd0039;
}

.warningBox{
	border:1px solid #f38c12;
}

.okBox{
	border:1px solid #28be2c;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

#layerBackground{
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	visibility:hidden;
    background-image:url(/img/pngTransparent.php?transparenz=80&hex=#FF0000);
    
}

.myLayer{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	visibility:hidden;
	z-index:1;
}






#cell1 .mainMenue{
	width:180px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	list-style-type:none;	
	padding:0px;
	margin:0px;
}

#cell1 .mainMenue a{
	text-decoration:none;
	font-size:12px;
	color:#019dd0;
	display:block;
	padding:0px;
	margin:0px;
	float:left;
}

#cell1 .mainMenue a:hover{
	color:#d00032;
}

#cell1 .mainMenue li{
	height:20px;
	vertical-align:middle;
	clear:both;
	margin-bottom:5px;
}

#cell1 .mainMenue li .myArrow {
	width:10px;
	height:10px;
	background-image:url(elements/arrow.jpg);
	background-repeat:no-repeat;
	margin-top:4px;
	float:left;
}