/* ====================================================================
CSS Document for screendesign by Biznet AG
Last Update: 19 June 2009
Author: I. Bertolotti
Media: Screen

Structure:    		1a. Kalibrierung
              		1b. Allgemeine Definitionen
                    2.  Screendesign
                    3. 	Formatierungen
 ======================================================================== */

/* ==========================================
   1a. Kalibrierung
   ========================================== */
 *{
	padding:0;
	margin:0;
}

html{
	height:100%;
	margin-bottom:1px;
}

/****Abstand nach unten ***/
h1, h2, h3, p, ol, ul{
	margin-bottom:0;
}
/***Verschachtelte Listen ***/
ul ul, ol ol{
	margin-bottom: 1.5em;
}
/***Liste einziehen ***/
li{
	margin-left:0;
}
/* ===========================================
   1.b Allgemeine Definitionen
   =========================================== */
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	border:0 none;
}
ul{
	margin-left:0;
	
}
p{
	margin:0;
	padding:0;
}
h1{
	font-size:14px;
	line-height: 1.5em;
	color:#f9b611;
	margin-bottom:15px;
}
h2{
	font-weight: bold;
	font-size:12px;
	line-height: 1.5em;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
img{
	border:0;
	
}
/******Definition anchor********************/

a{
	color:#000;

}
a:link, a:visited, a:active{	
	color:#f9b611;
	font-weight:bold;
	text-decoration:none;
	
}
a:hover{
	text-decoration:none;
}
/* ===========================================
   2. Screendesign
   =========================================== */
#container{
	position: relative;
	width:980px;
	margin: 10px auto;
	z-index: 1;
}
.logo{
	position:relative;
	float:left;
	width:290px;
	height:127px;
}
.header{
	position:relative;
	float:right;
	width:690px;
	height:127px;
	background-image:url(/images/graphics/header.jpg);
}
.hgnavioben{
	float:left;
	position:relative;
	width:980px;
	height:25px;
	background-color:#000;
}
#obernavibereich{
	float:left;
	position:relative;
	padding-left: 228px;
	height:25px;
}
#obernavibereich ul{
	float:left;
	margin: 5px 0;
}
#obernavibereich ul li{
	list-style-type:none;
	float:left;
	margin: 0 0;
}
#obernavibereich ul li a{
	color:#FFF;
}
#obernavibereich ul li a:link{
	color:#FFF;
}

#obernavibereich ul li a:hover {
	color:#f9b611;
}
#obernavibereich ul li a:active{
	color:#f9b611;
}
#obernavibereich ul li a.selected{
	 color:#f9b611;
}
.linie{
	margin: 0 10px;
	color:#FFF;
	
}
#wrapper{
	position:relative;
	float:left;
	width: 980px;
	height:auto;	
}

#content{
	position:relative;
	width:524px;
	padding: 34px 20px;
	background-color:#FFF;
}
.mainbox_images{
    position:relative;  
    width: 484px;   
}

.outerbox_img1
{
    float:left;
    width:155px;
}
.outerbox_img2
{
    float:left;
    width:155px;
}
.outerbox_img3
{
    float:left;
    width:155px;
}
   
.imgTitle{
    width:150px;
}
.img1{
    width:150px;
}
.img2{
     width:150px;
} 

.shortText
{
    width:150px;
    font-size:10px;
}  
        

.tdhgnavlinks{
	background-color:#fef0d7;
}
#navilinks{
	width:172px;
	margin-top: 34px;
	margin-bottom: 200px;
	margin-left: 36px;
}
#navilinks ul{
	list-style-image:none;
   	list-style-position:outside;
   	list-style-type:none;
	
}
#navilinks li{
	margin-right: 26px;
	text-indent:0;
   	border-bottom: #000 dotted 1px;
	padding: 5px 0;

}
#navilinks td
{
   	border-bottom: #000 dotted 1px;
	padding: 5px 0;
    height: 30px;
    vertical-align: middle;
}
#navilinks a{                       
	color:#000;
	text-align:left;
	text-decoration:none;
	font-weight: normal;
}
#navilinks a:hover{			 
	color: #f9b611;
 	text-align:left;
	text-decoration:none;
}

#navilinks .selected 
{
	/*color:#f9b611;*/
	font-weight: bold;
}

.suche{
	float:right;
	margin-right: 160px;
	padding: 5px 0;
	color:#FFF;
}
.suchetextfeld{
	background-color:#FFF;
	width:127px;
	height:17px;
	padding: 2px;
}
.kurs{
	color:#000;
	font-weight: bold;
}
.box1{
	float:right;
	width:192px;
	height:48px;
	margin-top: 34px;
	padding: 8px 8px;
	color:#606060;
	font-weight:bold;
	background-color:#fddeac;
	
}
.box2{
	float:right;
	width:192px;
	height: 58px;
	margin-top: 10px;
	padding: 4px 8px 4px 8px;
	color:#606060;
	font-weight:bold;
	background-color:#fddeac;
}
.box2 a
{
    color:#000;
	font-weight: bold;
}

.footer{
	position:relative;
	width:980px;
	height:42px;
	background-image:url(../images/graphics/footer.gif);
	background-repeat:no-repeat;	
}

/* ===========================================
   4. Sonstige Formatierungen 
   =========================================== */

/* Suche*/
#divsearch{
	float:right;
	height:25px;
	padding-right: 5px;
}
.eingabeformular{
	height: 22px;
	margin-top:3px;
	float: right;
}
/*Label*/
.search{
	margin-right: 2px;
	margin-top:5px;
	color:#FFF;
}
.input{
	width: 130px;
	height:15px;
	margin-right:1px;
	color:#000;
	border: 1px solid #000;
	font-size: 11px;
}
.button{
	border:0;
	width:20px;	
	height:17px;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
/* Ende Suche*/

.buttonanmeldung1{
	width: 100px;
	height: 25px;
	background-color:#ccc;
	border: 1px solid #666;	
	cursor:pointer;
	text-align: center;
}

/*Anmeldungsformular*/

.anmeldung{
	float:left;
	width: 500px;
}
.beschriftung{
	float:left;
	width: 150px;
	font-size: 12px;
	font-weight:bold;
}
.beschriftung2{
	float:left;
	width: 150px;
	margin-top:5px;
}
.clear{
	clear:left;
}
.inputfield{
	width: 300px;
	height:18px;
	margin-bottom: 5px;
	background-color:#fef0d7;
	border: 1px solid #ccc;	
}
.textarea{
	width: 300px;
	background-color:#fef0d7;
	border: 1px solid #ccc;	
	
}

/*Ende Anmeldungsformular*/

.tdabstand{
	padding-bottom: 20px;
}
#tbkurs{
	width: 90%;
	border:0;
}
.tdkurs1{
	font-weight:bold;
	border-bottom: 1px solid #f9b611;
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tdkurs2{
	border-bottom: 1px solid #f9b611;
	vertical-align:top;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}

#tbangebot{
	width: 100%;
	border:0;
}
.tdangebot{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f9b611;
	vertical-align:top;
}
.tdpunkt{
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f9b611;
	vertical-align:top;
}
.status{
	margin-left: 7px;

}

#kurs td
{
    padding: 5px 5px 5px 0px;
	border-bottom: 1px solid #f9b611;
	vertical-align: middle;
	height: 30px;
}

.error
{
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
}

