/* Covra Thema von Markus Tinner */



html { background: #0a1220 url(../images/inhalt.jpg) center top; min-width: 880px;
}

body {
	margin: 0;
	background: url(../images/head.jpg) repeat-x center top;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Navigation */

#menu {
	width: 860px;
	margin-top: 69px;
	margin-left: auto;
	margin-right: auto;
}

#covra {
	margin-left: auto;
	margin-right: auto;
}

/* Seiten Inhalt */

#wrapper { width: 860px; margin: 0 auto; padding: 0;
	overflow: auto;
}
#content { margin: 40px 0 80px 50px;
	width: 530px;
	float: left;
	display: inline;
}

p { color: #39597e; font-size: 0.84em; font-family: Verdana, Arial, Helvetica, sans-serif; }

address { color: #acc1cf;
	margin-top: .7em;
	font: normal 0.7em Verdana, "Lucida Grande", sans-serif;
}

/* Sidebar */

#sidebar { margin: 65px 0 80px 630px;
	width: 190px;
	height: 800px;
	padding: 15px 15px 15px 20px; -moz-border-radius:6px; -khtml-border-radius:6px;
	background-position: 0 top;
	vertical-align: top;
}

#sidebar h4 {
	margin-top: 0;
}

#sidebar hr {
	border-top: 1px dashed #86a2ce;
	border-bottom-style: none;
	padding: 0;
	margin: 25px 0 15px -10px;
}

/* Fussleiste */

#footer { padding: 170px 25px 10px;
	color: #86a2ce;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	background: url(../images/foot.jpg) repeat-x center bottom;
	height: 62px;
}

/* Verlinkungen */
a:link, a:visited {
	color: #7a9f23;
	text-decoration: none;
}

a:hover, a:active {
	color: #39597e;
}

/* Titelschriften */

h1, h2, h3, h4, h5, h6 { font-family: "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; }

h1 { color: #909e5b;
	font-size: 2.8em;
	letter-spacing: -1px;
}

h2 { color: #365e80; font-size: 1.5em; font-weight: bold;
	margin-bottom: 6px;
}

h3 { color: #8ca926; font-size: 1.5em;
	margin-bottom: 6px;
}

h4 { color: #365e80; font-size: 1.3em; font-weight: normal;
	margin-bottom: 6px;
}
h5 { color: #8ca926; font-size: 1.3em; font-weight: normal; font-style: normal; margin-bottom: 6px; }

h6 { color: #365e80; font-size: 1em; font-weight: bold;
	margin-bottom: 6px;
}

#titel h4 {
	margin-bottom: 0;
}

#titel h1 {
	margin-top: -6px;
}

ul {
	font-size: .84em;
	color: #7a9f23;
	list-style-type: circle;
}

/*Trennstrich*/

hr {
	border-top: 1px solid #dde2ee;
	border-bottom-style: none;
	padding: 0;
	margin: 15px 0 -15px;
}

/* Bilder */
	
.reflect {  }
.bild-rechts { float: right; margin-bottom: 18px; margin-left: 21px;
	border: 1px solid #859fba; 
	padding: 0;
	background-color: #fff;
	text-shadow: #000000 0 0 0;
}
.bild-rechts-randlos {
	width: 210px;
}
.bild-rahmen { max-width: 530px; max-height: 530px;
	border: 1px solid #859fba;
}

img { max-width: 530px; max-height: 530px;
}
/* Formular Login */

#login {
	margin-left: 615px;
	margin-top: 138px;
}

label, input, select, textarea {
  display: block;
  width: 210px;
	float: left;
	color: #39597e;
	font-size: .84em;
}

label {
 text-align: right;
	padding-right: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 4px;
}

form {
  margin:0;
  padding:.5em;
}

form br { /* Alle ZeilenumbrÃ¼che in Formularen auswÃ¤hlen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input, textarea {
	border: 1px solid #859fba;
	background-color: #e7eaf6;
	margin: 3px; -moz-border-radius:3px; -khtml-border-radius:3px;
}

input#submit {
	width: 100px;
	float: none;
	margin-top: 10px;
	margin-left: 280px;
}
/* Tabelle */

table {
	margin: 12px 0 0;
	padding: 12px 12px 8px;
	border: 1px solid #859fba; -moz-border-radius:3px; -khtml-border-radius:3px;
}

td {
	border-bottom: 1pt dotted #859fba;
	margin: 0;
	padding: 0;
}

td p {
	padding: 0;
	margin: 3px;
	color: #39597e;
	font-size: .7em;
}

iframe {
	margin-top: -24px;
}