@import url("reset.css");
/* @group GENERAL STYLE */
body {
	font: 14px "Lucida Grande",Helvetica,Arial,sans-serif;
	color: #333;
    line-height: 175%;
	background: url(/css/layout/body-bg.png) repeat-x 0 0px;
}
a {
	color: #0066aa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

.home_box{
    float:left;
    width:270px;
    margin:0px;
}

.home_img img{
    position:relative;
    width:250px;  
    height:125px;
    padding:2px;
    border:3px solid #ddd !important;
    background-color:#f3f3f3;
}    

span.home_img_text{
    display:block;
    margin-top:40px;      
    margin:0;             
}



.hidden {
	display: none;
}
.left-15 {
	margin-left: 15px;
}

h1, h2 {
	letter-spacing: 1px;
	font-weight: normal;
}

h1 {
	font-size: 36px;
	color: #0066aa;
	line-height: 1em;
	margin-bottom: 20px;
}
h2 {
	font-size: 24px;
}

h2 a:hover, h3 a:hover{
    text-decoration: none !important;
}

h3 {
	font-size: 18px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* @end */


table{ 
    width:100%;    
}
table td, table th{
    padding:3px 8px;
    background-color:#fafafa;
    border:3px solid white;
}
table th{
    color:#fff;
    background-color:#0066aa;
}

/* @group GLOBAL POSITIONING */
#wrapper {
	width: 960px;
	margin: 0 auto;
	z-index: 2;
}
#header, #container, #footer {
	width: 960px;
	float: left;
	position: relative;
	z-index: 3;
}
#header{
    padding-top:0px;
}

#container {
	margin: 0px 0;
}
#hallo {
	background: url(/css/layout/hallo-bg.jpg) no-repeat top center;
	position: absolute;
	width: 100%;
	height: 320px;
	top: 0px;
	z-index: -1;
}
#left {
	width: 280px;
	float: left;
    margin:0px;
	padding: 10px 20px 10px 20px;
}



#right {
	width: 600px;
	float: left;
	padding: 10px 20px;
    overflow:hidden;
}
/* @end */

/* @group HEADER */
#logo {
	width: 530px;
	height: 140px;
/*	background: url(/css/layout/logo.png) no-repeat;*/
	float: left;
	margin-left: 15px;
}
.motto {
	position: absolute;
	right: 0;
	top: 55px;
	font-size: 24px;
	font-style: italic;
	letter-spacing: -1px;
/*    color: #0066aa;*/
	color: #333;
}




/* @group HEADLINE */
#headline {
	width: 960px;
	float: left;
	margin-bottom: 20px;
	z-index: 3;
}
div.slide {
	width: 310px;
	height: 245px;
	position: relative;
	float: left;
	background-color: #FFF;
	z-index: 3;
    cursor:pointer;
}
div.slide div {
	position: absolute;
	bottom:0;
	padding: 15px;
	background: url(/css/layout/dot-white-50.png) repeat;
	font-size: 12px;
	width: 280px;
	height: 80px;
	color: #000;
    display:none; 
}
div.slide div h3 {
	font-size: 18px;
}


#logo_container{
    width:300px;
    float:left;
    text-align:center;
    
    margin:0;
    margin-right:42px;
    
    padding:0;
    padding-top:10px;
/*    background-color:#fff;*/
}

.logo_desc{
display:block;
height:86px;
overflow:hidden;margin-top:10px;
font-size:22px;
letter-spacing:0px;width:300px;text-align:center;
/*color:#0066aa;*/
color:#0066aa;
line-height:110%;
}

.slogan{
display:block;width:300px;height:30px;margin-top:10px;background-color:#e73f6e;color:#fafafa;font-size:22px;font-style:italic;text-align:center;padding-top:10px;
}
/* @end */

/* @group LEFT */
#search {
	border: 1px solid #bfe6f7;
	padding: 1px;
	margin-left: -20px;
	width: 307px;
	position: relative;
}
.searchfield {
	font-size: 14px;
	padding: 3px;
	border: 0;
	background: transparent;
}
.search {
	background: url(/css/layout/searchbg.png) repeat-x;
	height: 24px;
}
.searchbutton {
	border: 0;
	background: #0066aa url(/css/layout/search-but-bg.png) repeat-x;
	color: #FFF;
	padding: 2px 20px;
	position: absolute;
	right: 2px;
	top:2px;
	cursor: pointer;
}
.searchbutton:hover {
	background-position: 0 -24px;
}
#left h2 {
	margin-top: 5px;
	margin-left: -10px;
	padding: 10px 0;
	color: #0066aa;
}
#left ul {
	margin-left: -10px;
}
#left ul li {
	margin: 15px 0;
}
span.date {
	font-weight: bold;
	color: #0066aa;
}
/* @end */

/* @group RIGHT */
#right .box {
	width: 280px;
	float: left;
	margin-right: 20px;
	padding: 20px 0;
}
#right .box h2 {
	color: #0066aa;
	border-bottom: 1px solid #bfe6f7;
	padding:10px 0;
	margin-bottom: 10px;
}

#right ul li {
    list-style: none !important;
	padding-left: 15px;
	background: url(/css/layout/li-dot.png) no-repeat top left;
	margin: 5px 0;
}
#right ol li {
	list-style: decimal;
	margin-left: 20px;
}

#right p {
	margin: 10px 0;
}
#right h2, #right h3 {
	color: #0066aa;
	padding: 10px 0;
	line-height: 1.5em;
}
#right img {
	border: 1px solid #bfe6f7;
	padding: 1px;
}
#right img.left {
	margin: 0 15px 5px 0;
}
#right img.right {
	margin: 0 0 5px 15px;
}

.text, .textarea{
    margin-top:15px;
    margin-bottom:0px;
}      

input.text, .text input, textarea {
	border: 1px solid #bfe6f7;
	background: url(/css/layout/searchbg.png) repeat-x;
	padding: 5px 10px;
	font-size: 14px;
    font-family:arial;
	width: 255px;
}
textarea {
	height: 120px;
}

form#ContactForm{
    margin-left:-10px;
}
label {    
	padding-right: 10px;
	text-align: left;
	display:block !important;
}
p.error{              
    font-size:12px;
    color:#cc0000;
    margin-top:0 !important;
    padding-bottom:0;
}

input.button {
	border: 0;
	background: #0066aa url(/css/layout/search-but-bg.png) repeat-x;
	color: #FFF;
	padding: 5px 20px;
	cursor: pointer;
}
input.button:hover {
	background-position: 0 -24px;
}
/* @end */

/* @group FOOTER */
#footer {
	border-top:1px solid #bfe6f7;
	margin-bottom: 5px;
}
#footer_content {
	padding: 10px 10px 0 10px;
}
#footer ul {
	position: absolute;
	right: 20px;
	top: 10px;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
}


/* @end */



