/** **********************************************************************
  * CSS für das Projekt Wirtschaftfoerderung Wetterau
  * Beinhaltet grafische Formatierungen und Positionierungen der div
  * container aller Seitentypen, ausser Print.
  *
  * @CSS_Hack Tanteks Boxm modell hack. Schliesst IE<6 aus = voice-family: "\"}\"";voice-family:inherit;
  * @CSS_Hack Selektor hack. Schliesst IE bis 6 aus = body>html ELEMENT {}
  *
  * @author Christian Asche <ca@christian-asche.com>
  * @version 1.0 - 21.10.2005
  *
  * @colors
  */

/* Grundelemente ****************************************************** */
body{
	margin:0;
	padding:80px 50px 0 24px;
	font-family:Verdana, Arial, sans-serif;
	font-size:75%;
	text-align:left;
	color:#000;
	background:#FFF;
}
table{	border-collapse:collapse;	}
td{
	padding:2px;
	/* IE 5 */
	font-size:70%;
	/* IE6 */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:100%;
}
html>body td{
	/* Mozilla */
	font-size:100%;
}
th{
	text-align:left;
	/* IE 5 */
	font-size:70%;
	/* IE6 */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:100%;
}
html>body th{
	/* Mozilla */
	font-size:100%;
}
p{}
div{}
img{
	border:none;
	font-family:Verdana,sans-serif;
}
h1{font-size:140%;}
h2{font-size:110%;}
h3,h4,h5,h6{font-size:100%;}
a{
	color:#862627;
}
a:hover{
	color:#c83c3e;
}

/* Formularemente ****************************************************** */
form{line-height:200%;}
form hr{visibility:hidden;}
input,select{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	width:150px;
}
textarea{
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	width:150px;
	height:100px;
}
label,select{
	cursor:pointer;
}
label.left{
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
}
label.left_error{
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
	color:#F00;
}
input.error{
	background:#FCC;
}
/* Submit button */
input.right{
	margin-left:160px;
}
/* Layout ****************************************************** */

/* Logo oben links */
#bildmarke{
	position:absolute;
	top:0px;
	left:0px;
}
/* Logo oben rechts */
#wortmarke{
	display:none;
}

/* ****************************************************************
Linke Spalte
**************************************************************** */
#subnavigation{
	border-right:1px solid #FFF;
	padding:0;
	width:130px;
	height:0px;
	position:absolute;
	top:109px;
	left:0;
}
#subnavigation ul{
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
#subnavigation img{
	display:none;
}
/* ****************************************************************
Navigation
**************************************************************** */
#navigation{
	display:none;
}
/* ****************************************************************
Hauptbereich
**************************************************************** */
#content{
	margin:-135px -30px 0 120px;
}
#content .highlight{
	font-style:oblique;
	color:#000;
}
#content p{
	padding: 0 25px 0 25px;
	line-height:150%;
}
#content #breadcrumb{
	font-size:80%;
}
#content h1{
	padding: 0 25px 0px 25px;
	font-size:120%;
}
#content h2{
	color:#000;
}
#content table{
	width:99%;
}
#content td{
	border-bottom:1px solid #FFF;
	padding: 2px 25px 4px 25px;
}
#content form{
	margin:0;
}
#content form hr{
	margin:0px 0 5px 0;
}
#content li{
	margin-left:10px;
	list-style-image:url(images/system/bullet.gif);
}
.drucken{
	display: none;
}
/* ****************************************************************
Kontextsensitiverbereich rechts
**************************************************************** */
#kontext{
	width:204px;
	float:right;
	padding:0;
	margin:-100px -50px 0 0;
	border-left:1px solid #FFF;
	display:none;
}
/* ****************************************************************
Übergeordnete Navigation
**************************************************************** */
#superionavigation{
	display:none;
}
#adress{
	font-size:80%;
	text-align:left;
	margin:0;
	padding:0;
}

#vcalendar{display:none;}
.event{display: block !important;}
.printTitle{display: block;}

#feedback{ display: none;}