* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	background-color: #fff;	
}

html {
	height:100%;
	margin-bottom:1px;
}
 
body {
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.7em;	
} 
 
a, a:visited {
	text-decoration: none;
	font-weight: bold;	
}
  
a:hover, a:active, a:active {
	text-decoration: none;	
	font-weight: bold;	
    color: #00ff00;	
}

/* Headers */
#head { 
	margin: 0 auto;
	width: 900px;
	padding: 35px 30px 35px 20px;
	height: 102px;
}

h1 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-style: italic;
	color: #000;
	text-decoration: none;
	border: none;
	font-size: 140%;	
	line-height: 1.6em;
}


/* Navigation */
#navigation {
	margin: 0 auto;
	width: 890px;	
	padding: 3px 0 3px 0;
	border-top-style: solid;
	border-top-color: #00ff00;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00ff00;
	border-bottom-width: 2px;		
}

#navi_elements1 {
	width: 100px;
	float: left;
}

#navi_elements2 {
	width: 80px;
	float: right;
}

/* subnavigation */
.subnavigation {
	margin: 0 auto;
	width: 890px;		
	padding: 6px 0 10px 0;
	border-bottom-style: solid;
	border-bottom-color: #00ff00;
	border-bottom-width: 1px;	
}

.subnavi_elements_left {
	width: 360px;
	float: left;
}

.subnavi_elements_middle {
	width: 360px;
	margin-right: 170px;
	float: right;
}

.subnavi_elements1 {
	width: 180px;
	float: left;
}

.subnavi_elements2 {
	width: 180px;
	float: right;
}

/* navigation links */
ul , li{
	list-style: none;
    margin: 0px;
    padding: 0px;
}

li a:link, li a:visited   {
    text-decoration:none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
	font-weight: bold;
    font-size: 1.1em;
	line-height: 1.2em;		
}

li a:active, li a:hover, li a:focus {
    text-decoration:none;
    color: #00ff00;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
	font-weight: bold;
    font-size: 1.1em;
	line-height: 1.2em;			
}

/* Newsletter form */
#form {
	margin: 0 auto;
	width: 890px;	
	padding-top: 4px;
}

#myForm {
	width: 250px;	
	padding-top: 8px;
	padding-bottom: 2px;	
}

input, textarea  { 
    font-size: 1.2em;
	line-height: 1.6em;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-color: #00ff00;
	border-width: 1px;
	margin-bottom: 10px;
	width: 240px;
	height: 20px;
}

textarea  { 
	height: 120px;
}

#submit {
    text-decoration:none;
    color: #000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
	background-color: #00ff00;
	font-weight: bold;
    font-size: 1.1em;	
}

/* Main content */
.main {
	margin: 0 auto;
	width: 890px;	
	padding-bottom: 1px;	
}

.content {
	margin: 0 auto;
	width: 890px;
	padding-top: 15px;
	border-bottom-style: solid;
	border-bottom-color: #00ff00;
	border-bottom-width: 2px;	
}

.content #welcome {
	color: white;
}

/* Content out of 2 parts */
.neu1 {
	width: 250px;
	float: left;
}

.neu2 {
	width: 600px;
	padding-top: 7px;	
	float: right;
}

.info1 {
	width: 340px;
	float: left;	
}

.info2 {
	width: 510px;
	padding: 7px 0 0 10px;
	float: right;
}

.ref1 {
	width: 508px;
	padding: 7px;	
	float: left;
}

.ref2 {
	width: 250px;
	padding-right: 80px;
	float: right;
}

.kontakt {
	width: 400px;
}

.clear {
	clear: right;
	clear: left;
}

#content_newsletter {
	height: 340px;
}

#ref1 {
	height: 420px;
}

#ref2 {
	height: 420px;
}

p {
	text-align: left;
	padding-bottom: 13px;
}

.pre {
	white-space: pre;
}

/* divs for jquery cylcle js */
.pics {  
    width: 508px;
    height: 338px;    
    padding: 0;  
    margin: 0; 
} 

.pics img {  
    width: 508px;
    height: 338px;    
    padding: 0;  
    margin: 0; 
} 