/*
Projekt: lichtl.com
Webdesign: DiehlDesign
Erstellt: 26.10.2007

Farben:
Background Color: #FFF3CF
Fontcolor Braun: #7E644A


*/

html {
	background-color: #FFFFFF; /* Mozilla 1.4 */ 
}

body {
	/*background-color: #FFF3CF;*/
	color: #363636;
	margin: 0;
	font-size: 73.33%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	min-width:350px;
	height: 100%;
	/*background: #ffffff url(/images/bg.jpg) top center no-repeat;*/
}

img, a img, ul, li {
	border: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
}

/* Kleinerer Text */
.small {
	font-size: 90%;
}

/* Kleinerer Text */
.small_rot {
	font-size: 90%;
	color: #D80000;
}

.rot, .error {
	color: #D80000;
}

.fett {
	font-weight:bold;
}

a ,a:link, a:visited, a:active {
	color: #7B7A78;
	font-size: 100%;
	line-height: 140%;
	clear: both;
	text-decoration: underline;
}

a:hover {
	color: #D95315;
	text-decoration: none;
}

hr { 
	width: 100%;
	align: left;
	background-color: #FFFFFF; /* Mozilla 1.4 */ 
	border: #FFFFFF; /* Opera 7.11 */ 
	border-top: solid 1px #D80000; /* border-top:dashed 1px #005988; */ 
	color: #FFFFFF; /* IE 6 */ 
	height: 0px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */ 
}

hr.gestrichelt { 
	border-top: dashed 1px #D80000; /* border-top:dashed 1px #005988; */ 
}

hr.gepunktet { 
	border-top: dotted 1px #D80000; /* border-top:dashed 1px #005988; */ 
}

/************************************************************************************************/
/*** CONTAINER **********************************************************************************/
/************************************************************************************************/

#container {
	width: 925px;
	min-height:850px;
	overflow:auto;
	margin: 0px auto;
	text-align: center;
	background: #DBDAD8 url(/images/bg.jpg) top center repeat-x;
	/*padding-bottom: 35px;*/
}

/************************************************************************************************/
/*** HEADER *************************************************************************************/
/************************************************************************************************/

#header {
	width: 925px;
	height: 125px;
	text-align: left;
	margin-bottom: 60px;
}
#headerindex {
	width: 925px;
	vertical-align: bottom;
	margin:0px;
	text-align: center;
}


#header img#logo {
	margin: 57px 0 0 48px;
}

#header h1 {
	padding-top: 15px;
	color: #fff;
}

#header ul#mainmenu {
	margin: 104px 0 0 93px;
	height: 20px;
	/*width: 300px;*/
}

#header ul#mainmenu li {
	float:left;
	height: 20px;
	margin-left: 10px;
	list-style-type: none;
}

ul#mainmenu_home {
	height: 15px;
	margin-left:24%;
}
ul#mainmenu_home li {
	float:left;
	margin-left: 10px;
	list-style-type: none;
}

.position_menu_home {
	width:100%;
}

/************************************************************************************************/
/*** LEFT ***************************************************************************************/
/************************************************************************************************/

#left {
	float: left;
	width: 284px;
	margin-top:58px;
}

#left ul#submenu li{
	list-style-type: none;
	margin-bottom:16px;
}

#left ul#subsubmenu li{
	list-style-type: none;
	margin-bottom:7px;
}


/************************************************************************************************/
/*** CONTENT ************************************************************************************/
/************************************************************************************************/

#content {
	float: left;
	text-align: left;
	margin-left: 35px;
	width: 430px; /*mit border auf 669px setzen */
	/*overflow: auto;*/
}

#content h1 {
	display:none;
	margin: 0;
	line-height:0;
	height:1px;
}
#content h5 {
	font-size: 120%;
	color:#D95315;
}

#content p {
	line-height: 215%;
}

#content p.first {
	margin-top: 26px;
}
#content .orange {
	color:#D95315;
	margin-right:10px;
}
#content a.email ,a:link.email, a:visited.email, a:active.email {
	color: #7B7A78;
	font-size: 100%;
	line-height: 140%;
	clear: both;
	text-decoration: underline;
}

#content a:hover.email {
	text-decoration: none;
}
#content .infolink_oben_unten {
	margin:5px 0px 5px 0px;
	border-top:1px solid #7B7A78;
	border-bottom:1px solid #7B7A78;
	padding:5px;
}
#content .infolink_oben {
	margin:5px 0px 5px 0px;
	border-top:1px solid #7B7A78;
	padding:5px;
}
#content .vortraege {
	margin:10px 0px 10px 0px;
	border-bottom:1px dotted #7B7A78;
	padding:10px 0px 10px 0px;
	line-height: 230%;
}

#content .vortraege span{
	color:#7B7A78;
}
#content .vortraege strong{
	font-size: 110%;
	color:#D95315;
}
#content hr {
	border:1px solid #7B7A78;
}

#content ul.listeallg {
	margin-top:10px;
}

#content ul.listeallg li {
	padding: 8px 0 8px 35px;
	list-style-type: none;
}

#content ul.listeallg li.listeallg_grey {
	background-color: #d1d0ce;
}
/************************************************************************************************/
/*** FOOTER *************************************************************************************/
/************************************************************************************************/

#footer {
	float: left;
	position: relative;
	width: 925px; /*mit border auf 669px setzen */
	margin: 30px -3px 20px 0; /* Explorer 6 Duplicate Characters Bug, http://www.positioniseverything.net/explorer/dup-characters.html   */
}

#footer_left {
	float: left;
	width: 284px;
	text-align:right;
	padding-top:2px;
	font-size:90%
}

 a.white  ,a:link.white , a:visited.white , a:active.white {
	color: #ffffff;
	text-decoration:none;
	margin-top:2px;
	margin-bottom:2px;
}
 a:hover.white {
	text-decoration:underline;
}
.white {
	color: #ffffff;
	font-size: 100%;
}

#footer_left_index {
	
	width: 94%;
	text-align:left;
	padding-left:50px;
	font-size:90%
}


#footer_content {
	float: left;
	text-align: left;
	margin-left: 35px;
	/*padding-top:15px;*/
	width: 430px; /*mit border auf 669px setzen */
	/*overflow: auto;*/
}
#footer_content p {
	font-size:90%;
	width: 550px;
}


#weiter_index {
	text-align:right;
	width:99%;
}

