/* CSS Document */

/* Body */
* {
margin:0;
padding:0;
}
body {
background:url(bilder/bga.jpg) repeat-x #f8ebd8;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fbd0f2;
}

a:link { color: #9B0106;}
a:visited { color: #9B0106;}
a:hover { color: #ea6262;}
a:active { color: #9B0106;}

.clear {
clear: both;
text-align:center;
padding-top:10px;
}

#container {
width:940px;
position:absolute;
margin-left:-470px;
left:50%;
}

#header {
height:115px;
background:url(bilder/header.gif);
}
/* Content */
#content {
height:495px;
background:url(bilder/bg_main.jpg);
}
#content iframe {
border: 1px solid #45494d;
width:447px;
height:464px;
}

/* kontakt item */
.item {
width:230px;
height:100px;
background: #f8efe2;
border: 1px solid #bea989;
overflow:hidden;
float:left;
margin-left:9px;
color: #9B0106;
cursor:pointer;
text-decoration:none;
margin-top: 5px;
}
*html .item {
	margin-left: 6px;
}
.item img {
margin:4px;
}
.item h1 {
font-size:10px;
font-weight:bold;
color: #9B0106;
margin:4px 0 4px 0;
}
.item a:link, .item a:active, .item a:visited {
color: #9B0106;
cursor: pointer;
text-decoration:none;
}
.item a:hover {
color: #ea6262;
}

.geo {
font-size: 16px;
font-weight:bold;
color: #9B0106;
text-align:center;
text-decoration:none;
}

/* footer */
#footer {
height:110px;
background:url(bilder/bg_bottom.jpg) no-repeat;
padding: 10px;
text-align:right;
}
.geoheader {
position: relative;
left:20px;
top:60px;
width:430px;
color:#f90000;
font-size: 14px;
font-style:italic;
font-weight:bold;
text-align:right;
}