@charset "utf-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, span, a {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #64584b;
	height: 100%;
}
h1 {
	font-size: 26px;	
	text-align: center;
}

a:link, a:visited, a:hover, a:focus {
	color: #93806c;	
}

table {
	border: 0;
	
}
body {
	background: url(../bgs/bg_main.jpg) repeat-x #7b6b5b;	
	text-align: center;
	height: 100%;
}

table#table_fullheight {
	border: none;	
	height: 100%;
	width: 100%;
}

#table_content {
	background: url(../bgs/bg_main_wrapper.png) no-repeat top center;
	width: 980px;
	margin: auto;
	height: 100%;
}
#language {
	height: 30px;	
	text-align: right;
	width: 98%;
}

#language img {
	width: 25px !important;	
	height: 30px !important;
}
#main_left {
	background: url(../bgs/bg_main_left.png) no-repeat;
	width: 200px;	
	padding-top: 230px;
}

#main_right {
	padding-top: 230px;
	width: 185px;	

}

#main_middle {
	width: 570px;
	padding-right: 20px;	
}

#main_content {
}

/* ##########  Listen ########### */

ul#main_navigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#main_navigation img {
	border: 0;	
}



/* ########## Sonstiges ########### */

.logo_mandalina {
	margin-bottom: 10px;	
}
#heighter {
	height: 25px;	
}


#shoutbox {
	background: url(../bgs/bg_shoutbox_main.png);
	width: 183px !important;	
	margin-left: 1px;
}

form#chatForm p {
	margin-bottom: 30px;	
}

.componentheading, .contentheading {
	display: none;	
}
