/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	text-align: center;
	background-color: #3E0100;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
}

.headercontainer {
	width: 960px;
	height: 156px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	background-color: #EAE5DD;
}

.navicontainer {
	width: 960px;
	height: 28px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #8C6E4D;
}

.headerpiccontainer {
	width: 960px;
	height: 334px;
	margin-left: auto;
	margin-right: auto;
	background-color: #131110;
}

.contentcontainer {
	width: 960px;
	overflow: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url(img/bgr_contentcontainer.jpg);
	background-repeat: repeat-y;
}

.newscontainer {
	width: 315px;
	padding-left: 26px;
	padding-right: 20px;
	padding-top: 115px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
	background-image: url(img/bgr_news.jpg);
	background-repeat: no-repeat;
}

.contentbox {
	width: 549px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 54px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
	background-image: url(img/bgr_content.jpg);
	background-repeat: no-repeat;
}

.footercontainer {
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;	
}

.navicontainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
}

.newscontainer {
	font-size: 12px;
	color: #3B281D;
	line-height: 20px;
}

.contentbox {
	font-size: 13px;
	color: #111111;
	line-height: 24px;
	font-style: normal;
	
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #3B281D;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3B281D;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.smallfont {
	font-size: 11px;
}


/* Links und Navi */

a:link, a.visited {
	text-decoration: underline;
	color: #AF0401;
}

a:hover, a.active {
	text-decoration: none;
	color: #FF0400;
}

.navi:link, .navi:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.navi:hover, .navi:active {
	text-decoration: underline;
	color: #000000;
}

body#startseite a#chateauhome,
body#events a#chateauevents,
body#bildergalerie a#chateaugalerie,
body#anfahrt a#chateauanfahrt, 
body#beitraege a#chateaupreise,
body#ausstattung a#chateauausstattung, 
body#links a#chateaulinks,
body#kontakt a#chateaukontakt,
body#impressum a#chateauimpressum {
	text-decoration: underline;
	color: #FF9900;
}


/* Felder */

.input {
	width: 210px;
	height: 17px;
	border: 1px solid #8C6E4D;
	margin-bottom: 4px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
}

.inputbig {
	width: 210px;
	height: 120px;
	border: 1px solid #8C6E4D;
	margin-bottom: 4px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
}

.abschickenbutton {
	width: 213px;
	height: 23px;
	border: 1px solid #000000;
	background-color: #8C6E4D;
	color: #FFFFFF;
	font-weight: bold;
}

.abschickenbutton_kl {
	width: 90px;
	height: 23px;
	border: 1px solid #000000;
	background-color: #8C6E4D;
	color: #FFFFFF;
	font-weight: bold;
}



/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #3B281D;
}
