﻿body {
	background-image: url('../layout/images/gradient.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #303030;
}

h1 {
	margin: 0;
	font-size: 18px;
	color: #171717;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-size: 16px;
	color: #171717;
	font-weight: normal;
}

h3 {
	margin: 0;
	font-size: 14px;
	color: #141414;
	font-weight: normal;
}

img {
	border-width: 0px;
}

ul {
	list-style-type: square;
}

a {
	color: #336;
}

#container {
	margin: 0 auto;
	width: 800px;
}

#info {
	background-image: url('../layout/images/info-background.gif');
	background-repeat: no-repeat;
	width: 350px;
	height: 35px;
}

#info p {
	margin: 0;
	padding: 6px;
	/*position: relative;
	top: 5px;*/
}

#info input 
{
	width: 80px;
}

/* shadows for everyone, but IE6 */
html > body #shadow {
	background-image: url('../layout/images/shadow.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	
	/* these values must be the same as the size of shadow.png! */
	width: 810px;
	height: 702px;
}

#header {
	background-image: url('../layout/pics/banner/banner.jpg');
	width: 800px;
	height: 207px;
}

ul#menu{
	/*margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 172px;*/
	margin: 0;
	padding: 7px;
	/*text-align: center;*/
	position: relative;
	top: 173px;
}

ul#menu  li{
	color: #fff;
	list-style: none;
	display: inline;
	
	/* GN 20081216: Elemente in Liste oben mit Rahmen/Abstand links */
	border-left: 2px solid #ffffff;
	padding-left: 10px;
	padding-right: 5px;
}

ul#menu li.first /* GN 20081216: erstes Element ohne Rand/Abstand links */
{
	border-left: 0px;
	padding-left: 0px;
}

ul#menu a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	/*float: left;
	width: 120px;*/
}

ul#menu a:hover {
	color: #000;
}

#body {
	background-image: url('../layout/images/body-background.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 800px;
}

ul#navigation {
	float: left;
}

ul#quicklinks {
	float: right;
}

/* for IE6 */
body #content {
	margin: 0 150px 0 150px;
	height: 465px;
	overflow: auto;
}

/* for the rest */
html > body #content {
	margin: 0 150px 0 150px;
	width: 500px;
	height: 465px;
	overflow: auto;
}

#footer {
	background-image: url('../layout/images/footer-gradient.gif');
	background-repeat: repeat-x;
	height: 20px;
	width: 800px;
	font-size: 10px;
}

#footer  a {
	text-decoration: none;
	color: #000;
}

#footer p  {
	margin: 0;
	padding: 4px;
}

#copyright {
	float: right;
}

.text-button {
	/*border: 1px solid #aaa;
	padding: 2px;
	margin: 0;*/
}

.text-button input {
	/*border-style: none;
	background: transparent;*/
	color: #c1c1c1;
	width: 100px;
	vertical-align: middle;
}

.text-button img {
	border: 0 none #fff;
	vertical-align: middle;
}

.box {
	background-color: #f0f0f0;
	margin: 5px;
	padding: 5px;
	display: block;
	width: 130px;
}

.box a {
	text-decoration: none;
	color: #131313;
}

.box a:hover {
	text-decoration: underline;
}

.box  li {
	list-style: none;
}

.sublist {
	margin: 0;
	padding-left: 15px;
}

.sublist li {
	list-style: square;
	/*list-style-image: url('images/buttons/list-bullet.png');*/
}

.selected {
	color: #000 !important;
}

#navigation .selected {
  font-weight: bold;
}

/* forms */
/*----------------------   Formulare   ----------------------*/
.pForm{
	margin: 4px 0px;
}

.fButtons{
	background-color: #333366;
	color:#FFFFFF;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #333366;
}

.inputField{
	background: #FFFFFF;
	border: 2px solid #dcdcdc;
	width: 200px;
}
.inputField:focus, .inputField:active{
	background: #FFFFFF;
	border: 2px solid #a7bfb0;
}


.pForm label {
	float: left;
	display: block;
	width: auto;
}

.pForm label.small 
{
	width: 140px;
}

.de {
  padding-left: 20px;
  background-image: url(../layout/images/icon-de.gif);
  background-position:left center;
  background-repeat:no-repeat;
}

.en {
  padding-left: 20px;
  background-image: url(../layout/images/icon-en.gif);
  background-position:left center;
  background-repeat:no-repeat;
}
