body, td, th {
	font-family: verdana, arial;
	color: #000080;
	font-size: 12px;
}

#wrap {
	margin: auto;
	height: auto;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	background-color: #ffffff;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	color: #000080;
	font-size: 12px;
}
H1 { font-size: 18px; }
H2 { font-size: 15px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Headerzeile */
#top {
	width: 825px;
	height: 137px;
	overflow: hidden;
	background: #ffffff;
}
/* logoheader */
DIV#header_1 {
	background: #000080;
	float: left;
}
/* header rechts */
DIV#header_2 {
	padding: 0px;
	width: 525px;
	height: 137px;
	overflow: hidden;
	background: #d1f7dc;
	background-image: url(../images/topmenubg.jpg);
	background-repeat : no-repeat;
	background-position: 0px 0px;
}
DIV#header_2 UL {
	font-family: verdana, arial;
	font-size: 15px;
	font-weight: bold;
	color: #000080;
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
DIV#header_2 LI {
	padding-top: 5px;
}

DIV#footer {
	border-top: dotted 1px #999999;
	width: 800px;
	clear: both;
}
DIV#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
DIV#maincontent {
	float: left;
	padding: 15px 10px 5px 10px;
	vertical-align: top;
	width: 600px;
	overflow: auto;
}

/* Menu 1 column */
DIV#navigation {
	float: left;
	vertical-align: top; 
	width: 200px;
	height: 500px;
	background-image: url(../images/menubg.jpg);
	background-repeat : no-repeat;
	background-position: -5px 0px;
	padding-top: 10px;
}
DIV#navigation DIV {
	width: 95%;
}
DIV#navigation DIV A {
	color: navy;
	text-decoration: none;
}
DIV#navigation DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
DIV#navigation DIV.menu1-level1-no {
	border-bottom: 1px dotted #999999;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
}
/*  MENU 1, level 1, active state (ACT) */
DIV#navigation DIV.menu1-level1-act {
	border-bottom: 1px solid #999999;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #d1f7dc;
	filter: alpha(opacity='70', style='0');
}
DIV#navigation DIV.menu1-level1-act A {
	color: #000080;
}

/*  MENU 1, level 2, normal state (NO) */
DIV#navigation DIV.menu1-level2-no {
	font-size: 11px;
	padding-left: 20px;
}
/*  MENU 1, level 2, active state (ACT) */
DIV#navigation DIV.menu1-level2-act {
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
	background-color: #333366;
	width: 10%;
	text-align: center;
	padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
	color: white;
	font-size: 11px;
	font-family: verdana, arial;
	text-decoration: none;
}
TR#menu_2 TD A:hover {
	text-decoration: underline;
}
TR#menu_2 TD.oddcell {
	background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
	background-color: #88292A;
}

/* table */
/* Domainpreise */
table.contenttable {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.contenttable tr.tr-0 {
	background-color: #aaaaaa;
	vertical-align: middle;
	border-collapse: collapse;
}

table.contenttable td.td-1, td.td-last {
	white-space: nowrap;
	width: 55px;
}

table.contenttable tr.tr-even td {
	border-bottom: dashed 1px #999999;
}

/* style for netconlogo */
#logotop {
	width: 275px;
	height: 47px;
	background-color: #000080;
	background-image: url(../images/logotitle.png);
	background-repeat : no-repeat;
}
#logoc1 {
	width: 94px;
	height: 37px;
	background-image: url(../images/logo_c1.png);
	background-repeat : no-repeat;
}
#logoc2 {
	width: 94px;
	height: 42px;
	background-image: url(../images/logo_c2.png);
	background-repeat : no-repeat;
}

table.netconlogo {
	width: 275px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.netconlogo th.nix {
	height: 47px;
	padding: 1px;
	background: #000080;
	color: #82f7a2;
}
table.netconlogo td.line2 {
	width: 84px;
}
table.netconlogo td.line2_text {
	width: 84px;
	background: #000080;
	color: #82f7a2;
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	vertical-align: middle;
	padding-right: 4px;
	margin: 0px;
}

table.netconlogo td.line3_logo2 {
	height: 50px;
	background: url(../images/logo_bg.png) repeat-y;
	padding: 0px;
	margin: 0px;
}

table.netconlogo td.line3 {
	height: 53px;
	background: #82f7a2;
	color: #000080;
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	padding: 3px;
	margin: 0px;
}

/* standardlogin-form */
table.csc-loginform input {
	background: #fdfdfd;
	border: 0;
	border-bottom: dotted 1px #999999;
}
/* felogin-form */
div.csc-mailform-field {
	margin: 2px;
}
