/*<![CDATA[*/ 

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


/* Allgemein */

html, body {
}

body {
	background: #d1d1d1 url(images/body_bg.gif) top left repeat-x;
	padding: 0px;
	margin: 0px;
	
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 100.01%;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.25em;
}

a {
	color: #d62861;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


form {
	padding: 0;
	margin: 0;
}

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

dt {
	color: #000088;
	font-weight: bold;
	padding: 10px 0 0 0;
}

dd {
	padding: 0 10px 0 15px;
	margin: 0px;
}

h1 {
	color: #515151;
	font-size: 1.7em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 5px 0;
}

h3 {
	font-size: 11px;
	padding: 0;
	margin: 0 0 0px 0;
}


.hr {
	border-bottom: 1px solid #dedede;
	margin: 2px 0 10px 0;
}

.hr hr {
	display: none;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

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



/* SeitenRahmen */

#seite {
	text-align: left;
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}



/* Titel */

#titel {
	float: left;
	display: block;
	width: 960px;
	/*background: url(images/titel_bg.gif) bottom left no-repeat;*/
}

#titel #logo {
	float: left;
	display: block;
	padding: 0px;
}

#titel #claim-de {
	float: right;
	display: block;
	width: 435px;
	height: 81px;
	background: url(images/claim_bg_de.gif) top left no-repeat;
}
#titel #claim-en {
	float: right;
	display: block;
	width: 435px;
	height: 81px;
	background: url(images/claim_bg_en.gif) top left no-repeat;
}


#titel #claim-de #sprache,
#titel #claim-en #sprache {
	display: block;
	float: right;
	text-align: right;
	padding: 5px 2px 0 0;
}



#printkontakt {
	display: none;
}



/* Inhalt */
#umenu-inhalt-container {
	float: left;
	width: 960px;
	background: url(images/themenbaum_bg.gif) top left repeat-y;
}

#umenu-inhalt {
	float: left;
	width: 960px;
	background: url(images/themenbaum_bg_fotograf.gif) bottom left no-repeat;
}

#inhaltcontainer {
	float: right;
	width: 745px;
	padding: 0px;
	background-color: #f7f7f7;
}

#inhaltcontainer-start {
	float: right;
	width: 660px;
	padding: 0px;
}



/* Abschluss & Copyrights */

#footer {
	float: right;
	width: 745px;
	padding: 5px 0px 0px 0;
	color: #818181;
}
#footer-start {
	float: right;
	width: 460px;
	padding: 5px 200px 0px 0;
	color: #818181;
}

#footer #copyrights div,
#footer-start #copyrights div {
	float: left;
}


/* Copyrights */
#copyrights {
	text-align: right;
	font-size: 0.85em;
}
#copyrights a {
	color: #686868;
	text-decoration: none;
}
#copyrights a:hover {
	color: #fe860c;
	text-decoration: underline;
}

#copyrights strong {
	display: none;
}

#copy-hammer {
	margin: 0 0 0 15px;
}


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

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

/* Farben */

.rot {
	color: #ec1c05;
}

.gruen {
	color: #008000;
}



/*]]>*/ 