* {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	/*line-height: 16px;*/
	margin: 0;
	padding: 0;
	color: #333;
}

body {
	text-align: center;
	background-image: url(if/bg_gag.gif);
	background-repeat: repeat-x;
	/*background-color:  #666;*/
}

#container {
	text-align: left;
	width: 950px;
	margin: 0 auto 0 auto;
	background-color:  #fff;
	
}



/* Verschiedenes
------------------------------------------------------------------- */
.clearer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;	
}
img {
	border: 0;
}



/* Bildtexte
------------------------------------------------------------------- */

.imagetext {
	height: 180px;
	padding: 20px; 
}

.imagetext h1 {
	font-size: 20px;
	padding-bottom: 6px;
	color: #004b72;
}


.imagetext p {
	font-size: 13px;
	/*font-weight: bold;*/
	color: #004b72;
	line-height: 17px;
}


li {
	line-height: 17px;
}





/* Erster Kopfteil
------------------------------------------------------------------- */
#head {
	width: 950px;
	height: 120px;
}


/* Kopfmenue 
------------------------------------------------------------------- */
#headmenu {
	float: right;
	text-align: right;
	width: 700px;
	padding: 60px 20px 0px 0px;
}
#headmenu a {
	text-decoration: none;
	padding: 0px 4px;
}
#headmenu a:hover, #headmenu .active {
	color: #004b72;
}



/* Linke Spalte 
------------------------------------------------------------------- */
#leftRow {
	float: left;
	width: 190px;
	padding-left: 20px;
}



/* Rechte Spalte 
------------------------------------------------------------------- */
#rightRow {
	float: left;
	width: 700px;
	padding: 0 20px;
}


/* Hauptmenue und Sprachwahlmenue
------------------------------------------------------------------- */
#mainmenue, #langmenue {
	background-image: url(if/dividerLine.gif);
	background-repeat: repeat-x;
	height: 35px;
	/*
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	*/

}
#mainmenue ul, #langmenue ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainmenue ul li, #langmenue ul li {
	float:left;
	padding: 10px 20px 0px 0px;
}
#mainmenue a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #555;
}
#langmenue a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #555;
}
#mainmenue a.active, #mainmenue a:hover, #langmenue a.active, #langmenue a:hover {
	background-image: url(if/bg_navi_over.gif);
	background-repeat: repeat-x;
	color: #6699cc;
	text-decoration: none;
}


/* Untermenue
------------------------------------------------------------------- */
#submenue {
	width: 190px;
	padding-top: 30px;
}
#submenue ul {
	list-style-type: none;
}
#submenue ul li {
	/*background-image: url(if/dividerLine.gif);
	background-repeat: repeat-x;*/
	padding: 2px 0px 2px 0px;
}
#submenue ul li a {
	text-decoration: none;
	color: #555;
}
#submenue ul li a.active, #submenue ul li a:hover {
	color: #6699cc;
}


#submenue ul li ul {
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}

#submenue ul li ul li {
	background-image: url(if/dividerLine2.gif);
	background-repeat: repeat-x;
	padding: 0;
	padding: 1px 0px 1px 0px;
}


#submenue ul li ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #555;
}



/* Inhaltsbereich
------------------------------------------------------------------- */
#content {
	padding: 30px 0px 20px 0px;
}


.product_titlebar {
	float: left;
	font-weight: bold;
	padding-top: 4px;
	border-top: 1px solid white;
	}


.product_unit {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	}


.product_list {
	float: left;
	height: 23px;
	}


.product_list0 {
	background-image: url(if/row_1.gif);
	background-repeat: no-repeat;	
	}

.product_list1 {
	background-image: url(if/row_2.gif);
	background-repeat: no-repeat;
	}

.product_list0:hover, .product_list1:hover {
	background-image: url(if/row_active.gif);
	background-repeat: no-repeat;
	}


.product_list a {
	margin: 0;
	display:block; 
	text-decoration:none;
	padding: 3px 0px 6px 10px;
	}



/* Detailseite
------------------------------------------------------------------- */

.detail_image {
	float: left;
	width: 280px;
	padding-right: 20px;
	}

.detail_table {
	float: left;
	width: 400px;
	}

.detail_table_background_left {
	float: left;
	width: 240px;
	padding-left: 10px;
	}

.detail_table_background_right {
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 140px;
	}





/* Fusszeile
------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	padding-top: 5px;
}
#footer a, #footer a:hover, #footer a.active {
	font-size: 10px;
	color: #004b72;
	text-decoration: none
}





/* Inhalt
------------------------------------------------------------------- */
h1 { color: #004b72;
	font-size: 18px;
	padding-bottom: 10px;
}

h2 { color: #004b72;
	font-size: 14px;
	padding-bottom: 4px;
}



p { 
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}
.title {
	font-weight: bold
}

a {
	color: #004b72;
	text-decoration: none;
}
a:hover {
	color: #000;
}





.dividerLine {
	padding-top: 1px;
	background-image: url(if/dividerLine.gif);
	background-repeat: repeat-x;
}







.headline {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}















.success {
	color: #339966;
	font-weight: bold;
}
.error {
	color: #c00;
	font-weight: bold;
}
.alert {
	color: #FF9900;
	font-weight: bold;
}


blockquote {
	color: #fff;
	font-weight: bold;
	display: block;
	font-size: 10px;
	padding: 5px 12px;
	margin: 10px 0px;
}
blockquote a {
	color: #fff;

}
blockquote a:hover {
	color: #ccc;
}