@charset "utf-8";
/* CSS Document */

/*
	RESETS & GLOBALS
*/
body {
	background-color:#dcedff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
html > body { font-size: 14px; }
img { border: none; }
h1 { font-size: 15px; }
h2 { font-size: 14px; }
ul.arrow { list-style: url(images/pfeilre.gif); }
ol.alpha { list-style-type:lower-latin; }
ol.num { list-style-type:decimal; }
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:focus {
	border: thin dotted;
	color: #80BEED;
}
a:hover, a:active {
	color: #70BEED;
	text-decoration: none;
}
#wrapper {
	margin: 5px auto;
	width: 98%;
}
/* <FLOATS> */

#language { clear:both; }
#slide {
	float:left;
	height: 108px;
	overflow: hidden;
	width: 367px;
}

#menu {
	float: left;
	width: 175px;
}
#content {
	float: left;
	width: 60%;
}
#imagebar {
	float: right;
	width: 17%;
}
/* </FLOATS> */
/* <HEADER> */

.flag {
	border: none;
	left: 0px;
	padding: 1px;
}
/* </HEADER> */
/* <MENU> */
#menu ul {
	background-color:#bfdefe;
	border-bottom:thin solid #000000;
	border-right:thin solid #000000;
	list-style: none;
	padding:0;
	padding-bottom:10%;
}
#menu h2 {
	background-color:#3f99f5;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 2%;
	text-indent: 0;
}
#menu ul li {
	line-height: 1.6em;
	text-indent: 1em;
}
.sbb {
	font-size: 9px;
	font-weight: normal;
	color: rgb(153, 153, 153);
}
/* </MENU> */
/* <CONTENT> */
#content { padding-left: 1.5em; }
/* </CONTENT> */
/* <SIDEBAR> */
#imagebar {
	border-left: thin solid #000000;
	padding-left:5px;
}
/* </SIDEBAR> */

/* <CLASSES> */
.left { float: left; }
.right { float: right; }
/* </CLASSES> */
