body {
	color: #000000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
}

h1 {
	color: #E2E2E2;
    font-family: Verdana,Geneva,sans-serif;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 40px;
}

h2 {
	font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

p {
	line-height: 1.2;
}

a {
	color: #1664DF;
    text-decoration: none;
}

a:hover {
	color: #000;
}

#page {
    background-image: url("../images/hintergrund.png");
    background-repeat: no-repeat;
    margin: 35px auto 0;
    width: 834px;
}

#main {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	height:512px;
	padding: 40px 25px 0 75px;
}

nav {
	height: 30px;
}

nav ul {

}

nav ul li {
	float:left;
}

figure {
	margin-top: 20px;
}

figure p {
	text-align: center;
}

figure img {
	width: 100%;
}

/*Startseite, News*/

#news {
	height: 340px;
    overflow: auto;
    width: 710px;
}

#news-navigation {
	float: right;
    margin-top: 20px;
}

#news-navigation div {
	cursor:pointer;
	float:left;
	background-image: url("../images/slidernav.png");
	height: 18px;
	width:18px;
	margin-right: 5px;
}

#news-navigation div:hover {
	background-image: url("../images/slidernava.png");
}

.news-logo {
	margin-top: 15px;
}

.news-download {
	float:right;
	margin-top: 48px;
}

.link-rot {
	color: #FF0000;
	font-weight: bold;
}

/*Zur Person*/

#profil {
	width: 190px;
	float: left;
}

#lebenslauf {
	float: left;
}

#lebenslauf table {
	width: 540px;
}

#lebenslauf table tr td {
	line-height: 1.5;
}

/*Download*/

#download, #weinkeller {
	overflow: auto;
	height: 345px;
	padding-right: 30px;
}

#download a {
	color: #000;
}

#download table {
	text-align: center;
}

#download table tr td {
	vertical-align: top;
}

#download table tr td:first-child {
	margin-top: 5px;
}

.download-datum {
	width:90px;
	padding-right: 20px;
    text-align: right;
}

.download-text {
	text-align: left;
	line-height: 1.4;
}

.download-text table tr td {
	text-align: left;
}

/*Weinkeller*/

#weinkeller section {
	float: left;
    width: 499px;
}

#weinkeller section a {
    line-height: 1.25;
}

#weinkeller h2 {
	color: #666666;
}

#weinkeller h2:first-child {
	margin-top:0;
}

.vdp {
	margin-left: 20px;
}

/*Kontakt*/

#kontakt-top section {
	float: left;
}

#kontakt-top section:first-child {
	margin: 0 95px 30px 0;
}

#kontakt-top input {
	margin-top: 5px;
}

#kontakt-bottom textarea {
	margin: 5px 0 10px 0;
}

#kontakt-bottom input {
	float: right;
    margin-right: 70px;
}

/*Gaestebuch*/

#gaestebuch {
	height: 360px;
	position: relative;
}

#gaestebuch-h1 {
	margin-bottom: 28px;
}


#eintrag span {
	font-weight: bold;
}

.gbInput {
	display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 250px;
}

#eintrag textarea {
	clear: both;
    height: 120px;
    margin-left: 10px;
    width: 320px;
}

#notValid {
	margin: -8px 0 12px 10px;
}

.error {
	border: 1px solid red;
}

#admin {
	background-color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    padding: 10px;
    position: absolute;
    right: 122px;
    top: 1px;
}

.antwort {
	float: left;
    height: 60px !important;
    margin-bottom: 15px;
    margin-left: 0 !important;
    width: 320px !important;
}

.answer {
	float: left;
    margin-left: 5px;
    margin-top: 44px;
}

.delete {
	clear: both;
    display: block;
    margin-bottom: 6px;
}

#eintrag label {
	display: block;
    float: left;
    font-size: 1.1em;
    margin-left: 10px;
    padding-top: 5px;
    width: 70px;
}