﻿/* ALLG
------------------------------------------------------------------------------*/

*{
  font-size:12px;
	font-family: helvetica, arial, "sans serif";
	color:#333;
}

body{
  padding:0;
  margin:0;
  background:#eaeaea url(../images/layout/bg_body.gif) repeat-y top center;
	text-align:center;
}

form{
  margin:0;
	padding:0;
}

img{
  border:0px;
}

.clear{
  clear:both;
}

.right{
  text-align:right;
}



/* CONTENT
------------------------------------------------------------------------------*/

#content hr{
  width:100%;
	height:1px;
	border:0px;
	border-top:1px solid #eaeaea;
}


#content p{
  line-height:1.5em;
}

#content p.cite{
  padding:0 0 0 10px;
	font-style:italic;
}


#content a{
  color:#333;
	text-decoration:none;
	border-bottom:1px solid #eaeaea;
}


#content a:hover{
	color:#cd44a5;
}

#content ul,
#content ol{
	line-height:1.5em;
	padding-left:30px;
}


#content h1{
	font-size:16px;
	padding-bottom:7px;
	border-bottom:1px solid #eaeaea;
}

#content h1 strong{
	font-size:16px;
	color:#999;
}

#content h2{
	font-size:16px;
  color:#999;
}

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

#content div.image img{
	padding:2px;
  border: 1px solid #eaeaea;
}




/* FORM
------------------------------------------------------------------------------*/

.error{
  background-color:#ffd4d4;
	border:1px solid #cd4444;
	color:#8a2727;
	padding:3px 5px;
	font-weight:bold;
}


fieldset{
  border:1px solid #eaeaea;
	padding:5px 5px 10px 5px;
	margin:15px 0;
}

fieldset.error{
  border:1px solid #cd4444;
	background-color:#FFF;
	font-weight:normal;
}

legend{
  font-weight:bold;
	margin-bottom:10px;
}

label{
	line-height:20px;
	vertical-align:middle;
	margin:0 5px;
}

label.txt{
  width:100px;
}

input.radio{
	line-height:20px;
  vertical-align:middle;
	margin:2px 5px 2px 2px;
}

input.txt{
	margin:0 5px;
  border:1px solid #CCC;
	padding-left:3px;
	margin:0 0 3px 0;
	width:250px;
}

.txtarea{
  border:1px solid #CCC;
	padding-left:3px;
	margin:0 5px;
	width:710px;
	height:200px;
	overflow:auto;
}

input.txt50{
	width:50px;
}

.select_md{
  width:70px;
}


/* FORM (Kontakt)*/

.kontakt{
  width:750px;
	margin:10px 0;
}

.kontakt .textfields{
  width:270px;
	float:left;
}

.kontakt .textareas{
  width:430px;
	float:right;
}

.kontakt label{
	font-size:11px;
	color:#999;
	display:block;
	margin:0 0 3px 0;
}

.kontakt input.txt{
  border:1px solid #CCC;
	padding-left:3px;
	margin:0 0 3px 0;
	width:250px;
}

.kontakt .txtarea{
  border:1px solid #CCC;
	padding-left:3px;
	margin:0 0 3px 0;
	overflow:hidden;
	width:420px;
}

.kontakt input.btn{
  border:1px solid #CCC;
	padding-left:3px;
	background-color:#eaeaea;
	cursor: pointer;
}

.kontakt i{
  color:#999;
	font-size:11px;
}







/* MENU
------------------------------------------------------------------------------*/

#menu ul,
#footer ul{
  margin:0;
	padding:0;
	list-style-type:none;
}

#menu li,
#footer li{
  float:left;
	margin:0;
	padding:0 3px 0 0;
}

#menu li a{
  color:#333;
	text-decoration:none;
}

#menu li a:hover,
#menu li a.active{
  color:#cd44a5;
	text-decoration:none;
	border-bottom:1px solid #eaeaea;
}


#footer li a{
	color:#999;
	font-size:11px;
	text-decoration:none;
}

#footer li a:hover,
#footer li a.active{
	color:#333;
	border-bottom:1px solid #eaeaea;
}

#footer a.logo365{
  width:113px;
	height:36px;
	background:url(../images/layout/logo_365.gif) no-repeat;
	text-decoration:none;
	float:right;
}

/* CONTAINER
------------------------------------------------------------------------------*/

#container{
  width:820px;
	margin:0px auto;
	text-align:center;
	background:#eaeaea url(../images/layout/bg_body.gif) repeat-y top center;
}

#header{
	height:150px;
	background:url(../images/layout/bg_header.jpg) no-repeat top center;
}

#menu{
  width:750px;
	padding:10px 0 0 ;
	margin:0px auto;
}

#content{
 text-align:left;
}

#text{
	padding:20px 40px;

}


#footer{
	text-align:left;
  width:750px;
	height:50px;
	margin:0px auto;
	color:#999;
	font-size:11px;
	padding:10px 0;
	border-top:1px solid #eaeaea;
}

