@charset "utf-8";
/* CSS Document */

* { padding:0px; margin:0px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }
h1 { font-size:18px; }
a { outline:none; }

body { 
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#main {
	width:800px;
	margin:0 auto 0 auto;
}


#logo {
	width:192px;
	height:35px;
	margin:42px 0px 0px 0px;
}

#navi { 
	list-style-type:none;
	text-align:right;
	margin-top:25px;
}

#navi li {
	display:inline;
	margin:0px 12px 0px 0px;
}

#navi a {
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	background-color:#4e9bdd;
	padding:2px 25px 0px 25px;
}

#navi a:hover {
	padding-top:5px;
}

#spacer {
	clear:both;
	width:800px;
	height:30px;
}

#content {
	width:800px;
}

#content_left {
	width:300px;
	float:left;
}

#info {
	float:left;
	width:50px;
	height:30px;
	background-color:#e2e2e2;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	font-size:16px;
	color:#a8a5a5;
}

#map {
	width:200px;
	height:30px;
	text-align:center;
	background-color:#4e9bdd;	
	line-height:30px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
}

#content_right {
	float:right;
	width:500px;
	height:20px;
}

#search_box {
	background-image:url(../images/search_bg.gif);
	background-repeat:repeat-x;
	width:400px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-left:50px;

}

.input_search {
	border:1px solid #CCC;
	padding:2px;
	color:#3b3b3b;
	height:18px;
}

.submit_search {
	width:70px;
	height:25px;
	font-weight:bold;
	color:#ffffff;
	background-color:#4e9bdd;
	border:none;
	font-size:14px;
	cursor:pointer;
}

/* Action Bereich */

#clear {
	clear:both;
	width:100%;
	height:15px;
}

#result {
	width:400px;
	margin:20px auto 0px auto;
	height:20px;
	padding:10px;
}

#result fieldset {
	width:100%;
	border:1px dashed #BEBEBE;
	padding:5px;
}

#result legend {
	font-size:12px;	
}

#result .result_true {
	padding:3px;
	background-color:#9cfd4d;
	text-align:center;
	color:#2e2e2e;
}

#result .result_false {
	padding:3px;
	background-color:#fc2424;
	text-align:center;
	color:#2e2e2e;
}