/*  DAS  GESAMTE  DOKUMENT  */

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

html {
	min-height:101%;
}

body  {
	background-image:url(../grafiken/bg.gif);
	background-color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: small;
}

/*   NORMALE TAGS   */

p {
	padding-bottom:20px;
}

h1 {
	font-size:1.5em;
	padding-bottom:10px;
}

h2 {
	font-size:1.3em;
	padding-bottom:20px;
}

a, a:visited {
	color:rgb(7,20,85);
}

a:hover, a.active {
	color:rgb(0,0,205);
}

hr {
	color:rgb(7,20,85);
	background-color:rgb(7,20,85);
	height:1px;
	margin-bottom:20px;
}

th {
	border-bottom: 1px solid rgb(7,20,85);
}

/*    WRAPPER    */

#wrapper {
	width:800px;
	background-color: rgb(255,255,255);
	overflow:auto;
	margin:auto;
	border:1px solid rgb(7,20,85);
}

/*    KOPFBEREICH    */

#header {
	height:123px;
	background-image:url(../grafiken/header_bg.gif);
	background-repeat:repeat-x;
}

#header_logo_big {
	width:286px;
	height:123px;
	background-image:url(../grafiken/header_logo_big.gif);
	background-repeat:no-repeat;
	float:left;
}

#header_logo_small {
	width:102px;
	height:123px;
	background-image:url(../grafiken/header_logo_small.gif);
	background-repeat:no-repeat;
	float:right;
}

/*    MENÜBEREICH    */

#nav {
	display:block;
	height:38px;
	line-height:38px;
	background-image:url(../grafiken/menu_bg.gif);
	background-repeat:repeat-x;
}

#nav li {
	display:inline;
	list-style-type:none;
	height:38px;
}

#nav li a {
	border-right:1px outset rgb(7,20,85);
	padding: 11px;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active {
	background-image:url(../grafiken/menu_bg_active.gif);
	background-repeat:repeat-x;
}

#nav_sub {
	height:6px;
	background-image:url(../grafiken/menu_sub_bg.gif);
	background-repeat:repeat-x;
}

/*   CONTENTBEREICH   */

#content {
	padding:20px 30px 50px 30px;
	border-bottom:1px solid rgb(7,20,85);
}

#content ul {
	margin: 0px 0px 20px 20px;
}

/*   FOOTERBEREICH   */

#footer {
	text-align:center;
	padding:5px;
}

address {
	font-size:0.8em;
}

/*   KONTAKTFORMULAR   */

#formular {
	background-color:rgb(240,240,240);
	width:375px;
	margin:auto;
	padding:20px;
	border:1px solid rgb(7,20,85);
}

label {
	display:block;
	padding-bottom:2px;
}

.form, #formular textarea{
	width:375px;
	border:1px solid rgb(7,20,85);
	padding:1px;
	margin-bottom:1em;
}

#kontaktformular textarea {
	height:10em;
}

#submit_div {
	text-align:right;
}

#submit {
	color:rgb(255,255,255);
	background-color:rgb(7,20,85);
	border:1px outset rgb(255,255,255);
	padding:2px;
}

input:focus, textarea:focus {
	background-color:rgb(255,255,255);
}

/*   NUETZLICHE-KLASSEN   */

.backwards {
	direction:rtl;
	unicode-bidi:bidi-override;
}

.error {
	color:rgb(255,0,0);
}

.table  {
	width: 400px;
	text-align: center;
	margin-bottom: 20px;
}

.upper {
	vertical-align: top;
	font-size: x-small;
}
.admin {
	border-bottom: solid 1px rgb(7,20,85);
	margin-bottom:20px;
	text-align:right;
}

.gallery { padding: 1px; border: 1px solid rgb(7,20,85); margin: 10px}

.right {
	text-align:right;
	margin-right:0px;
	margin-top:0px
}
.left {
	text-align:left;
	margin-left:0px;
	margin-top:0px
}
