/*
--------------------------------
vectopower  screen style
--------------------------------*/

/* Basic Styles
-------------------------------*/
body {	
	background-color: #fff;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.1em;
	font-weight:normal;
	}
	
h2 {
	font-size: 1.1em;
	font-weight:normal;
	}
	
h3 {
	font-size: 1.1em;
	font-weight:normal;
	}
	
p,i {
	font-size: 1.2em;
	font-weight:normal;
	color: #808080;
	}
	
a {
	color: #009933;
	font-weight:normal;
	text-decoration:none;
	}

a.hover, a.active {
	text-decoration:underline;
}


/* Page Structure
--------------------------------*/

#container {
	/*float:left;*/
	background: #fff;
	width: 990px;
	margin: 0px auto;
	padding: 0;
}

#header{
	/*background-image: url(../bilder/layout/header.jpg) ;
	background-position: left top;
	background-repeat: no-repeat;*/
	float:left;
	margin: 0;
	padding: 0;
	height:120px;
	width: 990px;

}

#right{
	border-left: 1px solid #808080;
	background-position: left top;
	width: 737px;
	float: left;	
	padding: 0;
	margin:0;
	margin-bottom:10px;
}

#footer{
	/*background-position: left top;*/
	/*float:left;*/
	clear:both;
	width: 990px;
	/*height:35px;*/
       margin-left:auto;
       margin-right:auto;
}
#end{
	float:left;
	clear:both;
	width:990px;
	}

/* Footer: Line, Navi
------------------------------*/

#footer_line{
	background: transparent;
	border-top: 1px solid #808080;
	padding:0;
	margin: 15px 8px 0 8px;
}

#footer_lang  {
	width: 234px;
	float:left;
    font-size:1.2em;
	font-weight: normal;
	color: #808080;
	padding:  10px 0 10px 20px;	
}

#footer_lang  a{
	font-size:1.1em;
	color: #808080;
    text-decoration: none;
}

#footer_lang  a:hover{
    text-decoration: underline;
}


#footer_navi  {
	width: 234px;
	float:right;
    font-size:1.2em;
	font-weight: normal;
	color: #808080;
	padding: 10px 0 10px 0;	
}

#footer_navi  a{
	font-size:1.1em;
	color: #808080;
    text-decoration: none;
}

#footer_navi  a:hover{
    text-decoration: underline;
}

/*Content: Prop ,Image
-------------------------------*/
/*min height workaround for content*/
#prop {
	/*border-left: 1px solid #808080;*/
    height:500px;
    float:left;
    /*width:12px;*/
	padding: 0;
	margin: 0 10px 0 0;
}

#clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }
 
#img{
	float:left;
	/*z-index:1;*/
	padding: 0;
	margin:0;
}
/*
#img h1{
	padding: 0;
	margin: 0;
	
	}
	
#img_teaser{
	position:absolute; 
	width:300px; 
	height:150px;
	left:450px; 
	top:350px;
	border:1px solid #000000;
	background-color:#efefef;

	z-index:2;
	}
*/

#content{
/*	border-right: 1px solid #808080;*/
	width: 490px;
	float: left;	
	padding: 0;
	/*margin: 20px 10px 0 0;*/
	margin: 0;
}

#content_add{
	width: 234px;
	float: left;	
	padding: 0;
	margin:0;
	}
/* Content Text
-------------------------------*/
#text{
	float: left;
	border-right: 1px solid #808080;	
	padding: 0 20px 0 10px;
	margin: 20px 0 0 0;
	}

#text h1{
	display: inline;
	color: #808080;
	font-size: 2.0em;
	font-weight: bold;
	/*margin: 0 15px 0 0;*/
}

#text h2{
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
}

#text h2 a{
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
}

#text h3{
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	color: #808080;
}

#text p{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	color: #808080;
}

#text b{
	color: #808080;
}

 #text ul{
	list-style-type: square;
	list-style-position: outside;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 15px 0 0 20px;
	padding: 0 0 0 20px;
}

#text li{
	color: #808080;
}

#text a{
	/*font-size: 100%;*/
	font-weight: normal;
	line-height: 1.4em;
	color: #808080;
	text-decoration:none;
}

#text a:hover{
	text-decoration:underline;
}
/* Content Text Styles
-----------------------------------*/
#content_add_text{
	float: left;	
	padding: 60px 10px 0 10px;	
	}
/*
#content_add_text h1{
	display: inline;
	color: #808080;
	font-size: 2.0em;
	font-weight: bold;
	margin: 0 15px 0 0;
}

#content_add_text h2{
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
}

#content_add_text p{
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
}
 #content_add_text ul{
	list-style-type: square;
	list-style-position: outside;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 15px 0 0 20px;
	padding: 0 0 0 20px;
}


#content_add_text a{
	font-size: 100%;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration:none;
}

#content_add_text a:hover{
	text-decoration:underline;
}
*/
#content_add_text{
	padding: 60px 10px 0 15px ;
	margin: 0;
	}
	
#content_add_text h2{
	color: #808080;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}

#content_add_text p{
	color: #808080;
	font-size: 1.5em;
	line-height:1.4em;
	font-weight: regular;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
#content_add_text a.button{
	background: transparent url(../bilder/layout/button_right.jpg) no-repeat scroll top right; 
	color: #fff;
	display: block;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 18px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	}


#content_add_text a.button span{
	/* Background left image */ 
	background: transparent url(../bilder/layout/button_left.jpg) no-repeat; 
	display: block;
	line-height: 32px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0 5px 17px;
} 


#content_add_text input:hover{
	text-decoration: underline;
} 

/* News
--------------------------*/

/* tt_news LIST -Aktuelles view  
-----------------------------*/

.news-list-container {
	padding:10px 0 0 0;
	margin:0;
}


.news-list-container h2 {
	padding: 0;
	margin:0;
}

.news-list-container h2 a {
	color:#808080;
	font-weight:bold;
	font-size: 1.5em;
	padding: 0;
	margin:0;
}


.news-list-container i{
	font-size: 1.2em;
	font-weight:normal;
	color: #808080;
	padding:0;
	margin:0;
}

.news-list-container p {
	color: #808080;
	margin:0;
	padding:0;
}


.news-list-container p a{
	color: #808080;
	margin:0;
	padding:0;
}


.news-list-container p span a{
	color: #009933;	
	margin:0;
	padding:0;
}

/* tt_news LATEST   
-----------------------------*/

.news-latest-container {
	float:left;
	padding:0;
	margin:0;
}

.news-latest-more {
	padding:0;
	margin:0;
}


.news-latest-container h2 {
	padding: 0;
	margin:0;
}

.news-latest-container h2 a{
	color:#808080;
	font-weight:normal;
	font-size: 1.8em;
}


.news-latest-container i{
	font-size: 1.2em;
	font-weight:normal;
	color: #808080;
	padding:0;
	margin:0;
}

.news-latest-container  p {
	margin:0;
	padding:0;
	
}

.news-latest-container  p a{
	font-size: 1.5em;
	font-weight:normal;
	color: #808080;
}

/* tt_news LATEST   Startseite
-----------------------------*/
.news-latest-short-container {
	float:left;
	padding:0;
	margin:0;
	/*font-size: 62.5%;*/
}

.news-latest-short-item{
	float:left;
	padding:0;
	margin:0;	
	font-size: 1.0em;
}

/*.news-latest-short-item i{
}*/

.news-latest-short-item h2{
	color: #808080;
}

.news-latest-short-item h2 a{
	color: #808080;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.4em;
}
.news-latest-short-item h2 a:hover{
	text-decoration:underline;
}


/* tt_news SINGLE -Nachrichten view  
-----------------------------*/
.news-single-backlink {
	margin:0;
	padding:0;
}

.news-single-backlink a{
	font-size: 1.5em;
	font-weight:normal;
}

.news-single-img {
	float:left;
	margin:0;
	padding:0
	}
	
.news-single-img  img{
	margin:0;
	padding:0 0 10px 0;
	}	


/* Left + Navi
-------------------------------*/
#left{
	float: left;
	width: 234px;
	margin: 0;
	padding: 0;
}

#navi{
	height: 500px;
	padding: 0;
	margin: 0 ;
}

#navi  ul{
	padding: 10px 0 0 0;
	margin: 0;
}

#navi ul li{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#navi a {
	display:block;
	padding: 0;
	margin: 0 ;
}

/* definiert die Linie unter den Untermenüpunkten des aktiven Hauptmenüpunktes*/
#navi ul li ul {
	border-bottom:1px solid #808080;
	padding: 10px 0 10px 40px;
	margin: 0 20px 0 10px;
	/*	padding: 10px 0 10px 15px;
	*/

}

#navi  ul li ul li {
	border-bottom:0pt none;
	padding:0;
	margin: 0;
}

/*
#navi ul li ul li ul{
	border-bottom:0pt none;
	padding: 6px 0 6px 15px;
	margin: 0 ;
}

#navi ul li ul li ul li{
	border-bottom:0pt none;
	padding: 0;
	margin: 0 ;
}

#navi ul li ul li ul li ul{
	border-bottom:0pt none;
	padding: 6px 0 6px 20px;
	margin: 0 ;
}

#navi ul li ul li ul li ul li{
	border-bottom:0pt none;
	padding: 0;
	margin: 0 ;
}
*/

#navi li li a, #navi li li a,  #navi li li li a{
	border-bottom:0pt none;
	padding: 0;
	margin: 0;
}


#navi .nav {
	list-style-type:none;

	
}
#navi .nav a {
		text-decoration:none;
	}
		
#navi .nav a:hover {
		font-weight: bold;
}
/* definiert die Linie der inaktiven Hauptmenüpunktes*/
 #navi .nav1 {
	border-bottom:1px solid #808080;
	font-weight: bold;
	font-size: 1.6em;
	color: #808080;
    text-decoration: none;
	padding: 10px 0 10px 15px;
	margin: 0 20px 0 10px ;
}

 #navi .nav1X {
 	
	border-bottom:1px solid #808080;
	font-weight: bold;
	font-size: 1.6em;
	color: #009933;
    text-decoration: none;
	padding: 10px 0 10px 15px;
	margin: 0 20px 0 10px ;
}

#navi .nav1Active {
	border-bottom:0px none;
	font-weight: bold;
	font-size: 1.6em;
	color: #009933;
    text-decoration: none;
	padding: 10px 0 2px 25px;
	margin:0;
}

#navi .nav2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #808080;
	text-decoration: none;
	padding: 0;
	margin: 0 ;
}

#navi .nav2Active {
	font-weight: bold;
	font-size: 1.4em;
	color: #009933;
	text-decoration: none;
	padding: 0;
	margin: 0 ;
}
/*

#navi .nav3 {
	font-weight: normal;
    font-size: 1.2em;
	color: #808080;
    text-decoration: none;
	padding: 0;
	margin: 0 ;
}

#navi .nav3Active {
	font-weight: bold;
    font-size: 1.2em;
	color: #808080;
    text-decoration: none;
	padding: 0;
	margin: 0 ;
}

#navi .nav4{
    	font-size: 1.2em;
	font-weight: normal;
	color: #808080;
    	text-decoration: none;
	padding: 0;
	margin: 0 ;
}

#navi .nav4Active {
	font-size: 1.2em;
	font-weight: bold;
	color: #808080;
    	text-decoration: none;
	padding: 0;
	margin: 0 ;
}
*/


/* Mailform css
-------------------------*/

.formular {
	width:459pX;
	padding: 0;
	margin: 0;
}

label {
	font-size: 1.4em;
	font-weight:normal;
	color: #808080;

}

input {
	border:none;
	color: #808080;

}

.mf-input {
	border: 1px solid #C0C0C0;
	margin-top: 3px;
	margin-bottom: 9px;
}


.mf-text {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.4em;
	color: #808080;
	border: 1px solid #C0C0C0;
	margin-top: 3px;
	margin-bottom: 9px;
	width: 450px;
}


.mf-submit {
	font-family: "Arial", Helvetica, sans-serif;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration:none;
	height: 32px; 
	width: 170px;
	background: transparent url(../bilder/layout/button.jpg) no-repeat; 
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
} 

.mf-submit input:hover{
    text-decoration: underline;
}

.mf-comment div span{
	font-size: 1.4em;
	color: #808080;
	padding-top: 3px;
	
}


.mf-comment div h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #808080;
}

.mf-comment {
	width: 450px;
}

legend {
	padding-left:10px;
	padding-right:10px;
	border: 0px;
}

fieldset {
	border:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #C0C0C0;
}

.radiolayout {
	width:60%;
	padding-top:15px;
	padding-bottom:15px;
}


.mf-radio {
	border:0px;
}


.mf-check {
	border: 0px;
}
.mf-select {
	border:0px;
}

