/* 

	BOCKLET CSS
	=======================
	
	1. ALLGEMEINE ANGABEN
	2. LAYOUT
	3. SCHRIFT
	4. TEXTAUSRICHTUNG
	5. TABELLEN
	6. BILDER
	7. FORMULARE

*/


/* 
	1. ALLGEMEINE ANGABEN
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	font: 80%/160% Verdana, Helvetica, Tahoma, Geneva, Arial, sans-serif;
	text-align: center;
	background: #d7d7d7;
	}

img {
	border: none;
	}

a, a:link, a:visited {
	color: #e2001a;
	}
	
a:hover {
	text-decoration: none;
	}
	
a.weiss, a.weiss:link, a.weiss:visited {
	color: #ffffff;
	}
	
a.weiss:hover {
	text-decoration: none;
	}

ul {
	list-style: square;
	margin: 0 15px 0 15px;
	}

.clear {
	clear: both;
	}

.rechtsbuendig {
	width: 100%;
	text-align: right;
	}
	
img.png {
	behavior: url(iepngfix.htc)
	}

/* 
	2. LAYOUT
*/

div#bg_top {
	height: 700px;
	background: url(../img/layout/bg_top.gif) repeat-x;
	z-index: 0;
	}
	
div#wrap {
	width: 950px;
	padding: 50px 0 50px 0;
	margin: 0px auto;
	text-align: left;
	z-index: 1;
	}

div#main {  
	background: url(../img/layout/bg_main.gif) repeat-y;
	overflow: hidden;
	}

div#header {  
	background: url(../img/layout/bg_header.gif) no-repeat;
	width: 950px;
	height: 340px;
	}
	
div#verfolgung {  
	margin-left: 214px;
	padding: 10px 15px 0px 15px;
	width: 706px;
	}
	
div#links {
	float: left;
	padding: 30px 15px 30px 15px;
	width: 184px;
	}

div#rechts {
	float: left;
	padding: 30px 15px 30px 15px;
	width: 706px;
	}

div#footer {
	background: url(../img/layout/bg_footer.gif) repeat-x;
	width: 736px;
	height: 35px;
	margin-left: 216px;
	font-size: 90%;
	}

div#footer div.l {
	width: 168px;
	padding: 10px 15px 10px 15px;
	float: left;
	}

div#footer div.r {
	width: 508px;
	padding: 10px 15px 10px 15px;
	float: left;
	text-align: right;
	}
	


/* 
	3. SCHRIFT
*/


h1.oben {
	padding-bottom: 5px;
	border-bottom: 3px solid #e8e8e8;
	margin: 0 0 20px 0;
	}

h1 {
	padding-bottom: 5px;
	border-bottom: 3px solid #e8e8e8;
	margin: 40px 0 20px 0;
	}

h2.oben {
	margin: 0 0 20px 0;
	}

h2 {
	font-size: 115%;
	margin: 40px 0 20px 0;
	}
	
h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0px 0 20px 0;
	}

p.linie {
	width: 100%;
	height: 3px;
	background: #e8e8e8;
	margin-top: 20px;
	clear: both;
	}
	
.green {
	color: #669933;
	}

.red {
	color: #e2001a;
	}
	

/* 
	4. AUSRICHTUNG
*/

table.fuenf_spalten {
	width: 706px;
	height: 100%;
	background: url(../img/layout/hg_prod.gif) repeat-y;
	margin: 0px;
	padding:0px;	
}

table.fuenf_spalten div {
	float: left;
	width: 134px;
	margin-right: 9px;
	color: #000;
	}

table.fuenf_spalten div a {
	color: #000;
	line-height: 200%;
	}

table.fuenf_spalten div.rechts {
	margin: 0px;
	}

table.fuenf_spalten div p {
	padding: 2px;
	}

/*gleich breit*/
div.zwei_spalten div {
	float: left;
	width: 343px;
	margin-right: 20px;
	}

div.zwei_spalten div.rechts {
	margin: 0px;
	}
	
/*Bild links*/	
div.zwei_spalten_u div {
	float: left;
	width: 180px;
	margin-right: 20px;
	}

div.zwei_spalten_u div.rechts {
	margin: 0px;
	width: 506px;
	}

/*Mitarbeiter*/		
div.zwei_spalten_u2 div {
	float: left;
	width: 100px;
	margin-right: 20px;
	}

div.zwei_spalten_u2 div.rechts {
	margin: 0px;
	width: 223px;
	}
	
/*Hersteller*/	
div.vier_spalten {
	float: left;
	width: 148px;
	margin-right: 15px;
	border: 1px solid grey;
	text-align:center;
	}
	
div.vier_spalten img{
	vertical-align: middle;	
	}


/*
	5. TABELLEN
*/

table.uebersicht {
	border-collapse: collapse;
	width: 100%;
	}
	
table.uebersicht td, th {
	vertical-align: top;
	padding: 5px
	}
	
table.uebersicht tr.streifen {
	background-color: #f4f4f4;	
	}

table.uebersicht td img {
	border: 1px solid #e2001a;
	}
	
table.uebersicht td img.mittig {
	border: none;
	}
	
table.table_innen {
	width:280px;
	margin:0px;
	padding:0px;
}

table.uebersicht td#ap {
	width: 100%;
	height: 158px;
	background: url(../img/layout/hg_ap.gif) repeat-x;
	margin:0px;
	padding:0px;	
}

table.table_innen td{
	margin:0px;
	padding:0px;
}

table.ap {
	width: 100%;
	height:158px;
	margin:0px;
	padding:0px;
	border: none;
}

table.ap td.ap_links{
	width: 75%;
	vertical-align:bottom;
	margin:0px;
	padding:0px 0px 5px 5px;
	border: none;
	color: white;
}

table.ap td.ap_rechts{
	width: 25%;
	vertical-align:bottom;
	text-align:right;
	margin:0px;
	padding:0px;
	border: none;
}

table.ap td.ap_rechts img{
	border: none;
	margin:0px;
	padding:0px;
}



/*
	6. BILDER
*/

img.mittig {
	vertical-align: middle;	
	} 



/*
 	7. FORMULARE
*/

input, textarea {
	font: 100%/160% Verdana, Helvetica, Tahoma, Geneva, Arial, sans-serif;
	}

input.input {
	width: 200px;
	border: 1px solid #cecece;
	padding: 1px;
	float: left;
	}
	
input.input_kl {
	width: 25px;
	border: 1px solid #cecece;
	padding: 1px;
	float: left;
	}

input.check {
	vertical-align: middle;
	}

input.radio {
	vertical-align: middle;
	}	

input.button {
	width: 80px;
	background: #e2001a;
	border: 1px solid #cecece;
	padding: 1px;
	margin-top: 25px;
	color: #fff;
	}

input.button:hover {
	background: #fff;
	color: #e2001a;
	}
	
textarea.textfeld {
	width: 200px;
	height: 100px;
	border: 1px solid #cecece;
	padding: 1px;
	float: left;
	}
	
fieldset {
	margin-left: 0px;
	padding-left: 0px;
 	border: 0px solid #fff;
	}
	
fieldset label {
	width: 100px;
	float: left;
	cursor: pointer;
	}
	
fieldset label.gr {
	width: 80%;
	float: left;
	cursor: pointer;
	}
	
/*
	LIGHTBOX
*/

div.media {
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 3px 6px 3px 0;
	float: left;
	width: 132px;
	text-align: center;
	}

p.preview {
	margin: 0px;
	padding: 3px;
	border: 1px solid grey;
	background: #fff;
	width: 130px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	}

p.preview img {
	vertical-align: middle;
	}

p.preview:hover {
	border: 1px solid grey;
	}

