﻿/* CSS-Reset */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: left;	/* Go IE6, Go! */
}

img {
	border: none;
}

a {
	color: #003366; /* use !important cause otherwise niftyCorner.css will corrupt this in safari */
}

h1 {
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}

h2, h3 {
	color: #003366;
	font-family: Verdana, Arial, sans-serif;
}

h1 { font-size: 1.7em; margin: 1em 0;}
h2 { font-size: 1.2em; }
h3 { font-size: 1.0em; }

table {
	width: 100%;
	margin-bottom: 1.0em;
}

table caption {
	margin-top: 0.5em;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
}

table tbody th {
	font-weight: bold;
	color: #ffffff;
	background-color: #029ed9;
	padding: 3px;
}

table tr {
    background-color: #ffffff;
}
table td {
  padding: 3px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  color: #ffffff;
  font-weight: bold;
  background-color: #029ED9;
  padding: 1px;
  border: none;
  margin-right: 5px;
} 

input[type="checkbox"] {
  margin-right: 5px;
}  

ul {
  margin-left: 20px;
}

#container {
	margin: 0 auto;
	width: 965px;
}

/******************************************
*	Header
******************************************/
#header {
	width: 100%;
	height: 55px;
}

#header ul {
	margin-top: 10px;
	list-style: none;
	float: right;
	height: 45px;
}

html > body #header ul li {
	float: left;
	text-align: center;
	width: 106px;
	height: 45px;
	background: url('../layout/images/tab.gif') no-repeat -2px 0;
}

/* for IE6 */
body #header ul li {
	float: left;
	text-align: center;
	width: expression( (this.previousSibling==null)? "108px" : "106px");
	height: 45px;
	background-image: url('../layout/images/tab.gif');
	background-repeat: no-repeat;
	background-position: expression( (this.previousSibling==null)? "0 0" : "-2px 0");
	overflow: hidden;
}

body #header .selected {
	background-image: url('../layout/images/tab-hover.gif');
	background-repeat: no-repeat;
	background-position: expression( (this.previousSibling==null)? "0 0" : "-2px 0");
}

/* and now for the rest */
html > body #header ul li:first-child {
	float: left;
	text-align: center;
	width: 108px;
	height: 45px;
	background: url('../layout/images/tab.gif');	
}

html > body #header ul li:hover, html > body #header .selected {
	background: url('../layout/images/tab-hover.gif') no-repeat -2px 0;
}

html > body #header ul li:hover:first-child, html > body #header .selected:first-child {
	background: url('../layout/images/tab-hover.gif');
}

#header img {
	position: relative;
	top: 2px;
}

#header a {
	text-decoration: none;
	color: #003366;
	font-size: 0.9em;
	/*position: relative;
	top: -5px;*/
}
/******************************************
*	Wrapper
******************************************/
#wrapper {
	width: 100%;
	background-color: #029ed9;
}

/******************************************
*	Top
******************************************/
#top {
	width: 100%;
	height: 178px;
	background-image: url('../layout/images/logo.png');
}

#top ul {
	float: right;
	list-style: none;
	margin: 5px 20px;
}

#top ul li {
	display: inline;
	padding-left: 5px;
}

#top ul li a, label {
	color: #ffffff;
	text-decoration: none;
}

#top ul li input[type="text"] {
	width: 120px;
}

#top ul li img {
	position: relative;
	top: 4px;
}

#top div {
	position: relative;
	left: 420px;
	top: 80px;
	width: 220px;
	text-align: right;
}

#top div h1 {
	text-align: right;
	font-family: Georgia, serif;
	font-size: 1.7em;
	padding: 5px 30px 0 0;
	color: #003366;
	margin: 0;
}

#top div a {
	color: #ccff00;
	text-decoration: none;
	font-weight: bold;
	background: url('../layout/images/btn-arrow.gif') no-repeat right center;
	padding-right: 30px;
	display: inline-block;
	line-height: 35px;
}
/******************************************
*	Menu
******************************************/
#menu {
	list-style: none;
	line-height: 1.7em;
	width: 178px;
	float: left;
	font-size: 1.0em;
	padding-left: 27px;
	margin: 0;
}

#menu ul {
	position: relative;
	left: 15px;
	margin: 0;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menu ul {
	list-style-type: disc;
}

#menu ul li, #menu ul a {
	color: #ccff00;
}

#menu .selected {
	text-decoration: underline;
}

/******************************************
*	Content
******************************************/
#content-wrapper {
	margin-left: 205px;
	padding-bottom: 15px;
	width: 730px;
	min-height: 400px;
}

#content-wrapper div {
	margin-bottom: 20px;
	/*background-color: #ffffff;*/
	padding: 10px;
}

#content-wrapper p {
	margin-bottom: 1.5em;
}

#content-wrapper strong {
	font-weight: bold;
	color: #003366;
}

#content-wrapper hr {
	margin-bottom: 1.0em;
	height: 1px;
	background-color: #029ed9;
	color: #029ed9;
	border: 0 #029ed9 none;
}

#content-wrapper .emptyDiv {
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	height: 273px;
}

.smallBox h1, .wideBox h1 {
	font-weight: bold;
	font-size: 1.0em;
	color: #003366;
	margin: 0.6em 0 0 0;
	line-height: 1.0em;
}

.welcome h1{
	font-weight: bold;
	font-size: 1.0em;
	color: #003366;
	margin: 0;
	line-height: 1.0em;
}

div.content {
	padding-left: 23px !important;
	padding-right: 23px !important;
	background-color: #ffffff;
	min-width: 684px;
  overflow: hidden;
}

.welcome {
  padding: 9px !important;
	height: 232px;
	width: 498px;
	background-image: url('../layout/images/welcome.gif');
	overflow: hidden;
	line-height: 1.2em;
}

.welcome img {
	float: left;
	width: 350px;
	height: 233px;
	margin-right: 10px;
}

.smallBox {
	width: 175px;
	height: 230px;
	background-image: url('../layout/images/smallBox.gif');
	overflow: hidden;
	line-height: 1.2em;
}

.wideBox {
	width: 710px;
	height: 100px;
	background-image: url('../layout/images/wideBox.gif');
	overflow: hidden;
	line-height: 1.2em;
}

.wideBox ul {
	list-style: none;
}

.wideBox ul li:first-child {
	float: left;
	width: 23%;
	padding-left: 0;
}

.wideBox ul li {
	float: left;
	width: 23%;
	padding-left: 15px;
}

p.border {
	margin: 1.2em 0;
	padding: 10px;
	border: 1px solid #029ed9;
}

.leftColumn {
	width: 475px;
	border-right: 1px solid #029ed9;
	float: left;
	padding: 0 20px 0 0 !important;
}

.rightColumn {
	width: 175px;
	float: right;
	padding: 0 0 0 12px !important;
	font-size: 0.9em;
	overflow: hidden;
}

.rightColumn strong, .rightColumn a {
  color: #333333 !important;
}

.logoBox img {
    margin: 6px;
}

.innerContent {
	margin: 20px 0;
	background-color: #ffffff;
}

/******************************************
*	Form
******************************************/
.formdata th {
  background-color: #ffffff;
  color: #333333;
}

.formdata input[type="text"],
.formdata textarea,
.formdata select,
.contact,
#faqSuche input[type="text"],
#selNL {
  border: 1px solid #029ed9;
  background-color: #e1f4fa;
}

/******************************************
*	Dictonary
******************************************/
#faqdic h2 {
  color: #ffffff;
  background-color: #029ed9;
  padding: 3px 10px;
  margin-bottom: 3px;
}

#faqdic dd {
  padding: 0 10px;
  margin-bottom: 15px;
}

#faqRegionBar, #faqSuche {
  padding: 0 !important;
}

/******************************************
*	Footer
******************************************/
#footer {
	margin-top: 5px;
	text-align: right;
	color: #006699;
}

#footer a {
	color: #006699;
}

/******************************************
*	Sitemap
******************************************/
.sitemap ul {
  margin-left: 1.5em;
}

/******************************************
*	Newsletter
******************************************/
.newslettertitle {
  color: #003366;
  font-size: 1.4em;
  padding: 0 !important;
}

.msgtitle {
  font-weight: bold;
  color: #003366;
  margin-bottom: 0.3em !important;
}

.msgpreview {
  margin-bottom: 0.3em !important;
}

.newsletter {
  padding: 0 !important;
}

.longmessage {
  padding: 0 !important;
}

#selNL {
  width: 200px;
  margin-bottom: 10px;
}
 
/******************************************
*	Classes
******************************************/
.nav {
	color: #003366;
	font-size: 0.9em;
	margin: 5px 0;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearFloat {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

.greenBG {
    background-color: #ccff00 !important;
}

.blueBG {
  background-color: #e1f4fa !important;
  padding: 10px 0;
}

.alt {
	background-color: #e1f4fa;
}

