/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */
* { 
	margin: 0; 
	padding: 0;
	font-family: "Trebuchet MS",Times,Arial,Verdana;
	font-size:16px;
	color:#000000;
	font-style:none;
	font-weight:normal;
}

.button{
	/*width: 113px;
	height: 27px;*/
	background-color:transparent;
	/*background-image: url(../img/bg_button.png);*/
	cursor: hand;
}
.inputbox_trans{
	/*width: 113px;
	height: 27px;*/
	background-color:transparent;
	color:#ff0000;
}

h1, h2, h3		{font-family: Arial, Helvetica, sans-serif; margin: 20px 0px 30px 0px;}
h1 				{font-size:22px; font-weight:700; color:#000000;}
h2 				{font-size:16px; font-weight:600; color:#000000; margin: 0px;}
h3				{font-size:16px; font-weight:400; color:#000000;}

h1 {
	letter-spacing:3px;
}

h3 {
	font-size:22px;
	letter-spacing:3px;
	margin: 20px 0px 0px 0px;
}

.font3 {
	font-size:14px;
}

.font4 {
	font-size:12px;
}

.font3_fett {
	font-size:14px;
}

a, a:visited, a:active, a:hover							{text-decoration: none; font-weight:bold;}

A.center:link, A.center:visited, A.center:active 		{COLOR: #4a4a4a; font-weight:bold; TEXT-DECORATION: underline;}
A.center:hover											{TEXT-DECORATION: none;}


/* HELLBLAUER HINTERGRUND FÜR DIE BROWSERSEITE */
html, body { background-color: #9ABFE4; background-image: url(../img/background.png); }

/****************************************************************
* NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST
* BANNER, 2 x NAVIGATION, INHALT MITTE, NEWS RECHTS, FUSSZEILE
****************************************************************/
#container {
	width: 1000px;
	min-height: 700px;
	margin: 0px auto;
}

#banner {
	width: 1000px;
	height: 44px;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
}

#banner h1 {
	letter-spacing:5px;
	padding: 20px 35px 0px 35px;
}

#banner h1 a, a:visited, a:active, a:hover {
	text-decoration: none;
	font-weight:bold;
}

#menue {
	clear: both;
	width:1000px;
}

#navigation_left {
	float: left;
	width: 24px;
	height: 30px;
	background-image: url(../img/navigation_left.png);
	background-repeat: repeat-y;
}

#navigation {
	float: left;
	width: 952px;
	height: 30px;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
}

/*
#navigation a, a:visited, a:active, a:hover {
	display: block;
	font-size: 16px;
	text-decoration: none;
	font-weight:bold;
}
*/

#navigation .underline {
	text-decoration: underline;
	font-weight:bold;
}

#navigation ul li {
	float: left;
	width: 120px;
	line-height: 30px;
	height: 30px;
	list-style-type: none;
	padding: 0px 0px 0px 35px;
	background-image: url(../img/button.png);
	background-repeat: no-repeat;
}

#navigation ul li:hover {
	float: left;
	width: 120px;
	line-height: 30px;
	height: 30px;
	list-style-type: none;
	padding: 0px 0px 0px 35px;
	background-image: url(../img/button_hover.png);
	background-repeat: no-repeat;
}

#navigation .active {
    background-image: url(../img/button_active.png);
}

#navigation_right {
	float: right;
	width: 24px;
	min-height: 30px;
	background-image: url(../img/navigation_right.png);
	background-repeat: repeat-y;
}

#content {
	clear: both;;
	width: 1000px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat;
}

#center {
	width: 930px;
	min-height: 599px;
	background-image: url(../img/content_center_copyright.png);
	background-repeat: no-repeat;
	margin: 0px 24px 0px 24px;
	padding: 10px 11px 10px 11px;
}

#center ul {
	padding: 0px 0px 0px 24px;
}

#center ul ul {
	padding: 0px 0px 0px 34px;
}

A.center:link, A.center:visited, A.center:active 		{COLOR: #4a4a4a; font-weight:bold; TEXT-DECORATION: underline; font-size: 14px;}
A.center:hover											{TEXT-DECORATION: none; font-size: 14px;}

#footer {
	width: 1000px;
	height: 24px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
}

.foot {
	padding: 15px 35px 5px 35px;
}

/*------------- Download-Area ------------- */

.DLfont {
	font-family:Verdana,Arial,Helvetica;
	Font-Size:10px;
	color: #444444;
	font-weight:100;
}

A.DLfarbe:link  	{ color: #000; text-decoration : none; }
A.DLfarbe:visited 	{ color: #000; text-decoration : none; }
A.DLfarbe:active 	{ color: #000; text-decoration : none;}
A.DLfarbe:hover 	{ color: #000; text-decoration : underline;}

/*
.hidepics {
  width:0px;
  height:0px;
  display: none;
}
*/
