#cont_lang {
	visibility: show;
}

#cont_lang .nl {
	display: none;
}

#debugger {
	display: none;
	background: red;
	color: #FFF;
}

* {
	color: black;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #666;
}

body {
	background: #CAD7DF url(../img/bg-koralpe.jpg) repeat-x;
}

h1 {
	font-size: 140%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
/*********************
 * Vertikales Layout
 ********************/
#container {
	margin: 0px auto;
	width: 985px;
	font-size: 12px;

	background: #FFF;
}

#cont_lang {
	padding: 3px;
}

#cont_top {
	background: #FFF;
}

#cont_footer {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
#kopf {
	height: 225px;
}

* html #kopf {
	height: 245px;
	h\eight: 225px;
}
#kopf img {
	border: 10px solid white;
}
/***********************
 * Horizontales Layout
 **********************/
#content {
	background: #FFF;
	color: #000;
}

#cont-middle {
	background: #FFF;
	border: 0px solid #FFF;
}

.box_l, .box_c, .box_r {
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 20px;

}

div.box_l a span,
.box_c a span,
.box_r a span {
	letter-spacing: .3em;
	font-weight: bold;
	font-size: 120%;
	color: #666;
}


.box_l {
	margin-left: 10px;
}

.box_c {
	width: 335px;
}

.box_r, .box_l {
	width: 310px;
}

#cont_main a {
	text-decoration: none;
	font-weight: bold;
	color: #AAAAAA;
}


/***************************
 * Allgemeines
 **************************/
img {
	border: 0px none #FFF;
}

/****************************
 * Sprachauswahl
 ***************************/
#cont_lang {
	text-align: right;
}

.lang, .sprachauswahl, .jahreszeit {
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
}

.de {
	background-image: url(../img/de.png);
}

.en {
	background-image: url(../img/en.png);
}

.hu {
	background-image: url(../img/hu.png);
}

.nl {
	background-image: url(../img/nl.png);
}

.winter {
	background-image: url(../img/wi.png);
}

.sommer {
	background-image: url(../img/so.png);
}

/* ===== Float Fix ===== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix:after {
	height: 1%;
}

* html .clearfix {
	display: block;
}

