/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*style*/

/*____Allgemein____*/
body{
	background: #fff;
	font-family: Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align:left;
	color:#000;
	}

a, a:link, a:visited {
	color:#737A7E;
	text-decoration: none;
}	

a:hover, a:active, a.active {
	color:#737A7E;
	text-decoration: underline;
}

h1 {
	margin-bottom: 0px;
}
h2 {
	margin-bottom: 20px;
}

h2, h1 {
	color:#000;
	font-weight: bold;
	font-size: 150%;
}

/*____ Formular____*/

label {
	display:block;
	float:left;
	width:80px;	
	vertical-align:top;
	padding-top:5px;
}

input {
	margin:1px 0;	
	width:250px;
}

textarea {
	width:250px;
	height:80px;
}

p.form {
	margin-left: 80px;
}

p.form input {
	width:100px;
	margin-right:40px;	
}

/*____Grundgerüst____*/

#bg {
    background: #fff;
    display:block;
}

#header{
    width: 650px;
    height:100px;
}

#header img {
	display:none;
	margin-bottom:20px;
}

#header img.druckimg {
	display:block;
}

#header img.druckimg, img.druckimg {
	margin: 0 auto 20px auto;
	text-align:center;
}

img.screenimg {
	border:0px solid #fff;
	float:none;
	display:none;
}

#content{
    background: #fff;
    width: 650px;
	display:block;
    text-align:center;
    padding:40px 0;

}

#footer{
    width: 650px;
    padding:15px 0;
}

/*_____Navigation_____*/


#header ul, #footer ul{
	font-size: 110%;
	list-style: none;
	display:block;
}

#footer ul {
	text-align:left;
	margin-right: 10px;
}

#header li, #footer li{
	display:inline;
}

#header li a, #footer li a{
	margin:0 10px;
}

#header li span, #footer li span{
	margin:0 10px;
	color:#fff;
	text-decoration:underline;
}

/*_____Inhalt_____*/

#content div#text {
	width:100%;
	margin:0 auto;
	text-align:left;
	display:block;
}

#content div#pics {
	width:90%;
	margin:0;
	text-align:left;
	display:block;
}

#pics table{
	text-align: left;
	padding:0;
	margin:0px;
}

#pics table tr td img{
	width:100px;
	height:67px;
}

#pics div.left, #pics div.right{
	width:100%;
	text-align:left;
	float:left;
	margin-bottom:20px;
}

#pics div.left p, #pics div.right p{
    display:block;
    clear:both;
    margin-bottom:20px;
}

#pics div.left p h2, #pics div.right p h2{
    margin-bottom:0px;
    padding-bottom:10px;
}

#pics div.left img, #pics div.right img{
	margin:0px 10px 2px 0px;
	float:left;
	border:1px solid #fff;
}

#pics div.right{
	width:100%;
	text-align:left;
}

table.vita th{
    font-weight:bold;
    width: 120px;
    vertical-align:top;
}

table.vita td{
    padding-bottom:10px;
}
