/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333;
	background-color: #7FBBDD;
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
}

#content {
	font-size: 0.9em;
	background-color: #FFFFFF;
	padding: 30px 18px 30px 18px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#content a { color: #333333; }
#content a:hover { text-decoration: none; }

#content .col1_3 {
	float: left;
	width: 30%;
}

#content .col2_3 {
	float: left;
	width: 30%;
	margin: 0 10px 0 10px;
}

#content .col3_3 {
	float: right;
}

#content .error {
	color: #CC0000;
}

#content .feedback {
  font-weight: bold;
}

#content form {
  margin: 0;
  padding: 0;
  border: 1px solid #FFFFFF;
}

#content form fieldset {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
}

#content form input, #content form textarea { width: 300px; }

#content form legend {
  padding: 0 2px;
  font-weight: bold;
}

#content form label {
	float: left;
	vertical-align: top;
	width: 200px;
}

#content form ul {
	margin: 0;
	padding: 0;
}

#content form li {
  list-style: none;
  clear:left;
  padding: 0;
  margin: 15px 0 0 0;
}

#content img {
	border: 1px solid #CCCCCC;
}

#content img.right {
	float: right;
	margin: 0 0 20px 20px;
}

#content .sticker {
	width: 300px;
	background-image: url(sticker_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content .sticker a { color: #FFFFFF; }
#content .sticker a:hover { text-decoration: none; }

#content .sticker_content {
	padding: 0 15px 48px 45px;
	font-size: 0.8em;
	color: #FFFFFF;
}

#content .sticker_top {
	width: 300px;
	height: 16px;
	background-image: url(sticker_top_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#content table {
	border: 0;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
/*	border: 1px solid red;*/
}

#content table.two_col td {
	padding: 0 20px 5px 0;
	vertical-align: top;
}

#content table td p { margin-top: 0; }

#content ul {
	margin: 0 0 0 0;
	padding: 20px 0 0 20px;
	list-style-image: url(ul.gif);
/*	border: 1px solid red;*/
}

#content ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#footer {
	clear: both;
	height: 27px;
	background-image: url(footer_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

h1 {
	margin: 0;
	color: #666666;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

#logo {
	height: 146px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(logo_bg.jpg);
	background-repeat: no-repeat;
}

#logo #thema {
	float: right;
	width: 346px;
	height: 146px;
	border-left: 1px solid #CCCCCC;
	background-repeat: no-repeat;
}

#nav {
	height: 27px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(nav_bg.jpg);
}

#nav ul {
	height: 27px;
	list-style-type: none;
	margin: 0;
	padding: 0px 0 0 18px;
	border-bottom: 1px solid #CCCCCC;
}

#nav li {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
}

#nav a {
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #CCCCCC;
	background-image: url(nav_a_bg.jpg);
	background-position: 0 1px;
	background-repeat: repeat-x;
}

#nav a:hover, #nav a.here {
	border-bottom: 1px solid #FFFFFF;
	background-image: none;
	background-color: #FFFFFF;
}

#nav_meta {
	height: 22px;
	padding: 5px 20px 0px 18px;
	color: #666666;
	font-size: 0.8em;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(nav_meta_bg.jpg);
	background-repeat: no-repeat;
}

#nav_meta a {
	color: #666666;
	text-decoration: none;
}

#nav_meta a:hover {
	text-decoration: underline;
}

#nav_meta a.here {
	font-weight: bold;
}
#nav_meta ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
}

#nav_meta li {
	float: left;
	margin-right: 30px;
}

#nav_meta #firma {
	position: absolute;
	right: 20px;
	font-weight: bold;
}

#page {
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
/*	border: 1px solid red;*/
}
