/*
	CSS by Florian Frödrich - www.evolution-media.de
*/

*

{

padding: 0em;
margin: 0em;

}

html {margin:0;padding:0}


body
{
background: #FFFFFF;
margin:0;
padding: 0px 0px 35px 0px;
}

body,input,textarea,table

{
font-size: 11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #555;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: left;
}

a
{
color: #777;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
color: #555;
}

h1,h2,h3,h4
{
font-weight: bold;
line-height:15px;
}
h1{font-size:13px;margin:0 0 15px 0;color:#FF00FF;}
h2{font-size:12px;margin:14px 0 13px 0;}
h3{font-size:11px;margin:13px 0 10px 0;}
img
{
border:0;
}

img.left
{
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
float: right;
margin: 0em 0em 1.8em 1.8em;
}

#wrapper

{
/*
	The width value below controls the overall width of the design. By default it's set to 82%

	(so it'll take up 82% of the browser window's width). You can set it to a different percentage

	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.

*/
width: 685px;
padding:0;
margin: 50px auto 0 auto;
}

#header
{
margin: 0;
padding: 0;
text-align:center;
height:100px;
margin:0 auto;

}

#content
{
padding:34px 0 0 0;
width:625px;
margin: 0 auto;
}

#footer
{
color:#999;
text-align:center;
font-size:9px;
background: url('images/bg_foot.jpg') no-repeat;
height:40px;
margin:0;
padding-top:60px;
width:625px;
margin: 0 auto;
}

#text
{
clear:left;
background: url('images/bg_top.jpg') no-repeat;
padding-top:34px;
margin:0;
}
.flash {
float:right;
margin-left:20px;
width:250px;
height:250px;
border:2px #FFBFFF solid;
}
.anfahrt {
float:right;
margin-left:20px;
width:250px;
height:250px;
background: url('images/brainware-maps.jpg') no-repeat;
border:2px #FFBFFF solid;
}
.anfahrt:hover{
background-position:-250px;
cursor:crosshair;
}
.cleaner{clear:left}
#text #inner 
{
	text-align:left;
	line-height:16px;
	font-size:11px;
	overflow:visable;
	padding-left:130px;
	padding-right:30px;
	padding-top:30px;
	padding-bottom:20px;
	background: url('images/bg_content.jpg') repeat-y;
}
#paper{
	background: url('images/paper.jpg') no-repeat;
	width:685px;
	text-align:center;
}

#menu{
	text-align:center;
	margin-bottom:10px;
}
#menu ul{
	list-style-type:none;
	text-align:center;
}
#menu ul li{
	display:inline;
	background: #F1EBD5;
	border: solid #D5CFB5 2px;
	margin: 0 3px;
	padding:2px;
}
#menu ul li:hover{
	background: #FFFFFF;
	border: solid #FF00FF 2px;
}
#menu a {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#666;
}
#menu a:hover {
	color:#FF00FF;
}
#menu.current {
	color:#FF00FF;
}

.ref img{
margin:15px 0 0 15px;
}
.img_right{
	margin-left:15px;
	margin-bottom:10px;
	border:2px #FFBFFF solid;
	}
