body
{
	font: 12px Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 10px 0 0;
	color: #000;
	background-color: #666;
	background-image: url(../bodybg.gif);
	background-repeat: repeat;
}
p {
	margin:5px 0 5px 0;
}
h1{
	color:#A31B00;
	font-size:16px; 
	text-align:center;
}

h2{
	font-size:14px;
	color:#A31B00;
	font-weight:bold;
}
h3 {
	font-size: 14px;
	color:#A31B00;
	margin:10px 0 5px 0;
}
a{
	color:#A31F1B;
}
a:hover{
	text-decoration:none;
}
div#container{
	width:688px;
	margin: auto;
	height:100%;
}
div#top{

	height:54px;
	width:688px;
}
div#pic{
	height:200px;
	background-color:#FEFEF0;
}
div#content{
	background-color:#FEFEF0;
	height:100%;
	padding:10px 10px 20px 10px;
	border-bottom:1px dotted #CCC;
}
div#nav{
	background-color:#A31B00;
	height:30px;
	color:#FFF;
	padding:5px 5px 5px 0;
	border-bottom:1px dotted #CCC;
}
div#nav ul{
	padding:8px 5px 5px 10px;
	margin:0;
}
div#nav li {
	float:left;
	display:block;
	margin-right:10px;
}
div#nav li a{
	color:#FFF;
	/*font-weight:bold;*/
	font-size:13px;
}
div#nav li a:hover{
	text-decoration:none;
}

li.shopButton {
	height:25px;
	margin:0 0 0 30px !important;
}
.shopButton a {
	font-size:15px !important;	
	background:url("../images/shop_icon.jpg") no-repeat scroll left center transparent;
	font-variant:small-caps;
	padding:0 0 0 40px;
	font-weight:bold;
}
a img { border:0; padding:10px;}

div#rightBlock{
	width:220px;
	padding-left:30px;	
}

div#leftBlock{
	width:380px;
	padding-left:20px;	
}

div#leftBlock, div#rightBlock{
	float:left;
}

/* Kontakt */
label{
	display:block;
	margin-top:10px;	
}

input.standardText{
	width:200px;
	border:1px solid #000;	
}

input.submit{
	border:1px solid #000;
	width:90px;	
}

textarea{
	width:300px;
	border:1px solid #000;
	height:150px;	
}

/* Leihgeraete */
table.leihgeraete{
	width:100%;
	text-align:left;	
}
ul#aktion {
	padding:0 0 0 10px; 
	margin:10px 0 20px 10px;
}
ul#aktion li {
	padding: 2px 0 3px 0;
}
div#leftTeaser {float:left; }
div#flyerPreview { float:left; width:210px; margin-left:40px; }
div#flyerPreview img {
	padding:0;
}
div.clear { clear:both; }
