@charset "utf-8";
/* CSS Document */

@import "form.css";

html {
	padding: 0;
	margin: 0;
	height: 100.1%;
	color: #ffffff;
	text-align: center;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

img {
	position: relative;
}


body {
	height: 100.1%;
	padding: 0;
	margin: 0;
	background-image: url(../img/bg-pattern.jpg);
	background-repeat: repeat-x;
	background-color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

#around {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	margin-bottom: -110px;
	text-align: left;
}

#header {
	width: 900px;
	height: 80px;
	border-bottom: 2px solid #74ac00;
	float: left;
	background-image: url(../img/header-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 42px;
}

#leftcol {
	padding-top: 30px;
	width: 175px;
	float: left;
	background: url(../img/bg-header-pattern.gif);
	background-repeat: repeat-x;
}

#centercol {
	width: 725px;
	float: left;
	background: url(../img/bg-header-pattern.gif);
	background-repeat: repeat-x;
	background-position: -5px 0;
}

#headline {
	width: 450px;
	height: 50px;
	/*background: url(../img/bg-header-pattern.gif);*/
	float: left;
	margin-bottom: 25px;
}

#ColLeft {
	width: 480px;
	/*margin-left: 25px;*/
	float: left;
	/*margin-top: 20px;*/
	font-size: 15px;
	line-height: 150%;
	display: inline;
}

#ColFull {
	width: 725px;
	/*margin-left: 25px;*/
	float: left;
	/*margin-top: 20px;*/
	font-size: 15px;
	line-height: 150%;
	display: inline;
}

#ColRight {
	width: 200px;
	margin-right: 3px;
	float: right;
	margin-top: 47px;
}

#ColRight img {
	border: 1px solid #eeeeee;
	margin-top: 15px;
}

#ColRight img:hover {
	border: 1px solid #74ac00;
}

#ColRight img.imgfollow {
	margin-top: 15px;	
}

.push {
	height: 110px; /* .push must be the same height as .footer */
}

#footer {
	clear: both;
	width: 900px;
	height: 110px;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* Standard Links */

a, a:link, a:visited, a:active {
	color: #74ac00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.fileLink {
	margin-left: 25px;
	font-weight: bold;
}

/* ########################
SLIDEVIEWER KLASSEN
#########################*/

/*preload classes*/ 
#ColLeft .svw {width: 478px; height: 318px; background: #242424; margin-left: 20px; border: 1px solid #74ac00;} 
#ColLeft .svw ul {position: relative; left: -9999em; padding: 0; margin: 0; background: none;} 
#ColLeft .svw ul li {
	padding: 0; margin: 0; background: none;
}
 
/*core classes*/ 
#ColLeft .stripViewer {  
position: relative; 
overflow: hidden;  
border: 1px solid #74AC00;   
margin: 0 0 1px 0;
margin-left: 20px;
} 
#ColLeft .stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
background: none;
} 
#ColLeft .stripViewer ul li {  
float:left; 
background: none;
padding: 0;
margin: 0;
} 
#ColLeft .stripTransmitter { 
overflow: auto; 
width: 1%;
margin-left: 20px;
} 
#ColLeft .stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
#ColLeft .stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
background: none;
padding: 0;
} 
#ColLeft .stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #74AC00; 
color: #fff; 
text-decoration: none; 
display: block;
} 
#ColLeft .stripTransmitter a:hover, #ColLeft a.current{ 
background: #fff; 
color: #74AC00; 
} 
 
/*tooltips formatting*/ 
#ColLeft #tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 1px solid #74AC00; 
} 
#ColLeft #tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; }
