/* default styles
   -------------- */
   
body {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, sans-serif;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
        background-color: #F7F7F7;
}

a {	color: #000066;	background: inherit;}
a:hover { background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(images/input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #A9C0CE;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content {
	margin: 0 auto;
	width: 780px;
	padding: 3px;
	border: solid #000000 1px;
	background-color: #FFFFFF;
}

.header { 
	background: #eee;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

.top_info {
	float: right;
	width: 150px;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
	text-align: center;
}

	.top_info_left {
		width: 150px;
		float: right;
	}

	.top_info_right {
		float: right;
		width: 190px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}
.browse_category  {
	font-size: 0.9em;
	width: 150px;
	color: #FFF;
	background: #000000;
}
.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #000000;
	margin: 0 0 0 0px;
	background-color: #B00000;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 5px;
		color: #FFFFFF;
		background: #B00000;
		float: left; 
	}
	
	.bar li.active { 
		background: #000000; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 5px 5px 5px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
	} 
	
	.bar li a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 7px 12px 5px 5px;
	height: 30px;
	} 

.search_field { 
	background: #fff url(images/searchbg.gif) no-repeat right;
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px15px 10px 10px;
	margin: 5px 0 5px;

}

.search_info {
	width: 180px;
	height: 30px;
	padding: 5px 5px 8px 5px;
	background: #E4EBEF;
	margin-bottom: 5px;
	text-align: center;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form {
	float: right;
	margin-top: 10px;
}

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	width: 75%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(images/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		padding: 0 0 0 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 5px 0 10px 0; color: #000; background: #FFF; padding: 3px; 8px; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 24%;
	margin: 0 0 0  0;
}

.right h3 {
	background: #6C757A  url(images/corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
	background: #f5f5f5;
	color: #414141;
	margin: 0 0 3px  0;
	padding-left: 7px;
	padding-right: 7px;
        padding-bottom: 3px;
}
	
.image {
	float: left;
	margin: 5px 9px 3px 0;
	border: solid #000000 1px;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;

	padding: 10px 0 10px 0;
	margin: 0;

	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }
/* Eigen
 ---------*/
 #stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}

.katalog {
	page-break-before: auto;
	margin: 10px 0px 0px 15px;
}
.div_tab {
	width: 420px;
}
.div_taboben {
	background-image: url(images/fenster_top.jpg);
	height: 7px;
}
.div_taboben2 {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #FFF9DD;
	padding-left: 4px;
	font-weight: bold;
	border-top: sollid 1px #000000;
}
.div_taboben3 {
	background-color: #FFF9DD;
	width: 154px;
	height: 16px;
	top: 16px;
	text-decoration: underline;
	position: absolute;
	left: 189px;
}
.div_tabmitte {
	background-image: url(images/fenster_mitte2.jpg);
	height:11px;

}
.div_tabmitte2 {
    border-left: solid 1px #000000;
	border-right: solid 1px #000000;

}
.div_tabmitte3 {
    background-image:url(images/fenster_mitte1.jpg);
	height:11px;

}
.div_tabunten {
	 height:7px;

}
.div_tabunten2 {
     border-left: solid 1px #000000;
	 border-right: solid 1px #000000;
	 background-color:#FFEEBB

}

.div_opti {
 background-image:url(images/bg_socibook.jpg); background-repeat:no-repeat;
}

.eigentext01  {
	font-size: 11px;
	text-align: center;

}

.Tabelle01   {
	width:430px;
	border: solid #000000 1px;
}
.Tabelle01_uberschrift {
	background-color: #FFF9DD;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	padding: 3px 3px 3px 3px;
}

.Tabelle01_mitte {
    padding: 3px 3px 3px 3px;
}
.Tabelle01_unten {
	background-color: #E4EBEF;
	padding: 3px 3px 3px 3px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #CCCCCC;
}

.Tab_überschrift  {
	background-color:#E4EBEF;
	padding: 3px 3px 3px 3px;

}
td {
display:table-cell;
padding:1px;
	padding-left: 8px;
	padding-right: 5px;
}
.div_center{
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.social {
	padding-bottom: 10px;
	padding-left: 15px;
}