@import url("reset.css");

body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	margin: 10px 0px 10px 0px;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-align: inherit;
	font-weight: bold;
	background-image: url(../images/pfeil_schwarz.png);
	background-position: center left;
	background-repeat: no-repeat;
}

/*Überschriften in den rechten Boxen*/
h6 {
	margin: 10px 0px 10px 0px;
	font-size: 12px;
	text-align: inherit;
	font-weight: bold;
}

h6.rss {
	padding: 0 0 0 16px;
	background-image: url(../images/rss.png);
	background-position: center left;
	background-repeat: no-repeat;
}

p {
	margin: 5px 0px 5px 0px;
	text-align: inherit;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

acronym {
	border-bottom: 1px #000000 dashed;
}

/* Navigation */

#header ul li {
	float: left;
}

/* Links im Menü */
#header a {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #999999;
	background-image: url(../images/pfeil_grau.png);
	background-position: center left;
	background-repeat: no-repeat;
}

#header a.aktiv {
	color: #000000;
	background-image: url(../images/pfeil_aktiv.png);
}

#header a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_schwarz.png);
}

/* Links */

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

/* Links mit Pfeil */

a.link {
	padding: 0 8px 0 0;
	margin: 0 0 0 5px;
	background-image: url(../images/pfeil_schwarz.png);
	background-position: center right;
	background-repeat: no-repeat;
}

/* DIVs */

#seite {
	width: 70%;
	height: auto;
	margin: 20px 15% 0 15%;
	min-height: 100px;	
}

.container {
	line-height: 18px;
	margin-top: 10px;
	text-align: justify;
}

#links {
	width: 65%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

#rechts {
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer {
	padding: 10px 0px 10px 0px;
	clear: both;
	text-align: right;
}

/* Listen */

.container ul {
	margin-left: 20px;
}

.container ul li {
	list-style-type: disc;
	list-style-position: outside;
}

/* Tabellenelemente */
table {
	border-collapse: collapse;
	border: none;
}

td {
	border-collapse: collapse;
	border: none;
}

th {
	font-weight: normal;
}

/* Bilder */

#footer img {
	border: none;
	margin-left: 10px;
}

/* Formulare */

.container form p {
	clear: both;
}

.container form label {
	float: left;
	font-weight: bold;
	width: 120px;
}

.container form input, .container form select, .container form textarea {
	margin: 0 0 10px 0;
	float: right;
	font-size: inherit;
	font-family: inherit;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px #999999 solid;
}

.container form#kommentar input, .container form#kommentar select, .container form#kommentar textarea {
	float: none;
	width: 100%;
	font-size: 10px;
	margin: 0 0 5px 0;
}

.container form input:hover, .container form select:hover, .container form textarea:hover {
	border: 1px #000000 solid;
}

.container form input:focus, .container form select:focus, .container form textarea:focus {
	border: 1px #000000 solid;
}

.container form .leeresfeld {
	border: 1px #FF0000 solid;
}

.container form input.button {
	margin: 0 0 0 10px;
	border: 1px #000000 solid;
	background-color:  #DDDDDD;
	width: auto;
	cursor: pointer;
}

.container form#kommentar input.button {
	padding: 0 8px 0 0;
	font-weight:bold;
	border:none;
	background-color:#FFFFFF;
	width: 100%;
	text-align:right;
	background-image: url(../images/pfeil_schwarz.png);
	background-position: center right;
	background-repeat: no-repeat;
}
