/*
Version: 0.1
Author: Jérome Soika
Author URI: http://www.jerome-soika.de
*/


/* -----------------------------------*/
/* ---------->>> Default <<<----------*/
/* -----------------------------------*/

* {
	margin:0;
	padding:0;
}

.hidden{
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* -----------------------------------*/
/* -------->>> Body & Page <<<--------*/
/* -----------------------------------*/

body{
	font-size: 100%; 
	color: #444; 
	text-align: left;	
	font-family: Verdana, "Lucia Sans Unicode", "Lucia Grande", "Times New Roman", sans-serif;
	background:url("images/background.png") repeat-x;
	height:100%;
}

#outer-container-main{
	margin-left:auto;
	margin-right:auto;
	min-width:820px;
	max-width:820px;
	min-height: 800px;
	height: auto !important;
	height: 1024px;	
	background:url("images/page_background.png") repeat-y;
}

#page{
	width:800px;
	overflow:hidden;
	border:0px solid #000000;
	border:0px solid #888;
	margin-left:10px;
}

#container{
	margin-top:0px;
	/*background-color:#84adcc;*/
	min-height: 600px;
	background:url("images/subsubheaderfade.png") top left repeat-x;
}

/* -----------------------------------*/
/* ------->>> Überschriften <<<-------*/
/* -----------------------------------*/

h1{
	font-style:bold;
	color:#A4B206;
}

h2{
	font-weight:bold;
	color:#444;
	font-size:10pt;
	margin-bottom:20px;
	border-bottom: 1px solid #444;
}

h3{
	font-weight:bold;
	color:#444;
	font-size:10pt;
	margin-bottom:10px;
	text-decoration:underline;
}
/* -----------------------------------*/
/* --------->>> Accordion <<<---------*/
/* -----------------------------------*/

.toggler {
	cursor: pointer;
	font-size: 10pt;
	/*background: url("images/akkordion_bar.png") no-repeat;*/
	/*color: #3a3a3a;*/
	color: #444;
	margin: 0px 0px 0px 0;
	/*padding: 10px 5px 5px 15px;*/
	font-weight:bold;
	
	border-bottom: 1px solid #444;
	margin-bottom:10px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

.accordion .ce_text{
	margin-left:10px;
	margin-top:5px;
}

/* -----------------------------------*/
/* ---------->>> Logo <<<----------*/
/* -----------------------------------*/

#logo{
	float:left;
	margin-left:30px;
	margin-top:40px;
}

/* -----------------------------------*/
/* ---------->>> Content <<<----------*/
/* -----------------------------------*/

#content{
	margin-top:50px;
	width:500px;
	display:inline;	
	font-size:10pt;
	color:#3a3a3a;
	float:right;
	margin-left:20px;
	margin-right:20px;
	letter-spacing:0.01em;
}

#content a{
	text-decoration:underline;
	font-weight:normal;
}

.ce_text{
	margin-bottom:20px;
}

.ce_table{
	margin-bottom:20px;
}

.ce_table h2{
	border-bottom: 1px solid #444;
	margin-bottom:10px;
}

.ce_table table{
	width:500px;
}

.ce_table td{
}

.ce_table tr{
	height:40px;
}

.col_0{
	font-weight:bold;
	width:190px;
}

.referenzen .image_container{
	margin-right:10px;
}

/* -----------------------------------*/
/* ---------->>> Sidebar <<<----------*/
/* -----------------------------------*/

#sidebar{
	width:230px;
	margin-top:40px;
	float:left;
	margin-left:10px;
	font-size:8pt;
	color:#222;
	letter-spacing:normal;
}

#kontaktbox{
	background:url("images/kontaktbox.png") no-repeat;
	height:490px;
}

#sidebar img{
	margin-left:40px;
	margin-top:40px;
}

#sidebar p{
	font-weight:normal;
	margin-left:40px;
	margin-top:20px;
}

#xing img{
	margin-left:0px;
	margin-top:0px;
}

#kundenlogin{
	margin-top:10px;
	background:url("images/loginbox.png") no-repeat;
	height:170px;
}

#kundenlogin h3, form{
	margin-top:20px;
	margin-left:25px;
}

/* -----------------------------------*/
/* ----------->>> Menü <<<------------*/
/* -----------------------------------*/

.mod_navigation{
	float:right;
	border-bottom:0px solid #84adcc;
}

.mod_navigation ul{
	margin-top:70px;
	margin-left:0px;
	/*width:465px;*/
	list-style: none;
}

.mod_navigation li{
	float: left;
	border-left:1px solid #84adcc;
	height:37px;
	white-space:nowrap;
	display:block;
}

.mod_navigation a{
	overflow:hidden;
	text-decoration:none;
	padding:6px 7px 17px;
	font-weight:bold;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	color:#96bbd5;
}

.mod_navigation a:hover, .mod_navigation a:active, .mod_navigation span{
	overflow:hidden;
	text-decoration:none;
	padding:6px 7px 17px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	background:url("images/hover.png") no-repeat;
}

/* -----------------------------------*/
/* ---->>> Pages Background <<<-------*/
/* -----------------------------------*/

.leistungen #subheader {
	background: #fff url("images/code_header.jpg") no-repeat top left;
	height:199px;
}

.home #subheader {
	background: #fff url("images/keyboard_header.jpg") no-repeat top left;
	height:199px;
}

.uebermich #subheader {
	background: #fff url("images/cable_header.jpg") no-repeat top left;
	height:199px;
}

.impressum #subheader {
	background: #fff url("images/phone_header.jpg") no-repeat top left;
	height:199px;
}

.referenzen #subheader {
	background: #fff url("images/ordner_header.jpg") no-repeat top left;
	height:199px;
}
/* -----------------------------------*/
/* ------>>> Pages Border <<<---------*/
/* -----------------------------------*/
#outer-container-footer{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	min-width:820px;
	max-width:820px;
	background:url("images/footer.png") no-repeat;
	height:23px;
}

#outer-container-header{
	margin-left:auto;
	margin-right:auto;
	min-width:820px;
	max-width:820px;
	margin-top:20px;
	background:url("images/header.png") no-repeat;
	height:109px;
}
/* -----------------------------------*/
/* ------>>> Listen <<<---------*/
/* -----------------------------------*/

.referenzen #content ul{
	margin-left:230px;
}

#content ul{
	list-style: none;
	padding:0;
	margin-left:20px;
	list-style-image: url("images/arrow.png");
}

#content li{
	margin-bottom:5px;
}

/* -----------------------------------*/
/* ------>>> Kontaktformular <<<------*/
/* -----------------------------------*/

#kontaktformular .submit_container{
	margin-top:20px;
}

#kontaktformular p{
	margin-bottom:20px;
}

#kontaktformular #ctrl_3{
	margin-left:17px;
	margin-bottom:20px;
}

#kontaktformular #ctrl_4{
	margin-left:20px;
	margin-bottom:5px;
}

#kontaktformular #ctrl_2{
	margin-bottom:20px;
}

#kontaktformular .captcha{
	margin-left:20px;
	width:50px;
}
