/* Kompetenzverlag style.css v1.0 */
/* Von Joachim Ulbrich Service 21 */
/*      Muenchen im Mai 2005      */

* {
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100.05%;
}

body {
	background-color: #e1e0ce;
	color: #5E5E5E;
	font-size: 12px;
	font-family: 'Times New Roman',Times,serif;
	margin: 0;
}

a:link, a:visited {
	font-size: 12px;
	text-decoration: none;
	background-color: #e1e0ce;
	color: #68627a;
	}

a:hover {
	text-decoration: underline;
	background-color: #e1e0ce;
	color: #68627a; 
	}

#rahmen {
	margin: 0 auto;
	width: 900px;
	background: #ffffff url(../pix/kv_hg.jpg) repeat-y center;
}

#titel h1 {
	margin: 0;
	padding: 0;
	background: #ffffff url(../pix/kv_top.jpg) no-repeat scroll 0%;
	width: 900px;
	height: 250px;
}

#titel h1 span {
	display: none;
}

#navigation {
	text-align: left;
	background: url(../pix/kv_navi.jpg);
	width: 900px;
	height: 50px;
}

#navigation ul, #navigation li {
	display: inline;
	list-style-type: none;
	position:relative; top:11px; left: 57px;
	background-color: #68627a;
	color: #ffffff;
	font-size: 13pt;
	padding: 0.3em;
	
}

#navigation a:link, #navigation a:visited {
	font-size: 13pt;
	text-decoration: none;
	background-color: #68627a;
	color: #ffffff;
	}

#navigation a:hover {
	text-decoration: underline;
	background-color: #68627a;
	color: #ffffff; 
	}

#inhalt {
	margin-top: 25px;
	margin-left: 75px;
	width: 825px;
	font-size: 14px;
	line-height: 1.4em;
	min-height: 350px;
}

dl.imgleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	/**max-width:150px; **/ /**(1)**/
}

dl.imgleft dt {
	margin-bottom: 0;
}

dl.imgleft dd {
	text-align: left;
	font-size: 12.5px;
	margin: 0;
}

#inhalt .left {
	float: left;
	width: 450px;
	padding-left: 0px;
	text-align: justify;
}
#inhalt .left h2 {margin-bottom: 1em; font-size: 16px;}
#inhalt .right {
	color: #8B8887;
	margin-left: 50px;
	float: left;
	width: 250px;
	padding-left: 0px;
}

#inhalt .left h3 {margin-bottom: 1em; margin-top: 2.5em; font-size: 14px; font-style: italic;}
#inhalt .left h4 {margin-bottom: 1em; font-size: 14px; font-style: italic;}
#inhalt .right h2 {margin-bottom: 1em; font-size: 16px;}
#inhalt .right h2.start {margin-bottom: 1em; font-size: 16px;color: #5E5E5E;}
#inhalt .right h2.aktuell {margin-bottom: 1em; font-size: 16px;color: #FF0080;}
#inhalt .right h3 {margin-bottom: 1em; margin-top: 2.5em; font-size: 16px;}
#inhalt .right p.start {color: #5E5E5E;}
#inhalt .right p.aktuell {color: #FF0080;}

#inhalt a:link, #inhalt a:visited {
	font-size: 14px;
	text-decoration: none;
	background-color: #ffffff;
	color: #68627a;
	}

#inhalt a:hover {
	text-decoration: underline;
	background-color: #ffffff;
	color: #68627a; 
	}

#inhalt img {
	float:left;
	margin: 5px 15px 10px 0;
}

#inhalt ul {
	margin-bottom: 5px;
}

#inhalt p.out {
	font-style: italic;
	color: red;
	margin-bottom: 1em;
}

#inhalt p.down {
	margin-top: 1em;
	margin-left: 155px;
}


#box {clear: both;}

#unten {
	background: url(../pix/kv_bot.jpg);
	width: 900px;
	height: 100px;
	text-align: center;
	}
#unten p {
	padding-top: 80px;
	text-align: center;
	font-size: 12px;
}
#rahmen #inhalt .right .aktuell strong a {
	color: #0080FF;
}