@charset "utf-8";
html, body {
height: 100.1%;
}
body {
	background-attachment: fixed;
	background-image: url(../img/layout/bg_sym.jpg);
	background-repeat: repeat;
	margin: 0;
	font-size: 10px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 10px 0;
	font-size:14px;
	color: #97bd00;
}
h2 {
	font-size: 15px;
}

h3 {
	margin: 15px 0 1px 0;
	cursor: pointer;
	height: 75px;
	outline: none;	
}
a {
	color: #000000;
}
img {
	border: 0;	
}
a:hover {
	color: #e2007a;
	text-decoration:none;
}
#navigation {
	height: 15px;
	margin: 45px 15px 10px 15px;
	;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#navigation ul {
	list-style-type: none;
	list-style-image: none;
}
#navigation li {
	font-size: 17px;
    float: left; 
    margin-right: 30px; 
}
#navigation li a {
	color: #506370;
	text-decoration: none;
}
#navigation li a:hover {
	color: #adcb39;
}
#head {
	margin: 0 15px;	
}
#subBoth {
	margin: 10px 15px;	
}
#subLeft {
	margin: 10px 10px 10px 15px;
	width: 358px;
	float:left;
}
* html #subLeft {
	display: inline;  /* IE only || Star HTML - Double Float Hack*/
}
#subRight {
	margin: 10px 15px 10px 0;
	width: 358px;
	float: left;
}
abbr {
	color: #546674;
}
#interactive {
	margin: 10px 15px;
}
.proLeft, .proRight {
	margin-top: 5px;
	padding-left: 1px;
	width: 357px;
	float: left;
}
.proRight {
	margin-left: 10px;
}
.proTitle h2 {
	padding: 7px 0 5px 1px;
	border-bottom: dashed 1px #666;
}
.proDate, .proJobs, .proLink {
	padding: 5px 0 5px 1px;
	border-bottom: dashed 1px #666;
}
.proLink a {
	color: #E2007A;
	text-decoration: none;	
}
.proLink a:hover {
	text-decoration: underline;	
}
.news {
	margin-bottom: 10px;
	padding: 5px;
	height: 87px;
	background-image: url(../img/layout/grey.jpg);
	line-height: 17px;
}
.newsImg {
	width: 85px;
	height: 85px;
	float:left;
	border: 1px solid #FFF;
}
.news h4 {
	width: 250px;
	color: #FFFFFF;
	font-size:15px;
	display: inline;
	float: left;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 6px;
}
.newsText {
	font-size: 10px;
	margin-left: 7px;
	float:left;
	width: 250px;
	color:#FFF;
}
.newsLink a {
	margin-left: 7px;
	float:left;
	width: 250px;
	color:#FFF;
	font-size:10px;
}
.accordion {
	background: #fff;
	overflow: hidden; 
	height: auto;
}
.aboutHeadL, .aboutHeadR {
	padding-left: 1px;
	width: 357px;
	float: left;
}
.aboutHeadR {
	margin-left: 10px;
}
.about_both {
	width: 725px;
	margin-top: 10px;
	border-bottom: dashed 1px #666;
}
.about_left {
	width:150px;  
	float:left
}
.about_right {
	width:500px;  
	float:left
}
.CollapsiblePanelContent ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	
}
.CollapsiblePanelContent li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../img/layout/listpoint.gif);
	width:400px;
}
/*  KONTAKT-FORM  */

input, textarea  {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f9f9f9;
	font-size: 11px;
	padding-left:3px;
}
.correctform {
	border-right: 1px solid #BBBBBB;
	border-left: 2px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-top: 2px solid #BBBBBB;
	color: #000000;
}
.wrongform {
	border-right: 1px solid #e2007a;
	border-left: 2px solid #e2007a;
	border-bottom: 1px solid #e2007a;
	border-top: 2px solid #e2007a;
	color: #000000;
}
#video {
	background-color: #000;
	text-align: center;
	padding: 25px;
	margin: 25px 0;
}
#color {
	background-image:url(../img/layout/blue.jpg);
	height: 131px;
}

#color h4 {
	width: 250px;
	color: #FFFFFF;
	font-size:15px;
	display: inline;
	float: left;
	font-weight: bold;
	margin: 6px 0 1px 100px;
	
}
#color a {
	margin-left: 100px;
	float:left;
	width: 250px;
	color:#FFF;
	font-size:10px;
}

