/* -- allgemeine Elemente -- */
body {
	font-family: Arial,Verdana;
	background: #fff url('../images/background2.jpg') top center no-repeat;
        width: 960px;
	margin: 0px auto 0px auto;
}
a:link, a:visited {
	text-decoration: none;
	color: #273d61;
}
a:hover, a:active {text-decoration: underline;}
a#small:link, a#small:visited {
	color: #000;
	font-size: 0.7em;
}
a#smallw:link, a#smallw:visited {
	color: #fff;
	font-size: 0.7em;
}
a#small:hover, a#small:active, #smallw:hover, a#smallw:active {text-decoration: underline;}
a img{border: none;}
h1, h3 {margin: 0px;}
p {
	margin-left: 20px;
	margin-right: 20px;
	text-align:justify;
}
.small {
	color: #000;
	font-size: 0.7em;
}
table td {
	text-align: right;
	padding: 5px;
	font-size: 1.1em;
	border-bottom: 1px solid #ddd;
}
textarea, input[type=text], input[type=password] {
	background: #eee;
	border: solid 1px #ddd;
	width: 220px;
}
fieldset {
	border: solid 1px #ddd;
}

/* -- sonstige Elemente -- */
.error {
	border: solid 1px #bb0000;
	background-color: #ffbbbb;
	color: #cc0000;
	padding: 10px;
	text-align: center;
}
.info {
	border: solid 1px #00bb00;
	background-color: #bbffbb;
	color: #000000;
	padding: 10px;
	text-align: center;
}

/* -- Header + Globale Navigation -- */
.newtop {
	background:#555;
	height:24px;
	border-bottom:#eee solid 1px;
}
.head {
	background:url('../images/head_home.jpg');
	height: 140px;
}
.top {position:absolute;}
.topright {float:right;}
.glnav {
	display: inline-block;
	visibility: hidden;
	float: left;
}
.glnav:hover {visibility: visible;}
a.nav:link, a.nav:visited {
	text-align:center;
	font-size: 0.9em;
	color:#eee;
	visibility: visible;
	display: block;
	width: 138px;
	height:18px;
	padding:3px;
}
a.nav:hover, a.nav:active, .glnav:hover .nav {
	text-decoration:none;
	color:#fff;
	background:#333;
	border-bottom:#e90 solid 1px;
}
a.unav:link, a.unav:visited {
	font-size: 0.9em;
	display: block;
	width: 136px;
	height: 18px;
	background-image: url('../images/unav.png');
	padding: 4px 0px 4px 8px;
	color: #ffffff;
}
a.unav:hover, a.unav:active {
	background-image: url('../images/unavhover.png');
	text-decoration: none;
}
input#lang_de {
	width: 23px;
	height: 16px;
	background-image: url('../images/de.png');
	border: none;
	margin-right:2px;
}
input#lang_en {
	width: 23px;
	height: 16px;
	background-image: url('../images/en.png');
	border: none;
	margin-right:2px;
}
.headleft {
	float:left;
	padding:20px 0px 0px 40px;
	width:500px;
}
.headright {
	float:right;
	background:url('../images/fenster.png');
	width:280px;
	height:90px;
	padding:10px;
	margin-right:50px;
}
.infobox1 {
	background:url('../images/infobox1.png');
	float:right;
	width:150px;
	height:110px;
	color:#000;
  font-size: 0.8em;
}

/* -- Hauptfenster -- */
.body {
	background: url('../images/schatten.png') -220px 0px;
	padding: 0px 30px 0px 30px;
}
.window {
	background:url('../images/homebg.jpg');
	padding:20px;
	min-height:492px;
  font-size: 0.8em;
	text-align: justify;
}
.sidebar {
	width:300px;
	float:right;
}
.boxleft {
	margin-left:0px;
	margin-top:40px;
	float:left;
	width:500px;
	display:none;
}
.boxright {
	float:right;
	width:310px;
}
.sidebartop {
	width:300px;
	height:9px;
	background:url('../images/sidebartop.png');
}
.infobox2 {
	background:#FFF;
	width:479px;
	height:80px;
	padding:10px;
	color:#000;
}
.news {
	background: #eef;
	width:850px;
	padding:5px;
	margin-top:1px;
}
.newsfoot {
	text-align:right;
	color:#000000;
	font-size:0.7em;
}
.guestbook {
	background: url('../images/guestbook.png');
	width: 294px;
	height: 193px;
	padding: 20px;
}

/* -- Fußleiste -- */
.foot {
	background: url('../images/foot.jpg') -250px -13px;
  padding-right: 35px;
	margin-left: 30px;
	clear: both;
}
