


/**
* Basic page structure.
*/


* { margin: 0; padding: 0; }



/* GENERAL STYLES */

body#body{ 	
	background-color: #6592b8;
	background-image: URL('/static/img/bgr.jpg');
	background-repeat: no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

table 	{ 	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}


p { background-color: none; }

a { text-decoration: none; color: #FFFFFF; }

a.link { text-decoration: none; font-weight: inherit; color: #fff; }
a.link:hover { text-decoration: underline; color: #fff; }


h1, .h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	color: #d2e0eb;
}

h2, .h2 {
	font-size: 18px;
	font-weight: normal;
	color: fb0404;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}

/* ex H2 color 	color: #90aabf;  */


h4, .h4 {
		background-color: none;
		}
		
h3, .h4 {
		background-color: none;
		}

h5, .h5 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

h6, .h6 {
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 1;
	font-weight: normal;
	font-style: italic;
	color: #d2e0eb;	
	padding: 0px;
	margin: 0px;
}


small, .small { font-size: 10px; line-height: 12px; }
small_home, .small_home { font-size: 10px; line-height: 12px; }
verysmall, .verysmall { font-size: 9px; line-height: 14px; }

small a { text-decoration: none; font-weight: inherit; color: #9ab7d0; }
small_home a { text-decoration: none; font-weight: inherit; color: #ffffff; }

.small a { text-decoration: none; font-weight: inherit; color: #inherit; }#
.small_home a { text-decoration: none; font-weight: inherit; color: #inherit; }

small a:hover, .small a:hover { text-decoration: underline; color: #fff; }
small_home a:hover, .small_home a:hover { text-decoration: underline; color: #fff; }


/* COLORS */

.black { color: #141d24; }
.blue { color: #d2e0eb; background-color: none; }






/* LAYERS & POSITIONS */
#homelogo { position: absolute; left: 0px;  top: 0px; }

#logo { position: absolute; left: 30px;  top: 23px; }

#schriftzug { position: absolute; left: 156px;  top: 80px; }

#service { position: absolute; left: 0px;  top: 23px; width: 980px; text-align: right; }

#main { position: absolute; left: 156px;  top: 135px; width: 824px; }

#main1 { position: absolute; left: 156px;  top: 135px; width: 824px; }

#start { position: absolute; left: 156px;  top: 470px; width: 824px; text-align: left; }


.level3 {
	font-size: 13px;
	line-height: 18px;
}

.level3 A { color: #ffffff; }

.level3 A:hover { color: #ffffff; text-decoration: underline;  }

.level3 .sublevel {
	margin-left: 18px;
}







textarea {
  	overflow: auto;
  	border: none;
}


/**
* main table
*/

td { padding-top: 3px; }


/**
* forms
*/



.headline {
	font-size: 17px;
	font-weight: bold;
	color: #90aabf;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}



fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}


input.userdit {
	width: 260px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #332F30;	
	background-color: #FFF;		
	border: 1px solid #E2E3E7;
}








.projsubimg IMG:hover {  	
        border: 1px solid #49769c;
	font-weight: normal;
	padding: 0px;
	margin: 0px; }
DIV#projimg { }

.projsubimg IMG {  	
 	border: 1px solid #c9d9e6;
	font-weight: normal;
	padding: 0px;
	margin: 0px;}
DIV#projimg { }






DIV.maplevel {
	margin-left:20px;

}




/****
 * userEdit 
 */

	
#message {
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 5px 3px;
	left: 0px;
	top: 0px;
	width: 500px;
	height: auto;
	min-height: 20px;
	background-color: #C9FF61;
	border: 1px solid #FFEEEE;

	font-weight: bold;
	font-size: 12px;
	color: #7A7A7A;

}








/**** FILELIST ****/


DIV.fgroup {
	padding: 2px 2px 2px 2px;
}

DIV.fgroup.filiopen {
	height: auto;
	overflow: visible;
	
}
DIV.fgroup.filiclose {
	height: 20px;
	overflow: hidden;
}

DIV.fgroup DIV.ftitle {
	color: #D2E0EB;
	cursor: pointer;
	padding: 2px 0px 2px 20px;
}


DIV.fgroup.filiopen DIV.ftitle {	
	background-image: url(/static/img/arrwd.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}	
	
DIV.fgroup.filiclose DIV.ftitle {	
	background-image: url(/static/img/arrwr.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}


DIV.fgroup A {
	text-transform: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}


