/* CSS Document */
html{
	margin: 0; 
	padding: 0;
}
body {
 	color: #000000;
  	font-size: 12px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	background-image:url(../images/menue2_bg.gif); 
}


#content {			
 	position:absolute;
  	height: auto; 
	width: 763px;
	margin-left:-381px;
	top:20px;
  	left: 50%;
  	text-align: left;
  	padding: 0px;
}
#header{
	position:relative;
	width:763px;
	height:210px;
}


#bg_left{
	position:absolute;
	left:-23px;
	top:-21px;
	width:22px;
	height:100%;
	background-image:url(../images/bg_left.gif);
	background-repeat:no-repeat;
	
}

#bg_right{
	position:absolute;
	left:718px;
	top:-21px;
	width:22px;
	height:100%;
	background-image:url(../images/bg_right.gif);
	background-repeat:no-repeat;
}

#submenue{
	position:relative;
	width:717px;
	height:20px;
	background-color:#fa6400;
	margin-left:22px;
	border-left:1px solid #d54400;
	border-right:1px solid #d54400;
	border-bottom:1px solid #d54400;
	
	line-height:20px;
	vertical-align:middle;
	text-align: right;
	color:#FFFFFF;
}
*html #submenue{
	margin-top:-2px;
}
a.sub:link, a.sub:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a.sub:active, a.sub:hover{
	color:#FFFFFF;
	text-decoration: underline;
}


#menue{
	position:absolute;
	left:36px;
	top:255px;
	width:165px;
	height:200px;
	z-index:100;
}

#inhalt{
	position:relative;
	padding:40px;
	width:637px;
	
	min-height:260px;
	height:auto !important;
	height:260px;
	
	margin-left:22px;
	border-left:1px solid #d54400;
	border-right:1px solid #d54400;
	
	
}
#video{
	position:relative;
	left:345px;
	top:15px;
	
        min-height:330px;
	height:auto !important;
	height:330px;

        margin-left:22px;
	
}

#video2{
	position:relative;
	left:300px;
	top:15px;
	
        min-height:360px;
	height:auto !important;
	height:360px;

        margin-left:22px;
}	




.text1{
	position:relative;
	left:193px;
	width:260px;
}
.text2{
	position:relative;
	left:193px;
	width:444px;
}
.ueberschrift{
	display:block;
	width:100%;
	height:22px;
	border-bottom:1px dotted #000000;
	margin-top:0;
	font-weight:bold;
}
#bild{
	position:absolute;
	left:600px;
	top:255px;
	z-index:1;
}
.rahmen{
	border:1px solid #FF6600;
}

#footer{
	position:relative;
	width:717px;
	height:27px;
	margin-left:22px;
	border-left:1px solid #d54400;
	border-right:1px solid #d54400;
	border-top:1px solid #d54400;
	border-bottom:1px solid #d54400;
	background:url(../images/footer_kachel.jpg) repeat-x;
}

.logo{
	margin-top:40px;
}

a.textlink:link, a.textlink:visited{
	color:#FF6600;
	text-decoration:none;
}
a.textlink:hover, a.textlink:active{
	color:#FF6600;
	text-decoration: underline;
}

ul li{
	margin-bottom:10px;
}

.workshops{
	padding-left:15px;
}
*html .workshops{
	margin:10px 0 0 0;
}
.workshops li{
	padding:0;
	margin:0;
}


#menue ol {
	list-style-type: 						none;
	margin: 								0;
	padding:								0;
}

#menue ol li {
	width: 									123px;
	height: 								38px;
	text-align: 							right;
	/*margin-bottom:-8px;*/
}

#menue ol li a {
	
	font-weight: 							bold;
	text-decoration: 						none;
	width: 									123px;
	height: 								38px;
	display: 								block;
	margin-top: 							0px;
	margin-bottom: 							0px;
	
	line-height:38px;
	vertical-align: middle;
	padding-right:45px;
	font-size:15px;
	
}

/********************************************************************/
/************* Linkdevs Mainmenue ***********************************/
/********************************************************************/

#menue li .knigge:link {
	background-image: 			 			url(../images/menue2_bg.gif);
	background-repeat:						no-repeat;
	background-position:bottom;
	color: 									#0066cc;
	
}



#menue li .knigge:visited {
	background-image:						url(../images/menue2_bg.gif);
	background-repeat:						no-repeat;
	background-position:bottom;
	color: 									#0066cc;
}


#menue li .knigge:hover {
	background-image:						 url(../images/menue_hover_bg.gif);
	color: 									#0066cc;
}



#menue li a.knigge_active {
	background-image: 						url(../images/menue_hover_bg.gif);
			color: 							#0066cc;
}


