
/**************************************************** global reset */
 
* {
	margin:0;
	padding:0;
}

a, img, iframe { 
	padding:0px;
	border:0px;
	margin:0px;
}
	
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
	
ul, ol, dl, li, dt, dd {
	list-style-type:disc;
	padding-left:5px;
	margin-left:30px;
}

form, fieldset {
	border:0;
}	

legend {
	color:#000000;
}

input, textarea, select, button {
	font-size:100%;
	font-family:sans-serif;
}

select {
	margin:inherit;
}

table {
	border-collapse:collapse;
	border:0;
}

td, th, caption {
	font-size:100%;
	font-weight:normal;
	text-align:left;
}

object {
	padding:0px;
	border:0px;
	margin:0px;
}


/**************************************************** body, main, links */

body {
	font-family: Arial, sans-serif;
	font-size:12px;
	
	color:#20202a;
	
	background-image:url(../images/global_bg.gif); 
	background-position: center top;
	background-repeat:repeat-x;
	background-attachment:scroll;
	
	background-color:#B08E56;
}

table {
	font-family: Arial, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#20202a;
	
}




/**************************************************** div container */


div#top{
	position:absolute; left: 50%; margin-left:-400px;
	width:800px; height:25px;
		
	background-image:url(../images/top.gif); 
	background-position: left top;
	background-repeat:no-repeat;
	
	margin-top:15px;
	
	text-align:left;
	color:white; font-size:10px;
	padding-left:35px;
	padding-top:6px;
}

div#header{
	position:absolute; left: 50%; top:25px; margin-left:-400px;
	width:800px; height:153px;
		
	background-image:url(../images/head_img.jpg); 
	background-position: center top;
	background-repeat:no-repeat;
	
	margin-top:15px;
}


div#main {
	position:absolute; left: 50%; top:185px; margin-left:-390px;
	width:780px; 
	
	background-color:white;
}

table#table_main {
	background-color:#ffffff;
	
	background-image:url(../images/bg_main.gif); 
	background-position: center top;
	background-repeat:repeat-y;
	
	padding:0px;
	border:0px;
	margin:0px;
}


div#left {
	width:220px; 
	
	background-color:#ffffff;
}

div#content {
	width:550px; 

	background-image:url(../images/lines.gif); 
	background-position: center top;
	background-repeat:repeat-y;
	
	background-color:white;
	
	margin-top:10px;
	margin-right:10px;
}

div#content_line {
	width:550px; line-height:10px; height:10px;
	
	border-top:1px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border-color:#EEEED4;
	border-style:solid;
}


div#pics {
	width:780px; height:70px;
	
	background-color:white;
	
	background-image:url(../images/bg_pics.gif); 
	background-position: center top;
	background-repeat:repeat-y;
	
	margin-bottom:10px;

} 

div#footer {
	width:780px; height:50px; 
	
	background-color:#202029;
}

div#spacer {
	width:780px; height:50px; 
    background-color:#b08e56;
}




/**************************************************** moduletables */

.moduletable_menu {
	width:200px;
	background-color:#EEEED4;
	
	padding-bottom:15px;

	margin-left:10px;
	margin-right:10px;
	
	border-top:10px;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;	
	border-color:white;
	border-style:solid;
}

.moduletable_menu h3 {
	font-size:10px;
	line-height:25px;
	font-weight:normal;
	color:white;
	
	background-color:#7A6351;
	
	padding-left:15px;
	margin-bottom:16px;
}

a.mainlevel {
	font-size:14px;
	
	font-weight:bold;
	color:#515151;
	
	background-image:url(../images/menu_arrow_grey.gif); 
	background-position: left top;
	background-repeat:no-repeat;
	
	padding-left:20px;
	margin-bottom:5px;
	margin-left:40px;
	
}

.moduletable_menu td {
	padding-bottom:2px;
}

a:hover.mainlevel, a:active.mainlevel {
	background-image:url(../images/menu_arrow.gif); 
	background-position: left top;
	background-repeat:no-repeat;
}

a.mainlevel#active_menu {
	background-image:url(../images/menu_arrow.gif); 
	background-position: left top;
	background-repeat:no-repeat;
}

.moduletable_pics {
	width:200px;
	background-color:#EEEED4;
	
	padding-bottom:15px;

	margin-left:10px;
	margin-right:10px;
	
	border-top:10px;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;	
	border-color:white;
	border-style:solid;
}

.moduletable_pics h3 {
	font-size:10px;
	line-height:25px;
	font-weight:normal;
	color:white;
	
	background-color:#7A6351;
	
	padding-left:15px;
	margin-bottom:15px;
}

div#impress {
	font-size:10px;
	margin-left:15px;
	margin-right:15px;
}


.moduletable_bottom {
	width:780px;
	text-align:center;
		
	padding-top:10px;
}

.moduletable_bottom img a {
	border:0px;
	border-color:#eeeed4;
	border-style:none;
	margin:0px;
}

.moduletable_bottom img{
	
	border:1px;
	border-color:#eeeed4;
	border-style:solid;

	margin-left:7px;
	margin-right:7px;

}








/**************************************************** content elements */

.item_text_div /* Abstand content-text oben und unten*/ {
		
	padding-left:20px;
	padding-right:25px;
	
	border:0px;
} 

.item_text_div a:link, 
.item_text_div a:visited, 
.item_text_div a:hover{
	font-size:12px;
	text-decoration:underline;
}

td.price {
	text-align:right;
}


table.blog  {
	width:100%;
		
	padding:0px;
	border:0px;
	margin:0px;
}

div.componentheading {
	font-size:10px;
	line-height:25px;
	color:#808080;
	background-color:#EEEED4;
	
	padding-left:15px;
	margin-bottom:15px;
	border:0px;
}

table.contentpaneopen  {
	width:100%;
		
	border:0px;
	margin:0px;
	padding:0px;
}

td.contentheading {
	width:100%;
	font-size:16px;
	font-weight:bold;
	
	padding-left:20px;
	padding-bottom:10px;
	padding-top:0px;
	
	border:0px;
	margin:0px;
}

div.article_seperator {
	padding-top:20px
}

div.footer_font {
	font-size:10px;
	color:#808080;
	line-height:13px;
	padding-top:18px;
}

div.footer_font a {
	color:#808080;
	text-decoration:underline;
}

div.message {
	text-align:center;
	color:blue;
	font-weight:bold;	

	background-image:url(../images/white1x1.gif); 
	background-repeat:repeat;
	

	padding-bottom:10px;
}



td.contentheading td {
	width:100%;
	font-size:12px;
	font-weight:bold;
	
	border:0px;
	margin:0px;
}

div.contact_address { 
	margin-left:20px;
	padding-bottom:15px;
}

div.contact_info { 
	margin-left:20px;
	padding-bottom:30px;
}

div.contact_email { 
	margin-left:20px;
	padding-bottom:20px;
}

.inputbox#contact_name, .inputbox#contact_email {
	margin-bottom:4px;
}




