/* -------------------- Screen CSS fuer jakob-becker.de -------------------- */

body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}

/* clearer */
.clearer {
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* clearer - end. */	

#header{
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 180px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
	
#logo	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	height: 180px;
	}
	
#logo a img { 
	border-width: 0px; 
}
	
/*-------------------- Slogan / Claim --------------------*/

#claim{
	position: absolute;
	top: 0px;
	left: 200px;
	height: 180px;
	width: 550px;
	text-align: center;
	margin: 0px;
	background-image: url(../images/b_transparent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#claim h1{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #999999;
	padding: 0px;
	margin: 0px;
	margin-top: 35px;
	}
	
#claim p{
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
margin: 0px;
margin-top:-15px;
	padding: 0px;
	}

*.tx-ttaddress-pi1 {
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding: 0px;
	}
	
#wrapper{
	width: 1000px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
/*-------------------- Navigation Horizontal --------------------*/
 
#nav	{
	background-color: #CCCCCC;
	position: absolute;
	left: 200px;
	top: 145px;
	border: 0px;
	width: 550px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	}
	
#nav ul	{
	margin: 0px;
	width: 100%;
	padding: 0px;
	}
	
* html #nav ul{ /*IE only rule. Delete extra margin-bottom*/
	margin: 0px;
	}
	
#nav ul li{
	display: inline;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav ul li a{
	text-decoration: none;
	color: #666666;
	padding-right: 9px;
	padding-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}

#nav ul li a.active{
	color: #FFFFFF;
	background-color: #CC0000;
	
	}

#nav ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
	
	}
	
/*-------------------- Navigation2 Horizontal "IIIb" ----------*/

#nav2	{
	background-color: #CCCCCC;
	position: absolute;
	left: 200px;
	top: 145px;
	border: 0px;
	width: 34px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right:1px solid #FFFFFF;
	}
	
#nav2 ul	{
	margin: 0px;
	width: 100%;
	padding: 0px;
	}
	
* html #nav2 ul{ /*IE only rule. Delete extra margin-bottom*/
	margin: 0px;
	}
	
#nav2 ul li{
	display: inline;
	font-size: 11px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav2 ul li a{
	text-decoration: none;
	color: #666666;
	padding: 0 9px;
	float: left;
	}

#nav2 ul li a.active{
	color: #FFFFFF;
	background-color: #CC0000;
	

	}

#nav2 ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC0000;
	}
	
/*-------------------- Navigation Vertikal --------------------*/

#sub_nav{
	width: 200px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	}
#subnav *.active{
	width: 180px;
	}
	
#sub_nav li{
	width: 180px;
	font-size: 10px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#sub_nav ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	}

#sub_nav a{
	width: 180px;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/gray_subnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 180px;
	display: block;
	}
	
	

*.listactive a {
	width: 180px;
	color: #CC0000;
	background-image: url(../images/red_subnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	width: 160px;
	}

#sub_nav li a:hover{
	width: 180px;
	color: #CC0000;
	background-image: url(../images/red_subnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	}

#listactive a{
	width: 180px;
	color: #CC0000;
	background-image: url(../images/red_subnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	}
	

	
/*-------------------- Searchform --------------------*/

#searchform {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	left: 765px;
	position: absolute;
	top: 150px;
	width: 200px;
	vertical-align: middle;
	line-height: 22px;
}

#searchform input.word {
	width: 140px;
	border: 1px solid #666666;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	float: left;
}

#searchform input.bt_search {
	width: auto;
	margin-left: 5px;
	border: 1px solid #666666;
	display: block;
	float: left;
}
	
/*-------------------- Hauptinhalt --------------------*/

#main_content{
	width: 550px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	left: 200px;
	background-image: url(../images/bg_main_content.jpg);
	position: relative;
	background-position: bottom;
	margin: 0px;
	}
	
*.download img {
	border: 0px;
	}


/*-------------------- Hauptinhalt Schriftformatierung --------------------*/

#main_content p {
	color: #333333;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#main_content a, #right_content a, #address_content a{
	/*vertical-align: middle;*/
	color: #CC0000;
	background-image: none;
	padding-left: 0px;
	display: inline;
	}

#main_content a:hover, #right_content a:hover, #address_content a:hover{
	color: #000000;
	}
	
/*-------------------- Hauptinhalt Ãœberschriften --------------------*/

#main_content h1{
	text-transform: uppercase;
	color: #CC0000;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 24px;
	border-bottom-width: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-right: 15px;
	margin-left: 15px;
	}
	
#main_content h2{
	color: #CC0000;
	padding-left: 15px;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
	line-height: 18px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#main_content h3{
	color: #333333;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#main_content h4{
	color: #CC0000;
	padding-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
	line-height: 18px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}

#main_content h5{
	color: #333333;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
/*-------------------- Rechte Spalte --------------------*/

#right_content{
	text-align: left;
	width: 250px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 0px;
	float: right;
	position: absolute;
	left: 750px;
	top: 181px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	}
	
/*-------------------- Rechte Spalte Hintergrund Verlauf --------------------*/

#right_content .content-element{
	width: 100%;
	background-image: url(../images/bg_right_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px 0px 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
/*-------------------- Rechte Spalte Schriftformatierung --------------------*/

#right_content p {
	color: #333333;
	padding-left: 15px;
	font-size: 11px;
	line-height: 16px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
/*-------------------- Rechte Spalte Ãœberschriften --------------------*/

#right_content h1 {
	color: #333333;
	padding-left: 15px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
	line-height: 16px;
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	}
	
#right_content h2, #address_content h2{
	color: #333333;
	padding-left: 15px;
	font-size: 11px;
	line-height: 16px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
#right_content h3, #address_content h3{
	color: #333333;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
/*-------------------- Listenformatierung --------------------*/

li, ul{ /*Margin keinen Wert fÃ¼r IE*/

	}

#main_content li, ul, #right_content li, ul{
	padding-right: 10px;
	list-style-type: square;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 0px;
	}

#main_content li, ul{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}

#right_content li, ul{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}
	
/*-------------------- Fusszeile --------------------*/

#footer{
	width: 550px;
	margin: 0px;
	padding: 10px 0px 0px;
	position: relative;
	left: 200px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
#footer p{
	text-align: center;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}
	
#footer a{
	text-transform: uppercase;
	margin: 4px;
	color: #999999;
	text-decoration: none;
	}
	
#footer a:hover{
	color: #333333;
	}
	
/*-------------------- Mail Formular --------------------*/

.csc-mailform {
	position: relative;
	display:block;
	width:100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 15px 0px 0px;
}

.csc-mailform p.info {
	margin: 15px 0px 5px 0px;

}
.csc-mailform-field {
	background: transparent;
	text-align: left;
	padding: 0px;
	margin: 5px 0px;
	color: #666666;
}

.csc-mailform label {
	position: relative;
	display:block;
	width: 115px;
	float: left;
	left:0px;
	text-align: left;
	background: transparent;
	padding: 0px 0px 0px 15px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.csc-mailform input, .csc-mailform textarea{
	position: relative;
	width:250px;
	font-size: 12px;
	border: 1px solid #666666;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}

 .csc-mailform select {
	position: relative;
	width:258px;
	border:1px solid #666666;
	padding:3px;
	font-size: 12px;
	color: #333333;
	margin: 0px;
}

.csc-mailform .csc-mailform-check {
	border: none;
	width:auto;
	border:1px solid #666666;
	padding:3px;
	margin:5px 0px;
}

.csc-mailform .csc-mailform-submit {
	clear: left;
	position: relative;
	display:block;
	width:142px;
	border: 1px solid #666666;
	font-size: 12px;
	background-color: #CCCCCC;
	left: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*-------------------- Bilderformatierung --------------------*/

DD.csc-textpic-caption {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #666666;
	padding: 5px;
	background-color: #FFFFFF;
	}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin: 0px;
	padding: 0px;
}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	float: left;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	float: right;
	padding-right: 30px;
	padding-top: 2px;
	padding-left: 15px;
}

DL.csc-textpic-image {
	padding-left: 15px;
}

DL.csc-textpic-image DT {
	margin: 0;
	display: inline;
}

DL.csc-textpic-image DD {
	margin: 0;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px;
}
	
/*-------------------- Diverse --------------------*/

	
#th_sm_l ul {
	margin-top: 10px;
	padding-left: 20px;
}

#th_sm_l li {
	list-style-image: none;
}

td.csc-uploads-fileName, .csc-uploads-fileSize {
	margin: 0px;
	padding: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

DFN {
	padding-right: 10px;
	line-height: 16px;
}

td {
	color: #333333;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*-------------------- Adressen Container --------------------*/
	
#address_content{
	width: 200px;
	background-image: url(../images/bg_right_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/* background-color: #CCCCCC; */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 11px;
	text-align: right;
	padding-top: 20px;
	}
	
*html #address_content{
	
	padding-top: 6px;
	}

/*-------------------- Formatierung der Adressauflistung -----------------------*/

#address_content p {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	}

#address_content h1 {
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	}

#zentrale {
	height: 171px;
	width: 100%;
	background-image: url(../images/bg_right_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
*html #zentrale {   /* Einstellungen für IE */
	height: 175px;
	
	}
	
	
#zentrale p {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	} 

#zentrale h1 {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	text-align: left;
	} 
	
#zentrale a {
	text-decoration: none;
	}


*.vcard td {
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	line-height: 16px;
	white-space:nowrap;
}

*.vcard h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

*.vcard {
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	background-image: url(../images/bg_right_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#ADRTEXT_RIGHT {
	height: 15px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 15px;
	margin: 0px;
	}

#ADRTEXT_MIDDLE {
	width: 50px;
	height: 15px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 5px;
	text-align: right;
	margin: 0px;
	}

#ADRTEXT_LEFT {
	width: 220px;
	height: 15px;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	}


*.vcard tr {
	padding: 0px;
	margin: 0px;
}

*.vcard table {
	padding: 0px;
	margin: 0px;
}

*.word {
height: 22px;
margin: 0px;
padding: 0px;
}


*.csc-mailform-field label {
width: 125px;
margin-left: 0px;
margin-right: 2px;
padding-right: 0px;
}


*.csc-mailform-field {
margin: 0px;
padding: 0px;
}

*.csc-mailform-field input {
height: 22px;
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}

*.csc-mailform-field textarea {
height: 110px;
margin: 0px;
margin-bottom: 5px;
padding: 0px;
}

*.submitbutton {
left: 130px;
width: 100px;
margin: 0px;
padding: 0pX;
}

#mailformformtype_mail {
width: 150px;
height: 28px;
margin: 0px;
padding: 0pX;
}

#Logo {
position: relative;
left: 0px;
top: 0px;
height: 180px;
width: 180px;
margin: 0px;
padding: 0px;
}

#treemenu1 {
text-decoration: none;
padding: 0px;
margin: 0px;
margin-left: 15px;
}

input {
line-height: 19px;
vertical-align: middle;
}

