/*<![CDATA[*/ 


@import url(style_menu.css);
@import url(style_inhalt.css);
/*@import url(style_lightbox.css);*/

html {
	padding: 0px;
	margin: 0px;
}

/* Allgemein */
body {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-size: 100.01%;
	background: #333 url(images/backimage_intro.jpg) center top repeat;
	background-attachment: fixed;

}

body#body-start {
	background: #333 url(images/backimage_start.jpg) center top repeat fixed;
}
body#body-argumente {
	background: #333 url(images/backimage_argumente.jpg) center top repeat fixed;
}
body#body-infoservice {
	background: #333 url(images/backimage_info.jpg) center top repeat fixed;
}
body#body-protest-abgeben {
	background: #333 url(images/backimage_protest.jpg) center top repeat fixed;
}


#druckadresse {
	display: none;
}

a {
	color: #ffec00;
	text-decoration: none;
}

a:hover {
	color: #ffec00;
	text-decoration: underline;
}


form {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 12px 0;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #ffec00;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #ffec00;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 0px 0 0px 0;
	color: #ffec00;
}

h4 {
	font-size: 1.05em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 0;
	color: #000;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000;
}

.hr {
	height: 1px;
	margin: 0px 0 5px 0;
	padding: 0px 0 1px 0px;
	background: url(images/linie_bg.gif) bottom left repeat-x;
	clear: both;
}

.hr hr {
	display: none;
}


img {
	border: 0;
	/*margin: 0;
	padding: 0;*/
}

table {
	font-size: 1.0em;
	border: 0;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Seitenrahmen */
#seite {
	width: 832px;
	padding: 20px 0 0 0;
	margin: 0px auto 0 auto;
	font-size: 0.95em;
	line-height: 1.35em;
}

#inhalt-menu-container {
	display: block;
	float: left;
	width: 732px;
	margin: 0px;
	padding: 10px 50px;
	background: url(images/back_repeat.png) 0px 0px repeat-y;
}


/*//////////////////////////////////////////////////////////////////////////////////*/

/* Titel */
#titel {
	float: left;
	display: block;
	width: 732px;
	height: 50px;
	padding: 50px 50px 10px 50px;
	margin: 0px;
	background: url(images/back_header.png) 0px 0px no-repeat;
}



/*//////////////////////////////////////////////////////////////////////////////////*/
/* Footer */


#footer {
	float: left;
	width: 732px;
	height: 40px;
	margin: 0 0 40px 0;
	padding: 26px 50px 0 50px;
	background: url(images/back_footer.png) 0px top no-repeat;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffec00;
	text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////////////////////*/

/* Meldungen */
.meldung {
	color: #09C112;
	font-weight: bold;
}

.fehler {
	color: #cc0000;
	font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////////*/

/* Farben */
.rot {
	color: #cc0000;
}

.gruen {
	color: #008000;
}

.grau {
	color: #666;
}

em {
	font-size: 1.0em;
	color: #ffec00;
	font-weight: bold;
	font-style: normal;
}


/*//////////////////////////////////////////////////////////////////////////////////*/

/*]]>*/ 