/**
* Filename: main.css
*
* @author SPEICHR.com <info@speichr.com>
* @copyright Copyright (c) 2012, SPEICHR.com
*/

/**
* General settings
*/

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}

body {
	margin:10px;
	background-color:#C7C7C7;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	color:#333333;
	font-size:12px;
}

h1 {
	margin:0px 0px 10px 0px;
	color:#005294;
	font-size:16px;
	font-weight:bold;
}

h2 {
	margin:0px 0px 10px 0px;
	color:#005294;
	font-size:14px;
	font-weight:bold;
}

h3 {
	margin:0px 0px 10px 0px;
	color:#005294;
	font-size:12px;
	font-weight:bold;
}

p {
	margin:0px 0px 10px 0px;
	line-height:20px;
}

img {
	border:0px;
}

/**
* Float settings
*/

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear-left {
	clear:left;
}

.clear-right {
	clear:right;
}

/**
* Links settings
*/

a {
	color:#005294;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

/**
* Structure settings
*/

.preload {
	display:none;
}

#wrapper {
	width:1000px;
	margin:35px auto;
	background-color:#FFFFFF;
}

#wrapper noscript p {
	width:958px;
	margin:35px 0px 35px 0px;
	padding:20px;
	border:0.5px solid #CD071E; //FCC400;
	text-align:center;
}

/**
* Header settings
*/

#header {
	width:100%;
	height:318px;
	position:relative;
	background-color:rgba(229, 229, 229, 0.6);
	cursor:pointer;
}

#header-left {
}

#header-right {
	width:762px;
	height:318px;
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/header.png);
	z-index:10;
}

/**
* Navigation settings
*/

#navigation {
	width:100%;
	height:76px;
	margin:20px 0px 50px 0px;
	position:relative;
	border-top:2px solid #ECEDEC;
	border-bottom:2px solid #ECEDEC;
}

#navigation-list {
	width:100%;
	height:39px;
	margin:4px 0px 0px 0px;
	background-color:#005096;
    /*    background-color:#CD071E; danach: FCC400;*/
	list-style:none;
}

#navigation-list li a {
	float:left;
	display:block;
	height:31px;
	padding:13px 9px 0px 9px;
	color:#FFFFFF;
    /*    color:#000000;*/
        font-weight:bold;
}

#navigation-list li a:hover {
	color:#FDC400;
    /*    color:#005294;*/
}

#navigation-list li ul {
	display:none;
}

#navigation-list li:hover ul {
	display:block;
	width:100%;
	height:25px;
	position:absolute;
	bottom:4px;
	left:0px;
	background-color:#005096;
    /*    background-color:#CD071E; danach FCC400;*/
	list-style:none;
}

#navigation-list li:hover ul li a {
	padding:5px 10px 0px 10px;
}

/**
* Content settings
*/

#content {
	width:100%;
	min-height:500px;
	padding:0px 0px 100px 0px;
	/*background-image:url(images/kids.png);
	background-position:center bottom;
	background-repeat:no-repeat;*/
}

#content-left {
	width:175px;
	margin:0px 10px 0px 10px;
}

#content-left-header {
	width:155px;
	padding:5px 10px 5px 10px;
	background-color:#005294;
	color:#FFFFFF;
}

#content-left-content {
	width:155px;
	min-height:50px;
	margin:0px 0px 30px 0px;
	padding:0px 10px 20px 10px;
	/*background-color:rgba(229, 229, 229, 0.6);*/
	text-align:center;
}

#content-left-content img {
	padding:20px 0px 0px 0px;
}

#content-middle {
	width:610px;
}

#content-middle-header {
	width:590px;
	margin:0px 0px 20px 0px;
	padding:5px 10px 5px 10px;
	background-color:#005294;
	color:#FFFFFF;
}

#content-middle-content {
	width:590px;
	margin:0px auto;
}

#content-middle-content h1.search {
	margin:0px 0px 20px 0px;
}

#content-middle ol, #content-middle ul {
	margin:0px 0px 0px 40px;
}

#content-right {
	width:175px;
	margin:0px 10px 0px 10px;
}

#content-right form input[type=text] {
	width:155px;
	height:25px;
	padding:0px 10px 0px 10px;
	background-color:#FDC400;
    /*    background-color:#005294;*/
	border:0px;
	color:#FFFFFF;
	font-size:14px;
}

#content-right-content {
	width:100%;
	margin:30px 0px 0px 0px;
	/*width:155px;
	min-height:50px;
	padding:10px 10px 10px 10px;
	background-color:rgba(229, 229, 229, 0.6);
	text-align:center;*/
}

/**
* Footer settings
*/

#footer {
	width:100%;
	height:140px;
	position:relative;
	background-color:#005294;//#CD071E;
	color:#FFFFFF;
	font-size:10px;
}

#footer .footer-container {
	width:225px;
	margin:20px 0px 0px 20px;
}

#footer .footer-container h2 {
	color:#FCC400;//white;
}

#footer .footer-container p {
	line-height:16px;
}

#footer .footer-container p a {
	color:#FFFFFF;
}

#footer .footer-container p a:hover {
	color:#FCC400;//#005294;
}