/* CSS Document */


body {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../gfx/bg_head_bold.gif);
	text-align: center;
	text-decoration:none;
	background-position: center top;
	background-repeat: no-repeat;
	   }
/* Zentrieren von nachfolgenden DIV-Blöcken */
div {margin: 0 auto;}

.header {
	top: 0px;
	width: 1000px;
	height: 200px;
	padding: 0px 0px 0px 0px;
	}	

.menu {
    color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 65px 20px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}

* html a.menu {border: 0px solid #ffffff;}
* html a.menu {border: 0px solid #4fa600;}
.menu img {border: 0px solid #ffffff;}
.menu img:hover {border: 0px solid #4fa600;} 

a#motiv01 img {height: 30px; width: 182px;}
a#motiv02 img {height: 30px; width:195px;}
a#motiv03 img {height: 30px; width: 85px;}
a#motiv04 img {height: 30px; width: 180px;}

a#motiv01 img {background: url(blank.gif) top left no-repeat;}
a#motiv02 img {background: url(blank.gif) top left no-repeat;}
a#motiv03 img {background: url(blank.gif) top left no-repeat;}
a#motiv04 img {background: url(blank.gif) top left no-repeat;}
a#motiv05 img {background: url(blank.gif) top left no-repeat;}

a#motiv01:hover img {background: url(blank.gif) top left no-repeat;}
a#motiv02:hover img {background: url(blank.gif) top left no-repeat;}
a#motiv03:hover img {background: url(blank.gif) top left no-repeat;}
a#motiv04:hover img {background: url(blank.gif) top left no-repeat;}
a#motiv05:hover img {background: url(blank.gif) top left no-repeat;}


.menu2 {
	color: #666666;
	font-family: Lucida sans unicode, "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 15px 0px 0px 820px;
	font-size: 14px;
	text-align: left;
}

.menu2 a {
	text-decoration: none;
	color:  #000000;
	outline: none;
	}
.menu2 a:visited {
	color:  #000000;
	}
.menu2 a:active {
	color:  ##ED4005;
	}
.menu2 a:hover {
	color: #ED4005;
	text-decoration: underline;
	}
	

