/* CSS Document */

body {
	margin:4px 0 0 4px;
	background-color:#ffffff;

}

body, td, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1{font-size:16px; margin:8px 0 8px 0;}


/*  Haupt Elemente  */

table.header{
	margin-bottom:0px;
	clear:both;
}

#locator{
	width:998px;
	height:18px;
	font-size:10px;
	padding:0;
}

#body-all{
	width:998px;
	padding:0;
}

#body-left{
	width:182px;
	margin-right:0px;
}

/*
#body-center{
	width:548px;
	border:1px solid #91a7e4;
	background-color:#eefaff;
	padding:8px;
	margin-right:4px;
	float:left;
}
*/

#body-center{
	/*width:548px;*/
	/*border:1px solid #91a7e4;*/
	background-color:#ffffff;
	padding:8px;
	margin-right:4px;
	float:left;
}


#body-right{
	width:228px;
	margin:0;
	float:none;
	float:right;
}

#footer {
	width:998px;
	border-top:1px dashed #91a7e4;
	margin-top:8px;
	clear:left;
	padding:8px;
	text-align:center;
	vertical-align:middle;
}

div.result {
	width:542px;
	border-bottom:1px dashed #91a7e4;
	padding-bottom:8px;
	margin-bottom:8px;
}

div.coloredRow{
	display:block;
	width:532px;
	background-color:#eeeeee;
	margin:8px 0 8px 0;
	padding:0 4px 0 4px;
}

div.tab1{
	background-color:#eeeeee;
	border:1px solid #91a7e4;
	margin-bottom:1px;
	width:140px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}


/* Templates  */
div.innerTemplate{
	padding: 10px;
	width:525px;
}

/* Header im Menü */
#tHead {
	background-image:url(/images/elements/bg-menu.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	height:18px;
	padding-left:4px;
	padding-top:2px;
	margin:0;
	text-align:left;
}

#tHead.thleft {
	width:178px;
}

#tHead.thright {
	width:234px;
}

#frame_map{
	border:1px solid #91a7e4;
}

/* Menüboxen  */
#menu {
	border:1px solid #91a7e4;
	margin-right:4px;
	margin-bottom:4px;
	padding:0;
	clear:none;
}

.menu-content{
	padding:4px;
	width:100%;
}

#menu.search {
	background-color:#fafdd1;
	width:182px;
}

#menu.main {
	background-color:#fafdd1;
	width:182px;
}

#menu.login {
	background-color:#fafdd1;
	width:182px;
}

#menu.linkpartner {
	background-color:#fafdd1;
	width:182px;
}

#menu.banner {
	background-color:#ffffff;
	width:238px;
}

/* Text  */

.rot{ color:#FF0000; }

.anzeigentext1{
	display:block;
	margin-left:16px;
}

.anzeigenfooter{
	display:block;
	margin-top:4px;
	margin-left:16px;
	font-size:10px;
}

/* LINKS  */

a{ color:#6633FF;}
a:hover{ color:#FF9900;}

a.title{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-bottom:6px;
}
a.title:hover{
	text-decoration:underline;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(/images/bg/left_menu_item.gif) no-repeat;
	background-position:-2px 0;
	vertical-align: middle;
	color: #333333;
	text-align: left;
	padding-top: 3px;
	padding-left: 18px;
	height: 17px;
	width: 90%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: -2px -20px;
	text-decoration: none;
	color: #6633FF;
}

.menuitem_activ{
	display: block;
	background: url(/images/bg/left_menu_item.gif) no-repeat;
	background-position:-2px -20px;
	vertical-align: middle;
	color: #a24f47;
	text-align: left;
	padding-top: 3px;
	padding-left: 18px;
	height: 17px;
	width: 90%;
	text-decoration: none;
}

a.menuNeueAnzeigen:link, a.menuNeueAnzeigen:visited {
	display: block;
	color: #333333;
	text-align: left;
	padding-left: 8px;
	height: 17px;
	width: 90%;
	margin-bottom:2px;
	text-decoration: none;
}

a.menuNeueAnzeigen:hover {
	color: #6633FF;
}

/* Formular  */
form{margin:0;}

select{
	height:18px;
	background-color:#FFFFFF;
	border:1px solid #6633FF;
}

input.textfeld {
	height:14px;
	background-color:#FFFFFF;
	border:1px solid #6633FF;
}
input.button {
	cursor:pointer;
}

/* Bilder  */
img.right{
	margin-left: 6px;
	float:right;
}
img.left{
	margin-right: 6px;
	float:left;
}

img.banner-right{text-align:center; margin:4px 0 4px 0;}