/**********************************
**           IMPORT              **
**********************************/
@import url("reset.css");

/**********************************
**           LAYOUT              **
**********************************/
html { height: 101%; }
body {
	background: #836338 url('../images/layout/background.jpg') 0 0 repeat-x;
	color: #333333;
	font: 12px Verdana, sans-serif;
	text-align: center;
}
#pageWrapper {
	width: 900px;
	margin: 5px auto;
	padding-bottom: 20px;
	background: url('../images/layout/page_background.gif') 0 0 repeat-y;
}
#navigationWrapper {
	float: left;
	width: 200px;
	border-top: 1px solid #ecdfb4;
}
#pfeil
{
	display: block;
	background: url('../images/layout/pfeil.jpg') 0 0 no-repeat;
	height: 58px;
	width: 17px;
	float: left;
	margin-left: -1px;
	margin-top: 152px;
}
#contentWrapper {
	margin-left: 204px;
	width: 565px;
	border-top: 1px solid #836338;
	text-align: justify;
	padding: 20px 65px 0 65px;
}
* html #contentWrapper { /* IE 6 fix */
	width: 565px;
	margin-left: 221px;
	padding: 10px 65px 40px 30px;
	border: 0;
}
*+html #contentWrapper { /* IE 7 fix */
	width: 565px;
	margin-left: 221px;
	padding: 10px 65px 40px 47px;
	border: 0;
}
.language_switcher {
	color: #d6c898;
	text-align: right;
	width: 900px;
	margin: 30px auto 0 auto;
	padding-right: 5px;
}
.adresse {
	text-align: right;
	color: #f4e6b5;
	width: 900px;
	margin: 5px auto;
	padding-right: 5px;
}

/**********************************
**         FORMATTING            **
**********************************/

/** Navigation **/
#navigationWrapper ul {
	margin: 20px 0 0 20px;
}
#navigationWrapper ul li A:link, #navigationWrapper ul li A:visited {
	display: block;
	width: 160px;
	height: 40px;
	color: #836338;
	font: 12px georgia, 'Lucidia Grande',  sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	letter-spacing:-0.05em;
	background: url('../images/layout/navigation_line.jpg') 0 25px repeat-x;
}
#navigationWrapper ul li A:hover, #navigationWrapper ul li A:focus, #navigationWrapper ul li A.active {
	color: #333333;
}

/** Headings & Text**/
h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 37px 0 10px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 17px 0 5px 0;
	color: #836338;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 17px 0 5px 0;
	color: #836338;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.7em;
}
hr
{
	background: url('../images/layout/trennlinie.gif') 50% 0 no-repeat;
	height: 7px;
	border: 0;
}
/** lists **/
ul.content
{
	list-style: disc;
	margin-left: 1.7em;
}
ul.content li
{
	margin: 0 0 1em 0;
}
/** pics **/
.pic {
	border: 3px solid #d6c898;
}
.left {
	border: 3px solid #d6c898;
	float: left;
	margin: 5px 10px 5px 0;
}
.right {
	border: 3px solid #d6c898;
	float: right;
	margin: 5px 0 5px 10px;
}

/** Form **/
FORM {
	margin-left: 10px;
}
LABEL
{
	display: block;
	color: #ad8037;
	margin: 15px 0 3px 0;
}
INPUT[type=text], TEXTAREA {
	background: #d4c799 url('../images/layout/input_bg.jpg') 0 0 repeat-x;
	border: 1px solid #dac28d;
	padding: 2px 5px;
	width: 300px;
}
* html INPUT, TEXTAREA {
	background: #d4c799 url('../images/layout/input_bg.jpg') 0 0 repeat-x;
	border: 1px solid #dac28d;
	padding: 2px 5px;
	width: 300px;
}
.submit {
	background: #d4c799 url('../images/layout/input_bg.jpg') 0 0 repeat-x;
	border: 1px solid #dac28d;
	padding: 2px 5px;
	display: block;
	font-weight: bold;
	color: #ad8037;
	margin-top: 15px;
}
INPUT.error, .error {
	border: 1px solid #ff4c4c;
}
.error:hover, .error:focus {
	border: 1px solid #ff8c8c;
}
div.error_msg {
	color: #ff4c4c;
	background: url('../images/icons/exclamation.png') 0 0 no-repeat;
	display: block;
	height: 20px;
	padding: 1px 0 0 20px;
	margin: 5px;
}
/*Anti-Spam-protection (hide field to aviod user fill-in*/
.homepage {
	visibility:hidden;
	display:none;
}

/** Tabellen **/
TABLE {
	font: 13px Georgia, "Lucidia Grande", sans-serif;
	width: 96%;
	margin-left: 2%;
}
TABLE TH {
	background: #e5dec4 url('../images/layout/bg_th.jpg') 0 100% repeat-x;
	height: 25px;
	padding: 6px 10px 0 10px;
	color: #ad8037;
	border-left: 1px solid #e8e0c6;
	border-right: 1px solid #bbb293;
}
TABLE TD {
	padding: 3px 10px 0 10px;
	height: 21px;
	font-size: 12px;
}
* html TABLE TR.odd TD, * html TABLE TR TD { /* IE6 fix */
	height: 18px;
	background: url('../images/layout/bg_tr_odd.jpg') 0 0 repeat-x;
}
*+html TABLE TR.odd TD, *+html TABLE TR TD { /* IE7 fix */
	height: 18px;
	background: url('../images/layout/bg_tr_odd.jpg') 0 0 repeat-x;
}
* html TABLE TR.even TD { /* IE6 fix */
	height: 18px;
	background: url('../images/layout/bg_tr_even.jpg') 0 0 repeat-x;
}
*+html TABLE TR.even TD { /* IE7 fix */
	height: 18px;
	background: url('../images/layout/bg_tr_even.jpg') 0 0 repeat-x;
}
TABLE TR, TABLE TR.odd {
	background: #fbf5dd url('../images/layout/bg_tr_odd.jpg') 0 100% repeat-x;
}
TABLE TR TD, TABLE TR.odd TD {
	border-left: 1px solid #faf4d9;
	border-right: 1px solid #dfd6b7;
}
TABLE TR.even {
	background: #e9e3cb url('../images/layout/bg_tr_even.jpg') 0 100% repeat-x;
}
TABLE TR.even TD {
	border-left: 1px solid #faf4d9;
	border-right: 1px solid #dfd6b7;
}

/** links **/
#contentWrapper A:link, #contentWrapper A:visited {
	color: #836338;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #836338;
}
#contentWrapper A:hover, #contentWrapper A:focus {
	color: #333333;
	border-bottom: 1px dotted #333333;
}

#contentWrapper A.nb {
	border: 0;
}

/*****/

.galleria {
    width:565px;
    height:400px;
	visibility: hidden;
	margin-bottom: 20px;
}

/*.galleria .galleria-container {
    background-color: #D6C898;
}*/

