@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(yaml/screen/basemod.css);
@import url(yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);

html {
 scrollbar-3dlight-color:  #ffffff;
 scrollbar-darkshadow-color:  #8e3500;
 scrollbar-highlight-color:  #8e3500;
 scrollbar-shadow-color:   #B4BECD;
 scrollbar-arrow-color:   #ffffff;
 scrollbar-base-color:   #8e3500;
 scrollbar-face-color:   #8e3500;
 scrollbar-track-color:   #8e3500;
}

body{
	background-color: #0e0500;
	padding:0px;
}

#main{
	background:url(../images/bg.jpg) no-repeat;
	background-position: 0px 0px;
	margin:0px;
	width:1000px;
	height:750px;
}

#col1{
	width:200px;
}

#logo{
	position: relative;
	top:61px;
	left:100px;
	width:200px;
	height:180px;
	z-index:10;
}

#col3{
/*	max-height:750px;*/
	width: 800px;
	margin-left: 200px;
}
#col3_content{
	padding:0px 0px 0px 30px;
}
#TopImage{
     min-height: 200px;
	 padding-top:50px;
}
#pic{
	position:relative;
	left:0px;
	width:720px;
/*	height:437px; */
}
#overlay{
	visible:none;
	position: relative;
/*  top:-11px; */
	left:0px;
  width:720px;
  height:62px;
}
#content{
	position: relative;
/*  top:-11px; */
	background-color: #8e3500;
	width: 720px;
/*	max-height:338px; */
  overflow-y:auto;
}
.typography{
	padding:0 30px;
	overflow-y:auto;
}
#UeberschriftDiv{
  position:relative;
/*  top:-11px; */
  width:720px;
  height:72px;
  background-color:#8e3500;
}
#Ueberschrift{
  color: #8e3500;
  position:absolute;
  left:150px;
}
#ContentBottomDiv{
	position:relative;
	/*top:-11px;*/
}
#menu{
  position:absolute;
  top:280px;
  left:50px;
  text-align:right;
}
#menu li{
  line-height: 32px;
  list-style: none;
}
#menu li a{
  font-family: Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#c3780c;
  letter-spacing: 5px;
  text-decoration: none;
  
}
#menu li.current a, #menu li.sections a, #menu li a:hover{
	color:#f1c490;
}

.audioDiv{
	margin-top: 25px;
	background-color:#6c2801;
	padding: 5px;
}
