/*<![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: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small;
	font-size: 100.01%;
	background: #b5b2ab url(images/body_bg.gif) top left repeat;
}

#druckadresse, #logodruck {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

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


form {
	padding: 0;
	margin: 0;
}

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

h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 15px 0;
	color: #333;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.15em;
	padding: 0 0 0px 0;
	margin: 0px 0 10px 0;
}

h3 {
	font-size: 1.10em;
	font-weight: bold;
	padding: 0;
	margin: 0px 0 3px 0;
	color: #0033cc;
}

h4 {
	font-size: 1.0em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

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

.hr {
	border-bottom: 1px solid #bdcdf4;
	margin: 0;
}

hr {
	border: 0px;
	border-bottom: 1px solid #bdcdf4;
	padding: 0;
	margin: 5px 0;
}

.hr hr {
	display: none;
}

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

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

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Seitenrahmen */
#seite {
	width: 796px;
	padding: 0;
	margin: 0 auto;
	font-size: 0.85em;
	line-height: 1.3em;
}

#seite-bg {
	float: left;
	width: 780px;
	padding: 0 8px;
	background: url(images/seite_bg.gif) top center repeat-y;
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Startseite */
#startseite {
	float: left;
	width: 780px;
	/*height: 575px;*/
	height: 700px;
	background: url(images/azur-solar-start.jpg) top left no-repeat;
}

#startseite #sprachen {
	float: right;
	width: 150px;
	padding: 40px 30px 0 0;
	color: #fff;
	font-size: 0.9em;
}

#startseite #sprachen ul {
	list-style: none;
	margin: 16px 0 0 4px;
	padding: 0px;
}
#startseite #sprachen ul li {
	float: left;
	clear: both;
	width: 135px;
	margin: 0px;
	padding: 0px;
	height: 34px;
	white-space: nowrap;
}

#startseite #sprachen a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding: 0 0px 0 0;
}

#startseite #sprachen a b {
	float: left;
	padding: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 2.0em;
	font-weight: bold;
}

#startseite #sprachen a:hover,
#startseite #sprachen a:hover b {
	color: #ffaa00;
}

#startseite #starttext {
	float: left;
	font-size: 0.9em;
	line-height: 1.25em;
	width: 710px;
	padding: 260px 0 0 75px;
}

#startseite #starttext p {
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Titel */
#titel {
	float: left;
	width: 780px;
	height: 200px;
	background: url(images/titel/titel_inhalt.jpg) top left no-repeat;	
}

#titel.start {
	float: left;
	width: 780px;
	height: 200px;
	background: url(images/titel/titel_start.jpg) top left no-repeat;	
}


#titel #logo {
	float: left;
	padding: 95px 0 0 20px;
}



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

#footer {
	float: left;
	margin: 0px 0 0 0px;
	padding: 5px 0 5px 0;
	width: 780px;
	font-size: 0.8em;
	color: #ccc;
	background: #333333;
}

#footer p {
	padding: 0px;
	margin: 0 0 0px 0;
	text-align: center;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #ffaa00;
	text-decoration: underline;
}

#footer #webdesign a {
	color: #a6a5a5;
}
#footer #webdesign a:hover {
	color: #fe860c;
}

#footer #webdesign strong {
	display: none;
}

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

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

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

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

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

.gruen {
	color: #008000;
}

.grau {
	color: #666;
}

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

/*]]>*/ 
