/**
 *  @template       Lepton-Start
 *  @version        see info.php of this template
 *  @author         cms-lab
 *  @copyright      2010-2011 CMS-LAB
 *  @license        http://creativecommons.org/licenses/by/3.0/
 *  @license terms  see info.php of this template
 *  @platform       see info.php of this template
 *  @requirements   PHP 5.2.x and higher
 */

 
 /* Definierte Startwerte alle HTML-Elemente */
 * { 
	margin: 0;
	padding: 0;
 }
 
 /* Schrift und Hintergrund Browserseite */
html body { 
	background:url(../img/bgr.png) repeat-x  scroll 0 0 white;
	font-family:Arial,Lucida Grande,Lucida Sans Unicode,verdana,geneva,sans-serif;
	font-size:14px;
}
 
 a:link, a:visited, a:active {
	color:#666666;
	text-decoration:none;
 }
  
 a:hover {
	color:#9b141a;
 }

/*
img {
    border:0px solid white;
}
*/

 /* Schrift und Hintergrund Seite */
 #site {
	background:none repeat scroll 0 0 white;
/*	color:#333333;  */
	color:#363636;
	margin:0px auto;
	width:1005px;
	border:1px solid #CCC;
}

 /* Schrift und Hintergrund Kopf */
 #head {
 	height:288px;
	padding-left:1px;
}

#headtitle {
    background-color: #333333;
    color: #EEEEEE;
    font-size: 22px;
    height: 27px;
    padding-top: 3px;
    text-align: center;
}
#headtitle1 {
    background-color: #aaa;
    color: #EEEEEE;
    font-size: 22px;
    height: 1px;
    padding-top: 0px;
    text-align: center;
}

#spacer {
	height:12px;
	background:transparent;
}

 /* Positionierung, Navigation, Schrift und Hintergrund im linken Bereich */
#side {
	float:left;
	padding-top:0px;
	width:230px;
	height:100%;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


#navi1 ul {
	padding-left:15px;
	padding-right:0px;
	list-style:none;

/*	background:url('../img/bg_bullet_half_2r.gif');*/
}



#side #navi1 > ul {
    padding-left:6px;
    padding-right: 10px;
}
 
#navi1 li {
	width:auto;
	margin: 2px;
}
 
#navi1 a {
/*	background-color:#edf1f6; */
	border-bottom:1px dotted #999999;
	color:#666;
/*	font-weight:bold;  */
	display:block;
	font-size:14px;
	padding-bottom:4px;	
	padding-left:12px;
	padding-top:4px;
	text-decoration:none;
	background:url('../img/bg_bullet_half_1r.gif') no-repeat 0px 50%;
}
 
#navi1 .menu-current> a {
/*	background-color:#333333;*/
	color:#666666;
	font-weight:bold;
}

#navi1 a:hover {
/*	background-color:#333333;*/
	color:#ea060c; 
/*	color:#ffba20; */
	background:url('../img/bg_bullet_half_2r.gif') no-repeat 0px 50%;
}
 
#search {
	font-size:11px;
	width:210px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	border-top:0px dotted #ccc;
}

#search legend {
	display:none;
}

#search fieldset {
	padding:10px;
	border:0px;
}
  
#search input[type='text'] {
	background:#f3f3f3;
	border: 1px solid #ccc;
	color:#330000;
	width:144px;
}

#search input[type='submit'] {
	width:80px;
	color:#fff;
/*	border: 1px solid #330000;*/
/*	background:#330000;*/
	border:1px solid #000;
	background:#bbb;
	text-align:center;
	margin-top:10px;
	margin-left:36px;
}

#login {
	font-size:11px;
	width:210px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	border-top:1px solid #ccc;
}

#login legend {
	display:none;
}

#login fieldset {
	padding:10px;
/*	border:1px dotted #330000;*/
	border:0px;
	color:#330000;
}
  
#login input[type='text'] {
	background:#f3f3f3;
	border: 1px solid #ccc;
	color:#330000;
	width:144px;
	margin-bottom:10px;
}

#login input[type='password'] {
	background:#f3f3f3; 
	border: 1px solid #ccc;
	color:#9b141a;
	width:144px;
}

#login input[type='submit'] {
	width:80px;
	border: 1px solid #000;
	color:#fff;
/*	background:#330000;*/
	background:#bbb;
	text-align:center;
	margin-top:10px;
	margin-left:36px;
	margin-bottom:10px;
}

#login a {
	color:#666;
}

#login a:hover {
	color:blue;
}

#frontedit { /* formating the frontedit module */
    color: #000000;
    margin-left: 44px;
    margin-top: 50px;
    padding: 10px;
    text-align: left;
}
#frontedit a {font-weight:normal;color:red; font-size:13px;}
#frontedit a:hover {color:#000;}
#frontedit img {padding-right:10px;}

/* Positionierung, Schrift und Hintergrund Hauptteil */
#cont {
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	min-height:288px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:10px;
	width:730px;
}

#cont ul {
        padding-top:5px;
	padding-left:55px;
	padding-right:0px;
/*	list-style:circle; */
	list-style:none; 
}

#cont li {
	margin: 4px;
	padding: 0 0 0 12px;
	background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0.5em;
}

#cont h2 {
	border-bottom: solid 1px #ea060c; 
/*	border-bottom: solid 1px #ffba20;  */
}



/* Positionierung, Schrift und Hintergrund Fussbereich */
#foot {
	background-color:#666;
	color:white;
	font-size:10px;
	height:28px;
	line-height:28px;
	text-align:center;
	width:100%;
}

#foot ul {
	list-style:none;
	display:inline;
} 
 
#foot li {
	display:inline;
	padding:5px;
}

#foot a {
/*	color:#7F7F7F;
	font-size:14px;
	list-style:none outside none;
	padding:4px;*/
	color:white;
	font-sze:14px;
	text-decoration:none;
}
 
 #foot a:hover {
/*   color:#f7f7f7;
   background-color:#330000;*/
}

#foot .menu-current a {
	color:#f7f7f7;
}
 
/* Footer */

#basic {
	color:#330000;
	display:block;
	float:left;
	font-size:11px;
	height:30px;
	width:100%;
}

#links {
	padding-left:14px;
	float:left;
	padding-top:10px;
}

#links a {
	color:#330000;
	text-decoration:none;
}

#links a:hover {
	color:#f7f7f7;
}

#design {
	float:right;
	padding-right:10px;
	padding-top:10px;
}

#design a {
	text-decoration:none; color:#330000;
}

#design a:hover {
	color:#f7f7f7;
}

img.head_img {
	border: 0px;
}

.highlight {
	width: auto;
	padding-left:3px;
	padding-right:3px;
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
}

pre {
width:600px; white-space:inherit;
}