@import 'navigation.css';

body, html {
	/*font: Minion Pro !important;
	font-family: Minion Pro !important;*/
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	background: #000000;
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 10px !important;
	font-size: 11px !important;
	margin: 0px !important;
	padding: 0px !important;
}
a.copyright {
	color: #272727 !important;
	text-decoration: none !important;
}

a.copyright:hover{
	color: #7F7F7F !important;
}

#copyright {
	width: 985px;
	margin: 0 auto;
}

#main-body {
	width: 985px;
	height: 600px;
	margin-top: 5px !important;
	padding-top: 0px !important;
	margin: 0 auto;
}

#home-buttons {
	margin-left: 101px;
	padding-top: 16px;
}

#home-buttons img {
	border: 0px solid !important;
	width: 61px !important;
	height: 60px !important;
	margin-right: 5px;
}
#home-buttons a, #home-buttons a:link, #home-buttons a:visited {
	width: 61px !important;
	height: 60px !important;
	border: 1px solid #e2edfa !important;
	display: block;
	float: left;
	margin-right: 5px;
}
#home-buttons a:hover {
	border: 1px solid #000000 !important;
	display: block;
	float: left;
	margin-right: 5px;
}


#header {
	width: 980px;
	height: 114px;
	background:url(head.jpg);
	background-repeat: no-repeat;
}

#body {
	width: 985px;
	height: 486px;
}

#menu {
	width: 139px;
	height: 486px;
	background:url(menu_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#main_menu {
	padding-top: 100px;
	padding-left: 30px;
}

#main-content {
	height: 490px;
	width: 841px;
	float: left;
}

#left-content {
	width: 825px;
	height: 486px;
	position: relative;
	/*background:url(content-right.jpg);
	background-repeat: no-repeat;*/
	float: left;
}

#head_image {
	width: 359px;
	height: 353px;
	float: left;
}

#content {
	width: 805px;
	position: relative;
	height: 353px;
	padding: 10px;
	background:url(content.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
html>body #content {
	width: 825px !important;
}

#tpl_content {
	width: 426px;
	float: left;
}

html>body #tpl_content {
	width: 436px !important;
}



#bottom-content {
	width: 825px;
	height: 113px;
	position:absolute;
	background:url(content-bottom.jpg);
	background-repeat: no-repeat;
}

#castle-edge {
	width: 55px;
	height: 104px;
	background-image:url(/layout/green/castle-edge.png);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 200;
}

#right-content {
	width: 16px;
	height: 486px;
	background:url(content-right.jpg);
	background-repeat: no-repeat;
	float: left !important;
}
.clearer {
	clear: both;
}
        
#news_content {
	margin:0px;
	margin-right: 10px;
	width: 200px;
	float:right;
}	

#head_image {
	float: left;
	margin-right: 10px;
}


.news_text {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url('news_bg.jpg');
	background-repeat: no-repeat;
}

.clearfix {
	clear: both;
}

.address {
	font-size: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.link_address, a.link_address:link, a.link_address:visited {
	color: #000000;
	text-decoration: underline;
}

a.link_address:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Minion Pro !important;
	font-size: 15px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Minion Pro !important;
	font-size: 13px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

h3, h4, h5, h6 {
	font-size: 13px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #3c3103;
	text-decoration: underline;
}

a, a:hover {
	color: #3c3103;
	text-decoration: none;
}

ul {
	margin-top: 5px;
	list-style-image: url('pfeil_liste.gif');
	margin-bottom: 10px;
	margin-left: 19px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
 	padding: 0px; 
	margin: 0px;
}

hr {
	border: 1px dotted #FFFFFF;
	height:1px;
}

div.image_legend {
	font-size: 10px;
}

.form {
	background-color: #FFFFFF;
	border: 1px solid black;
	width: 289px;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
} 

.form_error {
	background-color: #FFDBB7;
	border: 1px solid black;
	width: 289px;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
}

textarea.form, textarea.form_error {
	height: 75px;
}
select {
	border: 1px solid black;
}

/* carousel overwrites */

.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
	margin-left: 79px;
	padding-top: 12px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:63px; 
	height:62px; 
}
.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #000000 !important; 
}

.carousel-component .carousel-list li img { 
	border:0px;
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

