/* ----------------------------------------------------------------------
// CMS System
// Copyright (C) 2008 by Patrick Völmeke
// info@patrick-voelmeke.de
// ----------------------------------------------------------------------*/

/*-----------------------------------------------------------*/
/* Formatierung des Layouts */
/*-----------------------------------------------------------*/

body,td,th,a:link, a:active, a:visited,a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin:0px;
}
a:link, a:active, a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#noscript{
	line-height:30px;
	background-color:#dddddd;
	border-bottom:solid 1px #4e4e4e;
	z-index:1000;
	position:absolute;
	width:100%;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
}
#longline {
	position:absolute;
	width:3000px;
	height:16px;
	margin-left:-1000px;
	margin-top:115px;
	background-image:url(../images/page/black_longline.png);
	background-repeat:repeat-x;
	z-index:-10;
}
#schild_frame{
	position:absolute;
	width:342px;
	margin-left:540px;
	margin-top:160px;
	z-index:100;
        
}
.schild{
	background-repeat:no-repeat;
	height:52px;
	margin-bottom:20px;
}
.schild_trenner{
	height:52px;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
#pcdok24imtv{
	height:118px;
	width:342px;
	position:absolute;
	background-image:url(../images/page/star.png);
	background-repeat:no-repeat;
	margin-left:540px;
	margin-top:30px;
	z-index:90;
	display:block;
	border:none;
	text-decoration:none;
	cursor:pointer;
}
#pcdok24imtv:hover{
	background-position:bottom;
	background-image:url(../images/page/star.png);
}
#box_hauptbox{ /*hauptbox der Seite*/
	position: absolute;
	width:1000px;
	height:576px;
	top:50%;
	left:50%;
	margin:auto;
	margin-left:-500px;
	margin-top: -288px;
	z-index:1;
}
#box_kopfbox{ /*kopfbox mit Logo, Menü...*/
	width:1000px;
	height:125px;
	float:left;
}
#box_kopfbox_logobox{ /*Box mit nur Logo*/
	padding-left:50px;
	width:260px;
	height:115px;
	float:left;
}

#box_kopfbox_spacebox{
	width:auto;
	height:44px;
	float:left;
}
#sl_pc_hilfe_logo{
	width:293px;
	height:147px;
	background-image:url(../images/page/sl_pc_hilfe_logo.png);
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
	text-decoration:none;
	margin-left:-50px;
	margin-top:-22px;
	position:absolute;
	
}
.box_kopfbox_menubox_aktiv{ /*Box mit nur menu aktiv*/
	margin-top:74px;
	width:128px;
	height:51px;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/page/menu_button.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	line-height:61px;
	text-align:center;
	margin-right:20px;
}
a.box_kopfbox_menubox:link,
a.box_kopfbox_menubox:visited{ /*Box mit nur menu link*/
	margin-top:74px;
	width:128px;
	height:51px;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:41px;
	text-align:center;
	background-image:url(../images/page/menu_button.gif);
	margin-right:20px;
}
a.box_kopfbox_menubox:hover{ /*Box mit nur menu hover*/
	width:128px;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	background-image:url(../images/page/menu_button.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	margin-right:20px;
	padding-top:0px;
	line-height:61px;
}
#box_bodybox{
	float:left;
}
#box_bodybox_formatbox{
	float:left;
	padding-left:50px;
	padding-right:50px;
	background-image:url(../images/page/bg_shadow.png);
	background-repeat:repeat-y;
}
#box_bodybox_textbox,
#box_bodybox_errorbox,
#box_bodybox_leistungenbox,
#box_bodybox_impressum,
#box_bodybox_kontakt,
#box_bodybox_referenz{
	width:880px;
	min-height:360px;
	float:left;
	background-color:#FFFFFF;
	background-position:right top;
	background-repeat:no-repeat;
	overflow:auto;
	padding:10px;
}
#box_bodybox_referenz{
        overflow:hidden;
}
#box_bodybox_impressum{
	background-image:url(../images/page/paragraph.png);
}
#box_bodybox_kontakt{
	background-image:url(../images/page/kontakt.png);
	background-position:left top;
}
#box_bodybox_leistungenbox{
	padding-left:0px;
	padding-right:0px;
	margin:0;
	width:900px;
}
.box_links{
	width:300px;
	float:left;
}
.box_links strong a{
	height:30px;
	text-decoration:none;
	line-height:30px;
	width:auto;
	display:block;
	font-size:20px;
	font-style:italic;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/page/shadowed_3.png);
	background-position:bottom;
}
.link_box{
	display:block;
	width:300px;
	float:left;
}
.link_box p{
	margin:0;
	padding:0;
}
.link_box h1{
	height:30px;
	line-height:30px;
	display:block;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	color:#000000;
	background-image:url(../images/page/shadowed_3.png);
	background-position:bottom;
	margin-top:-10px;
}
.link_box_ul{
	background-color:#ffffff;
	margin-right:10px;
}
.link_box_ul:hover{
	background-color:#CCCCCC;
}
.link_box ul{
	margin-top:20px;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:20px;

}
.link_box ul a{
	display:block;
	width:100%;
	text-decoration:none;
	margin-left:-20px;
}
.link_box ul li ul{
	margin:0;
	font-weight:normal;
}
.link_box li{
	background-image:none;
}
.link_box ul li ul li{
	margin-left:-50px;
}
.box_links strong a:hover{
	background-color:#606060;
}

.box_links ul{
	width:auto;
	display:block;
}

#box_footbox,
#box_footbox a{
	color:#FFFFFF;
	font-size:12px;
}
#box_footbox{
	float:left;
	width:870px;
	height:37px;
	line-height:30px;
	text-align:right;
	padding-right:20px;
	padding-left:20px;
	margin-left:46px;
	margin-right:46px;
	background-image:url(../images/page/bg_footline.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#box_footbox_left,
#box_footbox_right,
#box_footbox_center{
	width:auto;
	height:44px;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
}
#box_footbox_left{
	float:left;
	padding-left:50px;
}
#box_footbox_right{
	float:right;
	text-align:right;
	padding-right:50px;
}
#box_footbox_center{
	float:left;
	text-align:center;
	width:auto;
	padding-left:10px;
	padding-right:10px;
}
.box_bodybox_leistungen{
	width:33.3333333333%;
	float:left;
	height:360px;
	background-repeat:no-repeat;
	background-position:right;
}
.referenz_box_left{
	float:left;
	overflow:hidden;
	width:400px;
}
.referenz_box_left_2{
	float:right;
	overflow:hidden;
}
.referenz_text{
	clear:both;
}
.gbook_boxes{
	padding:10px;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#e3e3e3;
	color:#000000;
}
.referenz_titel{
	line-height:38px;
	clear:both;
	background-image:url(../images/page/shadowed_3.png);
	background-position:bottom;
}
.leistungen_header{
	height:30px;
	line-height:30px;
	width:100%;
	display:block;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	background-color:#e3e3e3;
	color:#000;
	text-align:center;
	background-image:url(../images/page/shadowed_3.png);
	background-position:bottom;
	margin-top:-10px;
}
ul{
	margin-left:30px;
	padding-left:30px;
	padding-top:0px;padding-bottom:0px;
	margin-top:0px;margin-bottom:0px;
}
li{
	background-repeat:no-repeat;
	background-position:left;
	background-image:url(../images/page/list_icon.gif);
	list-style:none;
	margin-left:-40px;
	padding-left:30px;
	font-size:12px;
	margin-bottom:8px;
	display:block;
	line-height:20px;
}
h1{
	font-size:28px;
	font-weight:bold;
	padding:0px;
	margin-top:0px;margin-bottom:-15px;
}
h2{
	text-decoration:underline;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-left:20px;
	margin-bottom:10px;
}
p{
	margin:0;
	margin-top:14px;
}
.color_1{
	color:#055486;
}
.color_2{
	color:#6A8549;
}
.bookmarks{
	border-color:#CCFFCC;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
}
.bookmarks:hover{
	border-color:#4e4e4e;
	border-style:solid;
	border-width:1px;
}
.bottom_navigation,
a.bottom_navigation:link,
a.bottom_navigation:visited{
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-color:#8D8D8D;
}
a.bottom_navigation:link,
a.bottom_navigation:visited{
	background:none;
	color:#000000;
}
a.bottom_navigation:hover{
	background-color:#8D8D8D;
	color:#ffffff;
}

.form-table {
	border-collapse: collapse;
	width: 390px;
}
form{
	padding:0px;margin:0px;
}
.form-table td {
	line-height: 20px;
	padding:2px;
}
.form-table th {
	text-align: left;
	width: 170px;
	font-weight:normal;
}
.form-table th.th-full {
	width: auto;
}
.form-table input,
.form-table textarea,
.form-table select{
	border-width: 1px;
	border-style: solid;
	border-left-color:#787878;border-top-color:#787878;border-right-color:#FFFFFF;border-bottom-color:#FFFFFF;
	background-color:#dddddd;
	padding: 4px 6px;
	color:#000000;
}
.form-table input:focus,
.form-table textarea:focus,
.form-table select:focus{
        background-color:#cccccc;
}
.form-table input{
	width:200px;
}
.form-table input#plz{
	width:91px;
}
.form-table input#ort{
	width:91px;
}
.form-table select{
	width:214px;
}
.form-table textarea{
	width:372px;
	overflow:auto;
	height:80px;
}
input#senden {
	background:none;
	width:80px;
	height:26px;
	background-image:url(../images/page/button.gif);
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	margin:0px;
	border:none;
	cursor:pointer;
}
input#senden:hover {
	background-position:bottom;
	background-image:url(../images/page/button.gif);
}
#form_zaehler{
	border:none;
	background:none;
	text-align:right;
	padding:0px;
	margin:0px;
	width:65px;
}
#urlaub{
	position:absolute;
	z-index:-1;
	width:560px;
	height:123px;
	margin-top:-10px;
	margin-left:264px;
	background-color:#4e4e4e;
	border-left:2px solid #4e4e4e;
	border-right:2px solid #4e4e4e;
	border-top:2px solid #4e4e4e;
}

#urlaub h1{
	width:auto;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-size:24px;
	text-align:center;
	display:block;
	background-color:#F02833;
	text-transform:uppercase;
}
#urlaub p{
	width:auto;
	display:block;
	color:#000000;
	font-size:12px;
	margin:0;
	padding:10px;
	color:#FFFFFF;
}
input[type=submit]{
	background:none;
}
#form-green{
	background-color:#FFFFFF;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
	padding:10px;
	color:#000000;
}
#form-green .referenz_box_left_2 .form-table label{
	color:#000000;
}
#TV-head{
	float:right;
	padding-top:90px;
	color:#FFFFFF;
	font-size:32px;
	width:320px;
}
#TV-head p{
	font-size:16px;
}
#TV-body{
	width:100%;
	margin-top:20px;
	clear:both;
}
#TV-bg{
	background-image:url(../images/page/TV-head.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding:10px;
	width:580px;
	height:280px;
}
#box_bodybox_leistungen_bg_1{
	background-image: url(../images/page/rep_u_service.png);
}
#box_bodybox_leistungen_bg_2{
	background-image: url(../images/page/sich_u_int.png);
}
#box_bodybox_leistungen_bg_3{
	background-image: url(../images/page/ver_u_ber.png);
}
.site-switch{
	width:100%;
	text-align:center;
	line-height:36px;
}
.schild_gfx{
	background-image:url(../images/page/schild.png);	
}
.schild_gfx_aktion{
	background-image:url(../images/page/schild_aktion.png);	
}

#box_bodybox_textbox {
    background-image:url(../images/page/hdd.png);
   
}
#oberhausen-skyline{
	background-image:url(../images/page/header.png);
	background-repeat:no-repeat;
	width:612px;
	height:249px;
	position:absolute;
	z-index:-10;
	margin-top:-104px;
	margin-left:290px;
}
