/* ----------------------------------------------------------------
	main css
	http://www.apo-care-ilmenau.de
	author: NetGap
	version 2006/04/04
---------------------------------------------------------------- */

/* --------------------------------------------------------------*/
/* general */
/* --------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	width: 100%;
}

body {
	width: 100%;
	font-family: Verdana, Serif;
	font-size: 1.05em;
	text-align: center;
	color: #000;
	background: #ccc url(../images/bg.gif) top left repeat-x;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

div#container {
	margin: 0 auto;
	width: 700px;
	min-height: 100%;
	text-align: left;
	background: #ccc url(../images/bg_container.jpg) top left repeat-y;
}

* html #container {height: 100%;} /* IE Hack für 100 % Höhe */

/* --------------------------------------------------------------*/
/* head */
/* --------------------------------------------------------------*/

div#head {
	height: 130px;
	background: #b6b4b5 url(../images/bg_head.jpg) top center no-repeat;
}

div#header_left {
	float: left;
	width: 200px;
}

div#header_left img {
	margin: 40px 0 0 10px;
}

div#header_right {
	text-align: right;
}

div#header_right img {
	margin: 40px 10px 0 0;
}

/* --------------------------------------------------------------*/
/* menu */
/* --------------------------------------------------------------*/

div#menu {
	clear: both;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #005799;
	height: 25px;
}

div#menu ul li {
	float:left;
	padding: 0 10px 0 0;
 	list-style-type: none;
 	line-height: 25px;
 	white-space:nowrap;
 	text-align: left;
}

* html div#menu ul li {width: 5em;}

div#menu ul li a {
	padding: 0 3px 0 3px;
	display:block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #005799;
}

div#menu ul li.active_lvl1 a {
	display: block;
	color: #000;
	background-color: #6699cc;
}

div#menu a:hover, div#submenu a:hover {
	color: #000;
}

div#submenu {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #6699CC;
}

div#submenu ul li {
	line-height: 1.4em;
	padding: 0.2em;
	display: inline;
	list-style-type: none;
 	text-align: left;
}

div#submenu ul li.active_lvl2 a {
	color: #000;
}

div#submenu a {
	padding: 0.4em;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

/* --------------------------------------------------------------*/
/* content */
/* --------------------------------------------------------------*/

div#content {
	position: relative;
	width: 700px;
	min-height: 400px;
}

* html div#content {height: 400px;} /* IE Hack für 400 px Höhe */

div#content h1 {
	margin-bottom: 0.3em;
	font-size: 1.3em;
	text-align: left;
	color: #e10004;
}

div#content h2 {
	margin-bottom: 0.2em;
	font-size: 1.1em;
	text-align: left;
	color: #e10004;
}

div#content h3 {
	font-size: 1.0em;
	text-align: left;
	color: #e10004;
}

div#content ul {
	margin-left: 15px;
	margin-bottom: 20px;
	list-style-type: circle;
}

/* --------------------------------------------------------------*/
/* content_left */
/* --------------------------------------------------------------*/

div#content_left {
	position: relative;
	float: left;
	margin: 10px 0 0 10px;
	width: 500px;
	text-align: left;
}

* html div#content_left {margin: 10px 0 0 5px;} /* IE Hack für linken Abstand */

div#content_left p {
	margin-bottom: 1.0em;
}

div#content_left img {
	border: 4px solid #b6b4b5;
}

div#content_left img:hover {
	border: 4px solid #e10004;
}

div#content_left .img_caption {
	text-align: center;
	font-size: 0.8em;
}

div#content_left a {
	text-decoration: none;
	color: #005799;
}

div#content_left a:hover {
	text-decoration: none;
	color: #e10004;
}

div#content_left .internal-link img, div#content_left .internal-link img:hover, div#content_left .mail img, div#content_left .mail img:hover, div#content_left .external-link img, div#content_left .external-link img:hover {
	border: none;
}

/* --------------------------------------------------------------*/
/* Abstand Bilder rechts */
/* --------------------------------------------------------------*/

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	margin-right: 10px;
}

* html DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	margin-right: 0;
}

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin: 0 10px 0 0;
}

* html DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin: 0;
}

/* --------------------------------------------------------------*/
/* sitemap */
/* --------------------------------------------------------------*/

.csc-sitemap-level1 {
	margin-left: 1em;
}

.csc-sitemap-level2 {
	margin-left: 2em;
}

/* --------------------------------------------------------------*/
/* form */
/* --------------------------------------------------------------*/

form br {
	clear: left;
}

div#content_left label {
	position: relative;
	display: block;
	float: left;
	padding-right: 10px;
	width: 130px;
	font-size: 1.0em;
}

div#content_left input, div#content_left textarea, div#content_left select {
	margin-bottom: 0.5em;
	width: 250px;
	font-family: Verdana, Serif;
	font-size: 1.0em;
	border: 1px solid #b6b4b5;
	background-color: #fff;
}


div#content_left input:hover, div#content_left textarea:hover, div#content_left select:hover {
	border: 1px solid #e10004;
}

div#content_left input.csc-mailform-submit {
	margin: 0 0 0.5em 140px;
	width: auto;
	background-color: #fff;
}

* html div#content_left input.csc-mailform-submit {
	margin: 0 0 0.5em 0;
}

/* --------------------------------------------------------------*/
/* content right */
/* --------------------------------------------------------------*/

div#content_right {
	position: relative;
	float: left;
	margin: 10px 0 0 20px;
	width: 150px;
}

div#content_right h2 {
	margin-bottom: 0.2em;
}

div#content_right h4 {
	font-size: 1.1em;
	color: #e10004;
}

div#content_right a {
	text-decoration: none;
	font-size: 0.8em;
	color: #005799;
}

div#content_right a:hover {
	text-decoration: none;
	color: #e10004;
}

/* --------------------------------------------------------------*/
/* adresse */
/* --------------------------------------------------------------*/

#adresse p {
	padding-bottom: 0.5em;
	line-height: 1.3em;
	font-size: 0.8em;
}

/* --------------------------------------------------------------*/
/* tools */
/* --------------------------------------------------------------*/

div#tools {
	clear:both;
	position: relative;
	margin: 10px 0 0 10px;
	padding: 6px 0;
	width: 500px;
	font-size: 0.8em;
	text-align: justify;
	background: #fcfee6 url(../images/bg_tools.gif) top center repeat-x;
}

div#tools a {
	text-decoration: none;
	color: #e10004;
}

div#tools a:hover {
	color: #000;
}

div#tools #toplink, div#tools #textsize {
	float: left;
	position: relative;
}

div#tools #printlink {
	text-align: right;
}

div#tools img, div#tools img:hover {
	border: none;
}

/* --------------------------------------------------------------*/
/* foot */
/* --------------------------------------------------------------*/

div#footer {
	clear: both;
	height: 30px;
	text-align: center;
	border-top: 1px solid #fff;
	background: #ccc url(../images/bg_foot.gif) top left no-repeat;
}

div#footer p {
	padding: 5px;
	font-size: 0.7em;
}

div#footer img {
	margin: 0 0 0 10px;
}

div#footer a, div#netgap a {
	text-decoration: underline;
	color: #e10004;
}

div#footer a:hover, div#netgap a:hover {
	color: #000;
}

div#netgap {
	padding: 5px 0;
	text-align: center;
	font-size: 0.7em;
	background-color: #ccc;
}