  /*	Desc: *title* Screen Style Sheet
	Author: T. Boehning / S. Barahona
	Date: July 2007
=== === == === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */
html, body {
	border:0;
	margin:0;
	padding:0;
	
	height: 100%;

}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
 }   

body {
	font:100%/1.25 arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-align: center;
}

#inhalt {
	margin: 0 auto 50px 0;
	
	position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;

}

html>body #inhalt {
    height: auto;
	}

#page {
	text-align: left;
	margin: 0 auto 50px;
	width: 800px;
        padding: 0 0 50px 0;
}

#header {
	z-index: 10;
	margin: 20PX;
}

#footer {
	font-size: 0.8em;
	margin: 0px 0 0 0;
	background: #FFF;
	text-align: center;
	color: #ddd;
	position: absolute;
    bottom: 0;

}

#willkommenstext {
	color: #2D2D2D;
	font:0.9em arial, helvetica, sans-serif;
	line-height: 1.2em;
	background: #FFF;
	width: 350px;
	margin: 20px 0 20px 0;
}

#willkommenstext h1, #willkommenstext h2, #willkommenstext h3 {
	padding: 10px 10px 5px 10px;
} 

#willkommenstext p {
	padding: 10px;
} 

#willkommenstext h3{
	font:1.2em bold arial, helvetica, sans-serif;
	margin: 25px 0 0px 0px;
	color: #BF0000;
	font-weight: 700;
}

#bild {
	margin: 10px auto;
	text-align: center;
}

#bild img {
	border: 1px solid #ccc;
	padding: 5px;
}

#footer p {
	padding: 5px;
} 


/* Navigation */
div#menu{
	margin: 0 auto; 
	width: 920px;
	z-index: 100;
	text-align: center;
}

ul#nav,ul#nav li{list-style-type:none;margin:0;}
ul#nav{padding-left: 30px;
}

ul#nav li{
float:left;
width:100px;
background: #FFF;
margin-right:2px;
text-align: center;
line-height: 1.2em;

}

ul#nav a{
	width:100px;
	font-size: 0.8em;

}

ul#nav li.activelink a,ul#nav a:hover{
	color: #000;
}


/***** Common Formatting *****/

p, li {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:20px 5px 25px 0px;
	letter-spacing:0px;
	font:1.4em helvetica, sans-serif;
	color: #BF0000;
	font-weight: bold;
}
 
h2 {
	padding:20px 0;
	letter-spacing:0px;
	font:1.0em arial, helvetica, sans-serif;
}
 
h3 {
font:1.4em helvetica, sans-serif;
font-weight:bold;
color: #FFFFFF;
}
 
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}

ul, ol {
	list-style:none;
	padding:0 0 18px 60px;
}



 
/***** Links *****/
 a {
	font-size:1.0em;
	color: #BF0000;
}
 
a, a:visited {
text-decoration:none;
}

/* Image links */
a img, :link img, :visited img {
	border: 0;
}

footer a {
	padding: 10px;
}

#active a, #active a:visited {
font-size: 0.8em;
color: #000;
font-weight: bold;
}
 
 
 
/***** Forms *****/
form {
margin:0;
padding:0;
display:inline;
}
fieldset {    
     border:0;   
 }
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
textarea {
line-height:1.25;
}
label {
cursor:pointer;
}
 
 

  
img {    
     border:0;   
 }  
  
  
  

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

