body {
	background: url('images/background.png') repeat-x #FFF
}

body, td, div, p, input, select, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-size: 13px
}

h1, h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #134594;
	margin: 2em 0em 0em 0em;
}

h1 {
	background: url('images/zweig-h1.png') no-repeat;
	padding: 3px 0px 0px 17px;
	position: relative;
	left: -17px;
	top: 0px;
	height: 34px;
	font-size: 16px;
}

h2 {
	height: 24px;
	font-size: 14px;
}

input, select, textarea {
	border: 1px solid #548AC8
}

#header {
	position: absolute;
	top: 0;
	left: 50%;
	width: 770px;
	height: 165px;
	margin-left: -420px;
	background: url('images/head.png') no-repeat
}

#bar {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 700px;
	height: 150px;
	margin-left: -350px
}

#bar, #bar p, #buttons {
	color: white;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold
}

#barimg {
	float: right;
	border: 1px solid white;
	margin-left: 10px
}

#bar p {
	margin-top: 15px
}

#content {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	line-height: 20px
}

#extern {
	position: absolute;
	top: 12px;
	right: 0px;
	color: #548AC8;
	font-size: 11px;
	text-align: right
}

#buttons {
	position: absolute;
	top: 58px;
	right: 0px;
	width: 440px;
}

#footer {
	clear: both;
	padding: 2em;
	text-align: center;
	font-size: 8pt
}

.lang {
	padding-left: 5px;
	padding-bottom: 14px;
}

.zweig {
	background: url('images/zweig.png') no-repeat
}

.blueborder {
	border: 1px solid #548AC8
}

.foto {
	float: right;
	margin-left: 20px
}

.fotokasten {
	float: right;
	text-align: right;
	width: 200px;
	font-size: 11px
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #134594
}

.fotokasten a {
	font-weight: normal
}

#extern a {
	font-weight: normal;
	color: #548AC8;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: square
}

img {
	border: none
}

li {
	margin-bottom: 0.8em
}

ul.menu li {
	margin-bottom: 0.2em
}

code {
	background-color: #E6EEF7;
	font-weight: bold;
	padding: 3px
}

#buttons ul {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 400px;
}

#buttons ul li {
	display: block;
	float: left;
	margin: 2px;
	text-align: center;
}

#buttons ul li a {
	border: 1px solid #E6EEF7;
	color: #548AC8;
	display: block;
	padding: 3px 10px;
}

#buttons ul li a:hover, #buttons a:active, #buttons a.active {
	dborder: 1px solid #093581;
	background: #E6EEF7;
	color: #093581;
	text-decoration: none;
}