/* Css document by Svein Erik Storkaas - CssTemplatesWeb.com | 2008 */

* {
 padding: 0;
 margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-image:url(images/bg-tile.gif);
	background-repeat:repeat;
}
#wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #8ECE5F;
 margin: 20px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 

#header {
 margin: 6px 5px 3px 5px; 
 background-image:url(img/verlaufundlogo.gif);
 background-repeat:no-repeat;
 height:140px;
}

#headertext
{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#009966;
	margin:0px;
	float:none;
	clear:none;
	font-style: italic;
	line-height: 35px;
	font-weight: 700;
	font-variant: small-caps;
	text-align: left;

}
#headerlogo
{
	margin:0px 0px 0px 0px;
	float:none;
	clear:none;

}
#headertextsmall
{	
	width:250px;
	height:30px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#fff;			
	padding-right:50px;
	padding-top:60px;
	float:right;
	
}

/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 770px;
padding-left:5px;
background-repeat:no-repeat;
}

/*MEUNU*/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	
	background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.left-mid {
 background-image:url(images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}

/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 1px;
 margin-bottom: 7px;
}

* html .in-the-news {
	height: 125px;
} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px;
 display: inline; /* IE Hack */
 width: 520px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:500px} /* IE Min-Height Hack */ 

#highlightnews {
	height:780px;
	background-repeat: repeat-x;
	text-align: left;
	display: inline;
	float: left;
	width: 517px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 5px;

}


#highlightnews img
{
	float:left;
	padding-right:10px;	
}

* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
	min-height: 80px;
	display: inline;
	float: left;
	margin-bottom: 7px;
	width: 530px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.content-mid img
{
	float:left;
	margin:3px 10px 14px 0px;
}

.randompicture
{
background-image:url(images/left-mid.gif);
background-repeat: repeat;
text-align:center;
padding:5px 0px 5px 0px;
overflow:hidden;	
}

.left-heading {
	background-image:url(images/left-heading.gif);
	background-repeat: no-repeat;
	padding: 9px 14px 5px 10px;
}
.left-heading h3
{
	font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #72C236;
}
h6 {
	font-size: 16px;
	color: #72C236;
	text-decoration: underline;
}
/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #8ECE5F;
 width: 200px;
}



#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}


ul#daily-links li {
	list-style: none;
	margin-left: 2px;

}
ul#navilinks li {

 	padding-top: 4px;

 
}

ul#navilinks li a:link{
 color: #009966;
 text-decoration: none;
 font-weight: bold;
 
}
ul#navilinks li a:visited{
 color: #00C838;
 text-decoration: none;
 font-weight: bold;
}

ul#navilinks li a:hover{
 color: #00C838;
 text-decoration: none;
 font-weight: bold;
 
}

.navilinks1 {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 0px;
}

a:link {
 color: #006600;
 text-decoration: none;
}
a:visited {
 color: #006600;
 text-decoration: none;
}

.valid {
 margin: 10px 0px 0px 10px;
}
.ohnerahmen {
	border: 0px none;

}
.linktext {
	width:180px;
	height:10px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#009966;
	float:none;
	clear:none;
	font-style: oblique;
	line-height: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	margin: 0px;

}
.headinclude {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #72C236;
	padding-left: 10px;

}
.textinclude {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #336633;

}

.textincludekl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #336633;
}


.bginclude {
	background-image: url(images/bg_include.jpg);
}
a:hover {
	color: #009966;
}
.formfeld {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;
	font-size: 12px;
}
.left-heading h2 {
	font-size: 12px;
	color: #fff;
	min-height: 11px;
	font-weight: bold;
}
.ul1textinclude {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	color: #336633;
	list-style-type: circle;
}
.rotFett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.rot {
	color: #F00;
}
