@import url("Formular.css");
@import url("Tabellen.css");
@import url("Info.css");
@import url("Seiten.css");
@import url("imageflow.css");

/*
----------------------------------------
script name : style.ccs
script autor: Johann Glechner GJweb e.U.
änderung von: Johann Glechner
erstellt am : 21.02.2010
geändert am : 21.02.2010
----------------------------------------
*/

body {
	margin: 0px;
	background-color: #CDCDCD;
  font-size: 100.01%;
  color: #222;
}

img.seitentitel			{width: 575px; height: 6px;}

#container_big {
	width: 1200px;
	padding: 0px;
	margin: 0px;
}

#container {
	float: left;
	position: relative;
	width: 1200px;
	top: 8px;
	text-align: left;
	padding: 0px;
	border: 0px solid #fff;
}


#header {
	float: left;
	position: relative;
	width: 1200px;
	height: 161px;
	text-align: left;
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px solid #ff0000;
}


#info { 	
	float: right;
	position: absolute;
	right: 25px;
	top: 130px;
  border: 0px solid #000;
	font: bold 16px Arial;
	color: #F6C20C;
	z-index: 10;
}

#info a, #info a :visited, #info a :active
    { padding: 0px 8px 0px 8px; color: #F6C20C; text-decoration: none;}
#info a:hover 	{color: #fff; text-decoration: none; border-bottom: 3px solid #F6C20C; background: #213E78;}

b.newsletter_info {	font: bold 26px Arial; color: #ff0000;}



#preloader {
	position: relative;
	top: 13px;
	left: 35px;
	z-index: 500;
}
img.preloader			{width: 100px; height: 100px;}


#content {
	float: left;
	width: 1200px;
	text-align: left;
	padding: 0px;
	background-image: url(img/conntent.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#main {
	float: left;
	width: 585px;
	padding: 5px 5px 5px 5px;
  border: 0px solid #000;
}
	

#left {
	width: 245px;
	float: left;
  border: 0px solid #000;
	padding: 5px 4px 5px 4px;
}


#news_angebote {
	width: 205px;
	float: left;
	background-color: #e0d6b9;
}

/* News Scroller ANFANG */
#marqueecontainer{
position: relative;
width: 229px; /*marquee width */
height: 250px; /*marquee height */
background-color: #FABA1A;
overflow: hidden;
text-align: left;
border: 1px solid #707070;
padding: 5px;
z-index: 9;
}
#marqueecontainer img {width: 90%; height: 90%; border: 1px solid #000000;}
#marqueecontainer table {width: 220px; height: 99%; }
#marqueecontainer td {width: 220px; height: 99%; }
#marqueecontainer tdbody {width: 220px; height: 99%; }

#marqueecontainer a 				{color: #000000; text-decoration: none;}
#marqueecontainer a:hover 	{color: #000000; background-color: #FFFFFF; text-decoration: none;}
/* News Scroller ENDE */	

#footer {
	float: left;
	position: relative;
	font-size: 90%;
	width: 1200px;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-y;
	color: #eaeaea;
	padding: 5px 20px 5px 20px;
	height: 29px;
}

#footer-navigation
{
	float: right;
	position: absolute;
	height: 50px;
	right: 50px;
	top: 10px;
	text-align: left;
	font: bold 14px Arial;
	vertical-align: middle;
	color: #F6C20C;
}
#footer-navigation a, #footer-navigation a :visited, #footer-navigation a :active
    { padding: 0px 8px 0px 8px; color: #F6C20C; text-decoration: none;}
#footer-navigation a:hover 	{color: #fff; text-decoration: none; border-bottom: 3px solid #F6C20C; background: #213E78;}

#disclaimer
{
	float: left;
	position: absolute;
	height: 22px;
	width: 189px;
	left: 10px;
	top: 3px;
	text-align: left;
}


#admin_seite
{
	position: relative;
width: 1004px;
z-index: 9999;
}
p   {line-height: 1.3;}

p.red { font-size: 130%; color: #ff0000; } 

hr { border:solid #707070 3px; height:1px;}

b.seitenfehler { font: bold 15px Arial; color: #000; } 

b.user_green	{ font: bold 16px Arial; color: #00FF00; }
b.user_red		{ font: bold 16px Arial; color: #FF0000; }
b.user_orange	{ font: bold 18px Arial; color: #F26A36; }

#box {
position:relative; top:0px; left:0px; 
z-index:3;}

#box a {
color:#ffffff;
font:bold 16px arial, verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
border:0px solid black;}

#box a:hover {
color: #FFF;
background:#203F78;
width:350px;}

#box a span {display:none;}

#box a:hover span {
color: #FFF;
background:#878787;
font:bold 12px arial, courier, sans-serif;
text-decoration: underline;
border:1px solid black;
display:block;
padding:10px;}



