body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #D7E2E8;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
}

a img {
	border: none;
}


/* KOPFBEREICH mit Logo und horizonatlem Hauptmenue */

#kopf {
	background-image: url(images/bg_solve-it_kopf.jpg);
	background-repeat: repeat-x;
	height: 188px;
}


/* MENUE oben */

#kopf ul {
	list-style-type: none;
	margin: 0 0 0 250px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
}

#kopf li {
	float: left;
	border-left: 1px solid #EE3338;
	padding-left: 10px;
}

#kopf li a:link,
#kopf li a:visited {
	margin: 0 34px 0 0;
	text-decoration: none;
	color: #1C5BA2;
	font-weight: normal;
}

#kopf li a:focus,
#kopf li a:hover {
	margin: 0 34px 0 0;
	color: #EE3338;
	font-weight: normal;
}

#kopf li a:active,
#kopf li a#currenthaupt {
	margin: 0 34px 0 0;
	color: #1C5BA2;
	font-weight: bold;
}

#kopf h1 {
	font-size: 16px;
	color: #1C5BA2;
}


#sprache {
	position: absolute;
	left: 830px;
	margin: 9px 0 0 0;
	font-size: 10px;
	color: #777;
	text-align: left;
}

#sprache a:link,
#sprache a:visited,
#sprache a:active	{
	font-size: 10px;
	color: #777;
	margin: 0;
	text-decoration: none;
}

#sprache a:focus,
#sprache a:hover {
	font-size: 10px;
	color: #1C5BA2;
	margin: 0;
	text-decoration: none;
}

/* Ende KOPFBEREICH */

/* NAVIGATION links vertikal */

#navi {
	float: left;
	background-color: #D7E2E8;
	width: 250px;
	margin: 0;
	color: #1C5BA2;
}

/* MENUE links */

#navi ul {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
}

#navi ul li a:link,
#navi ul li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #1C5BA2;
	font-weight: normal;
}

#navi ul li a:focus,
#navi ul li a:hover {
	color: #EE3338;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navi ul li a#current {
	background: transparent url(images/pfeil.gif) left center no-repeat;
	color: #1C5BA2;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*Untermenuepunkte*/

#navi ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 12px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	border: none;
}

#navi ul li ul li a:link,
#navi ul li ul li a:visited {
	padding: 0;
	text-decoration: none;
	color: #1C5BA2;
	font-weight: normal;
	border: none;
}

#navi ul li ul li a:focus,
#navi ul li ul li a:hover {
	color: #EE3338;
	border: none;
	font-weight: normal;
}

#navi ul li ul li a#currentsub {
	color: #1C5BA2;
	border: none;
	font-weight: bold;
}

/* Ende NAVIGATION */

/* INHALTE */

#content {
	float: left;
	width: 620px;
	min-height: 270px;
	background-image: url(images/bg_solve-it_content.jpg);
	background-repeat: no-repeat;
	background-color: #D7E2E8;
	font: 12px Arial, Helvetica, sans-serif;
}

#content h1 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #1C5BA2;
}

#content h2 {
	margin: 18px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#content h2.nachh1 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

#content h2.rot {
	margin: 22px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #EE3338;
}

#content p {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 18px;
}

#content p.klein {
	font-size: 12px;
	color: #333;
}

#content a:link,
#content a:visited
 {
	color: #333;
}

#content a:focus,
#content a:hover,
#content a:active
{
	color: #1C5BA2;
}

#content ul {
	list-style-type: disc;
	font-size: 14px;
	margin: 16px;
	padding: 0;
}

#content li {
	padding: 0 0 12px 0;
}

#content img {
	float: right;
	margin: 1px 0 1px 10px;
}
#content img.left {
	float: left;
	margin: 0 10px 0 0;
}

#content img.start {
	float: left;
	margin: 0 30px 0 0;
}

/* Ende INHALTE */

/* FUSSBEREICH */



#fuss {
	clear: both;
	height: 102px;
	border: 1px solid #D7E2E8; /* Bugfix p margins fuer Mozilla und Netscape */
	background-image: url(images/bg_solve-it_fuss.jpg);
	background-repeat: repeat-x;
}

#fuss p {
	margin: 60px 0 0 250px;
	font-size: 12px;
	color: #666;
}

#fuss a:link,
#fuss a:visited {
	margin: 0;
	color: #666;
}

#fuss a:focus,
#fuss a:hover,
#fuss a:active {
	margin: 0;
	color: #1C5BA2;
}

/* Ende FUSS */

