/* allgemein */
*{
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	color: #333;
	/*list-style: none;*/
}

body{
	font-family: arial, verdana;
	font-size: 12px;
	background-image: url(../pics/background.jpg);
	background-position: 50% top;
}

h1{ /*homepage*/
	line-height: 100%;
	font-size: 40px;
	margin-bottom: 10px;
}

h2{ /*homepage*/
	line-height: 120%;
	font-size: 30px;
	color: #1f1b7d;
	margin-bottom: 30px;
}

h3{ /*anzeige*/
	line-height: 100%;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
}

h4{ /*edit formular*/
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

h5{ /*im text*/
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h5.first{
	margin-top: 0px;
}

h6{ /*im text*/
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 15px;
}

a{
	color: #e43928;
}

a:hover{
	border-bottom: 1px solid #e43928;
}

.clear{
	clear: both;
}

ul.in_text{
	float: left;
	width: 100%;
	display: inline;
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.in_text li{
	margin-left: 20px;
}

ul.no_style{
	list-style: none;
}

input[type=text], input[type=password]{
	border: 1px solid #7d764c;
	padding: 1px;
}

p{
	line-height: 150%;
}

p.error, p.errorgreen, p.errorred{
	font-weight: bold;
	color: #e43928;
	margin-left: 5px;
	margin-bottom: 10px;
}

p.errorgreen{
	color: #46A530;
}

p.errorred{
	color: #e43928;
}

.content_center{
	width: 100%;
	text-align: center;
}

a.no_border:hover {
	border: none;
}

/*layout containers*/
#container_main{
	position: relative;
	margin: 20px auto;
	width: 987px;
	min-height: 200px;
}

#container_left{
	float: left;
	display: inline;
	width: 230px;
	min-height: 200px;
}

#container_right{
	float: right;
	display: inline;
	width: 757px;
	min-height: 200px;
}

#container_right #werbung_top{
	float:left;
	display:inline;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#container_right #werbung_right{
	float: right;
	display: inline;
	width: 180px;
	min-height: 200px;
}

#container_content{
	float: left;
	display: inline;
	width: 562px;
}

/* logo */
#logo{
	float:left;
	width: 100%;
	display: inline;
	height: 110px;
}

#logo img{
	margin-left: 10px;
	margin-top: 7px;
}

#logo a{
	border: none;
}

/* suche / navigation */
#ver_container_tools #login_info a{
	font-size: 10px;
}


#ver_container_tools{
	float:left;
	display: inline;
	width: 213px;
	background: white;
	border: 1px solid #1f1b7d;
}

#ver_container_tools form{
	float:left;
	display:inline;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

input[type=text], 
input[type=password], 
textarea,
select{
	border: 1px solid #1f1b7d;
	padding: 2px;
	width: 130px;
	height: 13px;
	font-size: 11px;
}

select{
	height: auto;
}

#ver_container_tools input[type=image]{
	vertical-align: middle;
	margin-left: 3px;
}

#ver_container_tools #navigation{
	float:left;
	display:inline;
	margin-left: 10px;
	width: 192px;
}

#ver_container_tools .dropdown{
	margin-bottom: 15px;
}

#ver_container_tools .dropdown .title{
	border: 1px solid #1f1b7d;
	height: 15px;
	width: 188px;
	background: right url(../pics/dropdown_pfeil.jpg) repeat-y white;
	padding-top: 2px;
	padding-left: 2px;
	z-index: 200;
	position: relative;
}

#ver_container_tools .dropdown .container_list{
	border: 1px solid #1f1b7d;
	margin-top: -1px;
	float:left;
	display: inline;
	padding: 10px;
	padding-top: 0px;
	width: 190px;
	position: absolute;
	z-index: 0;
	background: white;
}

#ver_container_tools ul{
	list-style: none;
}

#ver_container_tools ul li{
	margin-bottom: 12px;
}

#ver_container_tools .dropdown .container_list li{
	margin-top: 12px;
	margin-bottom: 0px;
}

#ver_container_tools li.alphabeth{
	word-spacing: 2px;
	width: 190px;
	line-height: 150%;
}

#ver_container_tools li span.titel{
	color: #333;
}

#ver_container_tools a{
	color: #e43928;
	font-weight: bold;
	font-size: 13px;
}

#ver_container_tools a:hover{
	border-bottom: 1px solid #e43928;
}

#ver_container_tools a.active{
	color: #333;
}

#ver_container_tools #login_info{
	font-size: 10px;
	float:left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}

/* info box*/
#ver_info_box{
	float:left;
	display: inline;
	width: 213px;
	background: white;
	border: 1px solid #1f1b7d;
	margin-top: 15px;
}

#ver_info_box .content{
	float:left;
	display: inline;
	margin: 10px;
	width: 193px;
	font-size: 10px;
}

#ver_info_box .change_item{
	margin-top: 3px;
	border-top: 1px solid #D2B8BB;
	padding-top: 3px;
}

/* container list */
#ver_container_list{
	float:left;
	display: inline;
	width: 562px;
	border-top: 1px solid #1f1b7d;
	margin-bottom: 15px;
}

.ver_anzeige_box_,
.ver_anzeige_box_0, 
.ver_anzeige_box_1, 
.ver_anzeige_box_2,
.ver_anzeige_box_3,
.ver_anzeige_box_4, 
.ver_anzeige_box_5,
#ver_detail_box_,
#ver_detail_box_0, 
#ver_detail_box_1, 
#ver_detail_box_2,
#ver_detail_box_3,
#ver_detail_box_4,
#ver_detail_box_5{
	float:left;
	display: inline;
	width: 560px;
	border: 1px solid #1f1b7d;
	border-top: 0px;
	background: white;
}

.ver_anzeige_box_1, #ver_detail_box_1 .detail_top{ /* bronze */
	background: #e5f6ec;
}

.ver_anzeige_box_2, #ver_detail_box_2 .detail_top{ /* silver */
	background: #e1e1dd;
}

.ver_anzeige_box_3, #ver_detail_box_3 .detail_top{ /* gold */
	background-color: #fdd96d;
}

.ver_anzeige_box_4, #ver_detail_box_4 .detail_top{ /* admin */
	background-color: #A3C1DB;
}

.ver_anzeige_box_5, #ver_detail_box_5 .detail_top{ /* super_admin */
	background-color: #8DA99E;
}

#ver_detail_box_3 .detail_top{
	background-image: url(../pics/logo_gold_member.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#ver_detail_box_2 .detail_top{
	background-image: url(../pics/logo_silver_member.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#ver_detail_box_1 .detail_top{
	background-image: url(../pics/logo_bronze_member.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

#ver_detail_box_0 .detail_top{
	background-image: url(../pics/logo_basic_member.gif);
	background-position: 5px 50%;
	background-repeat: no-repeat;
}

.ver_anzeige_content{
	padding: 10px;
	line-height: 140%;
	float:left;
	display:inline;
	width: 540px;
}

.ver_anzeige_content .left_text {
	float:left;
	display: inline;
	width: 330px;
}

.ver_anzeige_content .left_text .entry_info{
	width: 160px;
	float:left;
}

.ver_anzeige_content .left_text .entry_info a{
	color: #333;
}

.ver_anzeige_content .left_text .rubrics{
	width: 160px;
	float: right;
	font-size: 11px;
	line-height: 120%;
}

.ver_anzeige_content .bottom_button{
	width: 100%;
	float: left;
	padding-top: 10px;
}

.ver_anzeige_content .bottom_button img{
	display: block;
}

.ver_anzeige_content .bottom_button a:hover{
	border: none;
}

.ver_anzeige_content .right_logo {
	float:right;
	display:inline;
	width: 200px;
	text-align: right;
}

.ver_anzeige_content .bottom_text {
	float: left;
	display:inline;
	width: 100%;
}

.ver_anzeige_content .erklaerung_silver, .ver_anzeige_content .erklaerung_gold{
	float: left;
	display:inline;
	width: 100%;
	margin-top: 15px;
}

.ver_anzeige_content p{
	margin-bottom: 5px;
}

.ver_anzeige_content .right_logo img{
	margin-bottom: 7px;
}

.ver_anzeige_content h3.top{
	margin-top: 0px;
}

.ver_anzeige_box_0 h3 a{
	color: #333;
}

.detail_top, .tools_top{
	height: 20px;
	border-bottom: 1px solid #1f1b7d;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

.tools_top{
	text-align: left;
	border-left: 1px solid #1f1b7d;
	border-right: 1px solid #1f1b7d;
	background: white;
}

.tools_top .left{
	float:left; 
	width: 200px;
}

.tools_top .right{
	float: right; 
	width: 200px;
	text-align: right;
}

.tools_top img{
	width: 11px;
	margin-right: 5px;
	margin-top: -3px;
}

.tools_top a{
	margin-left: 10px;
}

.detail_bottom a{
	margin-left: 10px;
}

.tools_top a:hover, .detail_top a:hover, .detail_bottom a:hover{
	border: none;
}

.detail_bottom{
	width: 100%;
	float:left;
	display:inline;
	margin-top: 10px;
	border-top: 1px solid #1f1b7d;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* form */
.ver_anzeige_content form{
	float:left;
	width: 100%;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ver_anzeige_content fieldset{
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background: #ABC8D6;
	padding: 10px;
}

.ver_anzeige_content fieldset.benutzerdaten{
	background: #D7605C;
}

.message_box{
	margin: 10px;
	padding: 10px;
	font-weight: bold;
}

.red{
	background: #D63337;
	color: white;
}

.green{
	background: #46A530;
	color: white;
}

.form_comment{
	font-size: 10px;
	margin-left: 157px;
	margin-bottom: 10px;
}

form br{
	clear:both;
}

input.captcha{
	width: 20px;
}

div.center{
	float:left;
	width: 100%;
	display: inline;
	text-align: center;
}

.ver_anzeige_content label, .ver_anzeige_content input{
	display: block;
	float:left;
	width: 150px;
}

.ver_anzeige_content label{
	margin-left: 5px;
}

.ver_anzeige_content label.list{
	margin-bottom: 5px;
	margin-top: 5px;
	width: auto;
}

.ver_anzeige_content label.checkbox{
	margin-left: 0px;
	width: 128px;
}

.ver_anzeige_content ul{
	float:left;
	margin-bottom: 5px;
}

.ver_anzeige_content ul li{
	margin-bottom: 4px;
}

.ver_anzeige_content li input, input.small{
	width: 15px;
	margin-left: 5px;
}

.ver_anzeige_content input[type=radio]{
	float:left;
	margin-right: 5px;
	margin-top: 1px;
	margin-left: 7px;
}

.ver_anzeige_content label{
	font-weight: bold;
}

.ver_anzeige_content label.top{
	margin-top: 0px;
}

.ver_anzeige_content input[type=text], 
.ver_anzeige_content input[type=password], 
.ver_anzeige_content input[type=file]{
	margin-bottom: 5px;
	width: 200px;
	margin-right: 5px;
}

.ver_anzeige_content input.captcha{
	width: 60px;
}

.ver_anzeige_content select{
	margin-bottom: 5px;
}

.ver_anzeige_content input.size1{
	width: 39px;
}

.ver_anzeige_content input.size2{
	width: 150px;
}

.ver_anzeige_content textarea{
	width: 470px;
	height: 100px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.ver_anzeige_content input[type=image]{
	width: auto;
	display: inline;
	float: none;
	margin-left: 5px;
	margin-top: 5px;
}

.ver_anzeige_content input[type=checkbox]{
	float:left;
	margin-right: 5px;
	margin-left: 7px;
}

p.form_desc{
	margin-left: 6px;
	font-size: 10px;
}

form#eintrag{
	margin-top: 20px;
}

ul.mein_eintrag{
	float:left;
	margin-top: 5px;
	list-style: none;
}

ul.mein_eintrag li{
	padding-left: 15px;
	background-image: url(../pics/icon_pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-bottom: 4px;
}

.icons{
	float:left;
	width: 100%;
	display: inline;
	text-align: right;
}

.icons img{
	margin-left: 2px;
}

.icons a:hover{
	border: none;
}


/*werbung banner*/
#werbung_top .box1, 
#werbung_top .box2, 
#werbung_right .box3, 
#werbung_right .box4{
	background: white;
	height: 78px;
	float:left;
	display: inline;
	border: 1px solid #1f1b7d;
}

#werbung_top .box1{
	width: 252px;
}

#werbung_top .box2{
	width: 486px;
	float:right;
}

#werbung_right .box3, 
#werbung_right .box4{
	float:right;
	margin-bottom: 15px;
	width: 178px;
	height: auto;
}

#werbung_top img, 
#werbung_right img, 
#werbung_top object, 
#werbung_right object{
	margin-left: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	display: block;
}

#werbung_top a, 
#werbung_right a,
#werbung_top a:hover,
#werbung_right a:hover{
	border: none;
}

#werbung_top img{
	height: 60px;
}

.box1 img{
	width: 234px;
}

.box2 img{
	width: 468px;
}

#werbung_right img{
	width: 160px;
	height: 300px;
}

/* delete form */
.center button{
	background: none;
	cursor: pointer;
	margin: 10px;
}

/* HOME */
.skynews{
	margin-bottom: 15px;
}

.skynews .title{
	color: #1f1b7d;
	font-weight: bold;
	margin-bottom: 3px;
}

span.datum{
	color: #333;
	font-weight: normal;
	font-size: 10px;
}

.skynews .title .datum{
	margin-left: 20px;
}

.skynews .title a{
	color: #1f1b7d;
}

.skynews img{
	margin-top: 15px;
	margin-left: 40px;
}

.skynews .text{
	margin-top: 10px;
	margin-bottom: 15px;
}

.skynews .back_link{
	text-align: center;
	margin-top: 20px;
}

#slideshow{
	float:left;
	width: 560px;
	height: 177px;
	display: inline;
}

#img_container1, #img_container2{
	position: absolute; 
	width: 560px;
	height: 177px;
}

#loader{
	position: relative;
	background: url(../pics/loader.gif);
	width: 31px;
	height: 31px;
	margin: auto;
	top: 50px;
}

/* seite werbung */
table.content{
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
}

table.content td{
	border: 1px solid #999;
	padding: 2px;
	
}

table.rabatt{
	width: 250px;
	text-align: left;
	font-size: 12px;
}

table.rabatt td{
	vertical-align: top;
	border: none;
	padding: 0px;
	padding-bottom: 10px;
}

table.content td.first{
	text-align: left;
	font-weight: bold;
	width: 200px;
	padding-left: 2px;
}

table.position_status td{
	width: 24px;
	height: 24px;
	padding: 0px;
}

table.content td.border_left{
	border-left: 2px solid #333;
}

table.content td.border_right{
	border-right: 2px solid #333;
}

td.frei{
	background: 5px 4px url(../pics/icon_banner_status_green.gif) no-repeat;
}

td.besetzt{
	background: 5px 4px url(../pics/icon_banner_status_red.gif) no-repeat;
}

td.reserviert{
	background: 5px 4px url(../pics/icon_banner_status_rosa.gif) no-repeat;
}

th img{
	width: 10px;
}

th span{
	margin: 10px;
}

.form_row{
	width: 100%;
	float:left;
	margin-bottom: 10px;
}

.form_row label,
.form_row select{
	float:left;
	margin-right: 30px;
	margin-bottom: 0px;
}

.form_row label{
	width: auto;
	margin-right: 20px;
	padding: 0px;
}

/* stellenmarkt */
.stellen_item{
	width: 100%;
	float: left;
	display: inline;
	
	border-top: 1px solid #EDEDED;
	
	margin-top: 20px;
	padding-top: 20px;
}

.stellen_first{
	border-top: 0px;
	padding-top: 0px;
}

.stellen_item .left{
	float:left;
	width: 100px;
	display: inline;
	
}

.stellen_item .right{
	float: right;
	width: 430px;
	display: inline;
	
}
