@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 (http://builder.yaml.de)
 * @file        my_layout.css
 */	
	#col3 {
	
	padding:10px 0 0 0; 
	margin:0;
	}	
	#lang_menu {float:right; display:inline;}
  	#col1 {float:left; width:100%}  
 
	#col1 {position:relative;  margin:0 0 10px 0;}  
	#news {width:250px; float:left; margin-right:20px;}
	#seminare {width:250px; float:left; margin-right:20px;}
	#imagefilm {width: 370px; float:left;}
	
	#col1_content { padding: 0 10px 0 20px }  
	#col2_content { padding: 0 10px }  
	#col3_content { padding: 0 20px 0 10px; }  
   
   #header_navi {
		text-align:left;
		float:left;
		width:15em;
		padding-bottom:4px;
		display:block;
   }
   #header_navi ul {
	margin:0;
	padding:0;
	list-style:none;
   }
   #header_navi li {
	margin:0;
	padding:0;
   }
   #header_navi a {
		font-size:125%; 
		color:#444; 
		font-weight:bold;
		font-family: "Georgia";
		padding:0.3em 0.5em;
		display:block;
		text-decoration:none;
		display:block;
   }
   #header_navi a span {
		padding-top:0.2em;
		font-family: "Lucida Grande", "Lucida Sans Unicode";
		font-size:10px;
		font-weight:normal;
		font-size:66.67%;
		display:block;
   }
   #header_navi a:hover {
	text-decoration:none;
	color: #990012;
   }
   
   #header_logo {	
   
	width:55em;
	margin-left:250px;
   }
   #header_logo img {
	width:100%;
	}
	
	#lang_menu {
		padding:1em 1em 0 0;
		float:right;
	}
	
	#header {
	border-bottom: 5px #e0e0e0 solid;
	display:block;
	border-top: 5px #e0e0e0 solid; 

	}	
	.bodytext {
		color:#888;
	}
	#seminare ul, #news ul{
		list-style:none;
		margin:0;
		padding;0;
	}
	#seminare li, #news li{
		margin:0;
		padding:0;
	}
	#seminare li a span.text, #news li a span.text{
		color:#888;
	}
	#seminare li a:hover span.text, #news li a:hover span.text{
		text-decoration:none;
	}
	
	#seminare li a:hover span.title, #news li a:hover span.title{
		text-decoration:underline;
	}
	#seminare li a:hover, #news li a:hover{
		text-decoration:none;
	}
	#seminare li a span.date, #news li a span.date {
		margin-right:0.5em;
	}
/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */
