body {
	background-color: #EEEEEE;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	
	margin: 0px 0px 0px 0px;	
}

/**************DIVS**************/

#page {
	position: absolute;
	
	width: 950px;
	
	height: 473px;
	
	top: 0px;
	left: 50%;
	margin-left: -475px;
			
	overflow: visible;
	
	background-color: #FFFFFF;
}

#banner {
	position: absolute;
	
	left: 0px;
	top: 0px;
 	width: 950px;
	height: 280px;
	
	overflow: hidden;
	
	background-image: url("img/banner.jpg");
}

#logo {
	position: absolute;
	
	right: 10px;
	top: 10px;
		
 	width: 270px;
	height: 90px;
		
	overflow: hidden;
}

#languages {
	position: absolute;
	
	padding: 5px 5px 5px 5px;
	
	left: 0px;
	top: 280px;
 	width: 250px;
	height: 30px;
}

#menu {
	position: absolute;
	
	left: 250px;
	top: 280px;
 	width: 700px;
	height: 30px;
	
	z-index: 1;
}

#content {
	position: absolute;
		
	width: 950px;
	min-height: 449px;
	height: 100% !important;
	height: 449px;
	
	left: 0px;
	top: 330px;
			
	overflow: visible;
}

#colleft {
	position: relative;
	
	background-color: #FFFFFF;
	
	left: 0px;
	top: 0px;
	
	padding-left: 5px;
	
	width: 225px;	
	min-height: 449px;
	height: 100% !important;
	height: 449px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	
	overflow: visible;
}

#text {
	position: relative;
	
	background-color: #FFFFFF;
	
	left: 0px;
	top: 0px;
	
 	width: 675px;
	min-height: 466px;
	height: 100% !important;
	height: 466px;
	
	margin: 0px 10px 20px 15px;
							
	overflow: visible;
}

.cl_header {
	display: block;
	width: 225px;
	height: 25px;
		
	background-image: url("img/bg_header.jpg");
	background-repeat: repeat-x;
}

.cl_content {
	display: block;
	
	width: 203px;
	height: auto;
	
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	
	border: 1px solid #EEEEEE;
	border-top: none;
}

#footer {
	position: relative;
	
	background-color: #EEEEEE;
	
	width: 950px;
	height: 24px;	
}

/***************TAGS***************/


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	
	margin: 0px 0px 10px 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DE6C27;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4B6EA4;
	
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	margin: 0px 0px 10px 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
}


/*************CLASSES****************/

.tab_content {
	background-color: #FFFFFF;
}

.cl_pheader {
	margin-top: 0px;
	margin-bottom: 0px;
	
	text-transform: uppercase;
	
	margin-left: 13px;
	
	padding-top: 5px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	
	text-align: center;
}

.p_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	
	text-align: center;
	
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.blau {
	color: #4B6EA4;
}

.orange {
	color: #DE6C27;
}

.schnellsuche, .suche {
	font-size: 11px;
}

.schnellsuche_full {
	font-size: 11px;
	width: 194px;
}

.suche_full {
	font-size: 11px;
	width: 180px;
}

.filter {
	border: 1px solid #EEEEEE;
}

.top_table {
	border-collapse: separate;
	border-spacing: 10px 0px;
}

.top_link {
	font-weight: bold;
	color: #4B6EA4 !important;
	text-decoration: none;
}

.top_preis {
	font-size: 18px;
	font-weight: bold;
	color: #DE6C27 !important;
	
	text-decoration: none;
		
	margin-bottom: 0px;
}

.list_bg {
	background-color: #EEEEEE;
}

.list_pic {
	width: 150px;
	min-width: 150px;
	height: 150px;
	min-height: 150px;
	
	text-align: center;
	vertical-align: middle;
}

.list_preis {
	font-size: 16px;
	font-weight: bold;
	color: #DE6C27;
	
	margin-bottom: 0px;
}

.list_link {
	font-weight: bold;
	color: #555555 !important;
	text-decoration: none;
}

.list_link2 {
	font-size: 14px;
	font-weight: bold;
	color: #4B6EA4 !important;
	text-decoration: none;
}

.list_link:hover, .list_link2:hover, .top_link:hover {
	color: #DE6C27 !important;
}

.button {
	width: 100px;
	height: 20px;
	
	border: outset 1px #A5A5A5;
	
	text-align: center;
	text-decoration: none;
			
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;	

	background-color: #4B6EA4;
}

.button:hover {
	width: 100px;
	height: 20px;
	
	border: outset 1px #A5A5A5;
	
	text-align: center;
	text-decoration: none;
			
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;	
	
	background-color: #375A90;
}


/************DIV TAGS*****************/

#text a {
	color: #4B6EA4;
}

#text ul {
	list-style-image: url("img/pfeil.gif");
	
	margin-top: 5px;
	margin-bottom: 5px;
}

#text table {
	margin-left: -3px;
}

#text textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}

#footer a {
	color: #555555;
}