@import "norm.css";
@import "nav.css";

html {
	height: 100%;
	padding: 0 0 1px 0;
}

/*---------------------------------------------------------------------------------*/
/*-------------------------- Typo -----------------------------------------------*/
/*---------------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, p, div, form, ul, li, span, adress, th, td{;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

/*---------------------------------------------------------------------------------*/
/*-------------------------- Tags -----------------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Links */
/*---------------------------------------------------------------------------------*/

a{
	color:#190860;
}

a:hover{
	color:#DA001A;
}

a:visited{
	color:#3D155B;
}

a.inline_link{
	padding:1px 0px 1px 13px;
	background:transparent url(../img/arrow_small.gif) left center no-repeat;
}

a.pdf_link{
	padding:4px 24px 4px 0px;
	background:transparent url(../img/pdficon_small.gif) right center no-repeat;
}

a.excel_link{
	padding:4px 24px 4px 0px;
	background:transparent url(../img/excel_icon_small.gif) right center no-repeat;
}

a.big_ext_link{
	font-weight:bold;
}

a.big_ext_link img{
	display:block;
	padding-top:10px;
}

a.shop_link{
	width:134px;
	height:20px;
	text-indent:-9999px;
	float:left;
	background:transparent url(../img/shop_link.gif) right center no-repeat;
	margin-bottom:10px;
	margin-top:5px;
	
}

a.inline{
	float:none;
	background:none;
}

/* Überschriften */
/*---------------------------------------------------------------------------------*/
h1{
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.1em;
}

h2{
	font-weight:bold;
	margin-bottom:15px;
	font-size:1.3em;
	color:#190860;
}

h2.h2_between{
	margin-top:25px;
}

h3{
	font-size:0.95em;
	font-weight:bold;
	color:#190860;
	clear:both;
}

h4{
	font-weight:normal;
	margin:0px;
	color:#190860;;
}

h5{
	font-weight:normal;
	margin:10px 0px;
}

/* Listen */
/*---------------------------------------------------------------------------------*/
ul.arrow_list{
	list-style-image:url(../img/arrow.gif);
	padding-left:20px;
	margin-bottom:10px;
}

ul.dot_list, .sitemap ul{
	margin-left:20px;
	list-style-image:url(../img/dot.gif);
	margin-bottom:10px;
}

.sitemap ul a{
	font-weight:bold;
}

.sitemap ul ul a{
	font-weight:normal;
}

ul.arrow_list ul{
	margin-left:20px;
	list-style-image:url(../img/dot.gif);
}

ul.arrow_list li{
	padding:3px 0px;
}

/*strong */
/*---------------------------------------------------------------------------------*/
strong{
	font-weight:bold;
}

strong.red{
	color:#DA001A;
}

/*Absätze */
/*---------------------------------------------------------------------------------*/
p{
	padding-bottom:10px;

}

p.p_between{
	margin-top:15px;
}

p.descr{
	padding-top:25px;
	text-align:left;
	padding-bottom:15px;
}

p.left{
	text-align:left;
}

p.right{
	text-align:right;
}

p.descr img{
	margin-top:-15px;
}

p.img_descr{
	font-size:11px;
	font-style:italic;
	margin-top:3px;
}

/* Tabellen */
/*---------------------------------------------------------------------------------*/
table{
	margin:10px 0px;
	border-collapse:collapse;
	margin-top:0px;
	clear:both;
}
th{
	font-weight:bold;
	text-align:left;
}
th,td{
	padding:2px 10px;
	background-color:#ffffff;
	border-collapse:collapse;
	border:solid #cccccc 1px;
	margin:1px;
}

tr.title_row td{
	font-weight:bold;
	background-color:#F6F7FF;
}

td.title_col, th.title_col {
	padding-right:10px;
	vertical-align:top;
}

td p{
	text-align:left;
}

table.nospacing{
	margin:0;
	padding:0;
}

table.nospacing td{
	padding:0;
}


.legende{
	font-size:0.9em;
	padding-left:7px;
}

/* BIlder */
/*---------------------------------------------------------------------------------*/
img{
	border:0;
}

img.img_right{
	float:right;
	margin-left:8px;
	margin-bottom:10px;
	margin-top:3px;
}

img.img_left{
	float:left;
	margin-right:8px;
	margin-bottom:10px;
	margin-top:3px;
}

img.img_center{
	display:block;
	margin:0 auto;
}

.icon{
	vertical-align:middle;
}

/* hr */
/*---------------------------------------------------------------------------------*/
hr{
	height:1px;
	width:100%;
	background-color:#190860;
	margin-bottom:10px;
	color:#190860;
}

/*---------------------------------------------------------------------------------*/
/*-------------------------- Klassen -------------------------------------------*/
/*---------------------------------------------------------------------------------*/
.date{
	font-weight:bold;
	color:#190860;
}

.block_center{
	display:block;
	margin:4px auto;
	text-align:center;
}

.clearer{
	display:block;
	clear:both;
	visibility:hidden;
	height:1px;
	margin:0px;
	padding:0px;
	border:none;
}

.no_clear{
	clear:none;
}

.sep_heading{
	clear:both;
	float:none;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#ADADAD;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:normal;
	color:#333333;
}

.telefon{
	padding:4px 24px 4px 0px;
	background:transparent url(../img/telefon.gif) right center no-repeat;
	font-weight:bold;
}

.between{
	margin-top:25px;
}

.error{
	background:transparent url(../img/error.gif) left top no-repeat;
	padding-left:22px;
	height:27px;
}

.floatright{
	display:block;
	float:right;
	matgin-left:10px;
}

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

* + html .clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

/*---------------------------------------------------------------------------------*/
/*-------------------------- ID's-------------------------------------------------*/
/*---------------------------------------------------------------------------------*/

#claim{
	width:344px;
	height:127px;
	display:block;
	text-indent:-9999em;
	background:url(../img/claim.jpg) no-repeat;
}

/*---------------------------------------------------------------------------------*/
/*-------------------------- Layout - Positionierung ------------------------*/
/*---------------------------------------------------------------------------------*/
body{
	background:transparent url(../img/head_bg_neu.gif) 0px 0px repeat-x;
	text-align:center;
	position:relative;
}

div#wrapper{
	position:relative;
	top:0px;
	margin:0 auto;
	width:726px;
	height:100%;
}


/* header */
/*---------------------------------------------------------------------------------*/
div#branding{
	position:relative;
	top:0px;
	width:100%;
	height:89px;
}

div#branding h1#logo{
	position:absolute;
	top:0px;
	left:0px;
	height:89px;
	width:314px;
}

div#branding h1#logo a{
	display:block;
	text-indent:-9999px;
	height:89px;
	width:314px;
	background:transparent url(../img/logo_neu.jpg) 0px 0px no-repeat;
}

div#branding p{
	position:absolute;
	top:14px;
	left:438px;
	text-indent:-9999px;
	height:36px;
	width:282px;
	background:transparent url(../img/tel_email.gif) 0px 0px no-repeat;
}

/*content*/
/*---------------------------------------------------------------------------------*/
div#content{
	width:100%;
	height:100%;
	text-align:left;
	z-index:10;
	background:transparent url(../img/rightcol_bg.gif) right top repeat-y;
}

div#content div#content_main{
	width:485px;
	float:left;
	margin-bottom:10px;
	position:relative;
	margin-top:20px;
}

/*content-sub-*/
/*---------------------------------------------------------------------------------*/
div#content div#content_sub{
	float:right;
	width:217px;
	margin-bottom:15px;
	padding:20px 0;
}

div#content div#content_sub p{
	margin-top:3px;
	margin-bottom:0;
	padding:0;
	font-size:11px;
	text-align:left;
}

div#content_sub h3{
	margin-bottom:6px;
	border-style:solid;
	border-color:#190860;
	border-width:0 0 1px 0;
}
div.content_sub_item{
	clear:both;
	margin:0 7px;
}

hr{
	clear:both;
	margin:8px 0 15px 0;
	color:#8A92B4;
	background-color:#8A92B4;
	color:#E2E2E4;
	background-color:#E2E2E4;
}


div#content div#content_sub div#shop_link, div#content div#content_sub div#shop_link p{
	text-align:center;
}
div#shop_link{
	padding:0px 4px;
}


div#content div#content_sub div#shop_link p{
	margin-top:10px;
}

div#content div#content_sub div#shop_link img{
	float:none;
}

/*footer*/
/*---------------------------------------------------------------------------------*/
div#sub_nav{
	border-style:solid;
	border-width:0px;
	border-top-width:1px;
	border-top-color:#190860;
	clear:both;
	text-align:right;
	padding-bottom:30px;
	font-size:0.8em;
	padding-top:2px;
	color:#190860;
	background-color:#FFFFFF;
}

div#sub_nav a{
	font-size:0.8em;
}


div.img_col_left{
	padding-top:3px;
	width:143px;
	float:left;
}

div.img_col_left img{
	margin-bottom:10px;
}

div.text_col_right{
	float:left;
	width:342px;
}


/* Das Team*/
/*---------------------------------------------------------------------------------*/
ul#team_liste li.abteilung_head{
	clear:both;
	float:none;
	border-style:solid;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#ADADAD;
	margin-bottom:10px;
}
ul#team_liste li ul li{
	float:left;
	width:115px;
	padding-top:10px;
	margin-bottom:20px;
}

ul#team_liste li ul li img{
	clear:both;
}
ul#team_liste li ul li a{
	display:block;;
}

.mitarbeiterpopup_info{
	margin:5px;
	background-color:#FFFFFF;
	border:solid #6A70AC 1px;
	padding:5px;
}

.mitarbeiterpopup_info img{
	float:right;
	margin-left:10px;
}

.mitarbeiterpopup_info strong{
	color:#190860;
}

.mitarbeiterpopup_qa{
	margin:10px;
}

.question{
	text-align:left;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	padding-bottom:5px;
}

.answer{
	text-align:left;
	margin:0px;
	padding-bottom:5px;
}

/*Kontakt*/
/*---------------------------------------------------------------------------------*/

.google_iframe{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	width:200px;
}

.google_iframe iframe{
	border:solid #6A70AC 1px;
}

.google_iframe a{
	display:block;
	font-size:010px;
	text-align:right;
	margin-top:5px;
	margin-bottom:10px;
}

/*Prodir*/
/*---------------------------------------------------------------------------------*/
table.preisliste{
	border-collapse:collapse;
	margin-top:0px;
	clear:both;
}

table.preisliste td{
	background-color:#ffffff;
	border-collapse:collapse;
	border:solid #cccccc 1px;
	margin:1px;
}

.preisliste_head{
	font-weight:bold;
	
}

table.preisliste .preisliste_head td{
	background:none;
	border:none;
	padding-top:10px;
}

table.preisliste .preisliste_title td{
	font-size:0.9em;
	background-color:#EEEFF4;
	color:#333333;
}

table.preisliste .preisliste_optionen td{
	font-size:0.9em;
}

.preisliste_legende{
	font-size:0.9em;
	padding-left:7px;
}

