@charset "utf-8";

html * {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color: #FFF;
}

body {
	background: #1e1e1e;
	margin: 0; 
	padding: 0;
	text-align: center; 
}

h1 {
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:bold;
}

h2 {
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
}

h5 {
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:bold;
	color:#cab24d;
}

p {
	text-align: justify;
}

input, select, option, textarea {
	color:#000000;
}

iframe {
	margin:0;
	padding:0;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1e1e1e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:1em;
}

#header {
	padding: 20px 0 40px 0;  
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header .sprachen {
	float:right;
	font-size:0.7em;
	color:#cab24d;
}

#navi {
	padding: 5px 0 10px 0; 
	color:#cab24d; 
	font-size:0.8em;
	text-transform:uppercase;

}

#mainContent {
	font-size:0.8em;
	padding: 30px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	clear:both;
	border-top:1px solid #cab24d;
	margin:0 80px 0 80px;
	padding-bottom:20px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.6em;
	color:#cab24d;
	text-align:center;
}

/*** Klassen ***/

#header .marcopolo {
	position: absolute;
	margin: 85px 0 0 672px;
}


.img_big {
	float:left;
	margin-right:15px;

}

.cont_right {
	padding-left:388px;
	margin-top:30px;
}

.news_front {
	background-color:#333333;
	padding:10px;
}

.breiter {
	padding-left:200px;
	margin-top:0;
}

.img_gall {
	border:4px solid #FFF; 
	margin:0 15px 15px 0;
}


/*** Links ***/

a {
	color:#cab24d;
	text-decoration:underline;
}

#navi a {
	text-decoration:none;
}

#navi a.active {
	text-decoration:underline;
}

#navi a:hover {
	text-decoration:underline;
}
