* {font-family: Arial, sans-serif; outline: none;}
img{border: 0;}
a {color: #444; text-decoration: none;}
a:hover {color: #222; text-decoration: underline;}
.clear {clear: both;}

* {
  					    -webkit-transition: .25s ease-in-out;
					    -moz-transition: .25s ease-in-out;
					    -o-transition: .25s ease-in-out;
					    -ms-transition: .25s ease-in-out;        
					    transition: .25s ease-in-out;	 
}

html {
	border: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #eee;
	color: #333;
	font-size: 12px;
}

body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.middle960{
	width: 960px;
	margin: 0 auto;	
}

 
#head{
	height: 100px;
	border-bottom: 2px solid #222;
	background-color: #fff;	
}
 
#logo{
	display: block;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
} 

#head ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	float: right;
	padding-right: 15px;	
	padding-top: 70px;
} 
 
#head ul li{
	display: block;
	float: left;	
	border-right: 2px solid #333;
	line-height: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
 
 
#head ul li a{
	color: #666;
	font-size: 16px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}

#head ul li a:hover{
	border-bottom: 2px solid #ed1c24;
	text-decoration: none;
}

#head ul li a.current{
	color: #ed1c24;
	text-decoration: none;
}

#head ul li.last{
	border-right: 2px solid transparent;;
}

strong, small{
	color: #ed1c24;	
}
 
b {
	color: #888;	
} 
 
#mapaHeadline{
	padding-top: 20px;
	clear: both;
	width: 960px;
	margin: 0 auto;
	font-size: 16px;
	color: 	#ed1c24;
	text-align: center;
}
#mapaHeadline span{
	color: #666;
	font-size: 12px;
}

#about{ 
	width: 500px;
	float: left;	 
	text-align: justify;
	padding: 30px;
	padding-top: 40px; 
} 

 
#formular{
	padding-top: 40px;
	width: 360px;
	float: right;	
	height: 400px; 
	
} 
 
small{
	font-size: 9px;
	display: block;
	position: relative;
	top: -7px;	
	padding-left: 30px;
}
 
input{
	display: block;
	font-size: 16px;
	padding: 7px;
	width: 250px;
	border: 1px solid #888;	
	margin-bottom: 10px;
	margin-left: 30px;
	color: #333;
}

input:focus{
	background-color: #ddd;
	color: #ed1c24;	
	border: 1px solid #ed1c24;
}

.error{
	background-color: #ed1c24;
	color: #fff;	
}
 
select{
	display: block;
	font-size: 16px; 
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 15px;

   background: #fff;
   width: 265px;
   padding: 7px; 
   line-height: 1;
   border: 1px solid #888;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
 
}

.nonSelected{
	color: #aaa;	
} 
 
 
#submitForm{
	display: block;
	font-size: 16px;	
}
 
 
 
  
#mapa{ 
	display: block;  
	width: 376px;
	height: 189px;
	background-repeat: no-repeat;
	background-image: url('../img/mapa.png');	 
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	 
} 
#baMap{
	position: absolute;
	top: 20px;
	left: 110px;
}
 
#bbMap{
	position: absolute;
	top: 80px;
	left: 230px;
} 
#mapa a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);		
}
 
#submitForm{
	display: block;
	padding: 10px;
	color: #fff;
	width: 90px;
	border: 1px solid #444;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	text-align: center;
	background-color: #b73e25;
	margin-top: 20px;
	margin-left: 100px;
}

#submitForm:hover{
	text-decoration: none;
	background-color: #1c9cb7;
}
 
h3{
	padding: 0;
	margin: 0;	
}
#programBB b, #programBA b{
	display: inline-block;
	width: 90px;
	font-weight: normal;
	color: #aaa;	
}
 
#programBA,
#programBB{
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 20px;
	padding-left: 50px; 
	width: 405px;
	line-height: 20px;
	
}
#programBA{
	float: left;
}
#programBB{
	float: right;
	border-left: 2px dashed #666;
}

#kontakt{
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 440px;
}
#kontakt p{
	text-align: justify;
	color: #777;
}
 
 
 
 
 
 
 