/*
body
*/

* {
	padding: 0;
	margin: 0;
}

body {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
	background: #160c00 url(../img/background.png) repeat-x top;
}

table {
	table-layout: fixed;
	border: none;
	margin: 0 0 10px 0;
}

td {
	vertical-align: top;
	overflow: hidden;
}

.contactForm {
	table-layout: fixed;
	border: none;
} 

.contactForm td{
	vertical-align: top;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 10px 0;
} 

.contactFormWidth {
	width: 200%;
} 

/*
links
*/

:link, :visited, :hover, :active, :focus {
	text-decoration: none;
}

a, a:link, a:visited {}

a:hover, a:active, a:focus {}

a img, :link img, :visited img, :hover img, :active img {
	border: none;
}

		
/*
paragraphs
*/

p, pre {
	margin: 0 0 10px 0;
}

em, address {
	font-style: italic;
}


/*
lists
*/

ul, li {
	list-style: none;
}
	

/*
misc
*/

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.clear {
	clear: both;
}

sup {
	color: #787878;
}
	

/*
headlines
*/

h2 {
	margin: 0 0 10px 0;
	font: 1.89em Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 0 0 5px 0;
	padding: 6px 0 3px 0;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

h4 {
	margin: 0 0 5px 0;
	padding: 6px 0 3px 0;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	margin: -12px 0 0 0;
}

h6 {
	font-size: 0.9em;
}

h7 {
	font-size: 0.8em;
}


/*
container
*/

#container {
	font-size: 1.1em;
	line-height: 1.6em;
}


/*
header
*/

#header {
	height: 370px;
	background-image: url(../img/header_start.png);
	background-repeat: no-repeat;
	background-position: 50% 184px;
}

#vita #header {
	background-image: url(../img/header_vita.png);
}

#vita_login #header {
	background-image: url(../img/header_vita.png);
}

#contact #header {
	background-image: url(../img/header_contact.png);
}

#imprint #header {
	background-image: url(../img/header_imprint.png);
}

#error #header {
	background-image: url(../img/header_error.png);
}

#header h1 a, #header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active, #header h1 a:focus {
	float: left;
	text-indent: -9999px;
	display: block;
	background: url(../img/logo.php) no-repeat;
	margin: 50px 0 0 30px;
	height: 66px;
	width: 464px;
	outline: none;
}

	
/*
second navigation
*/

#navigation {
	float: left;
	display: inline;
	width: 730px;
	height: 32px;
	margin: 0;
	font-weight: bold;
	background: url(../img/background_navigation.png) no-repeat 0% 0%;
}

#navigation li {
	float: left;
	display: inline;
	text-indent: -9999px;
}

#navigation li a {
	line-height: 32px;
	height: 32px;
	width: 146px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	display: block;
	text-align: center;
}

#navigation li a:hover, #navigation li a:active, #navigation li a:focus, #navigation li a.current {
	background: url(../img/background_navigation.png) no-repeat 0% 100%;
	outline: none;
}

#navigation li a#nav_vita:hover, #navigation li a#nav_vita:active, #navigation li a#nav_vita:focus, #navigation li a#nav_vita.current {
	background-position: -146px 100%;
}

#navigation li a#nav_contact:hover, #navigation li a#nav_contact:active, #navigation li a#nav_contact:focus, #navigation li a#nav_contact.current {
	background-position: -292px 100%;
}

#navigation li a#nav_imprint:hover, #navigation li a#nav_imprint:active, #navigation li a#nav_imprint:focus, #navigation li a#nav_imprint.current {
	background-position: -438px 100%;
}

#navigation li a#nav_empty:hover, #navigation li a#nav_empty:active, #navigation li a#nav_empty:focus, #navigation li a#nav_empty.current {
	background-position: -584px 100%;
}


/*
content
*/

#content {
	float: left;
	display: inline;
	text-align: left;
	width: 430px;
	margin: 20px 0 0 0;
	padding: 30px;
	background: url(../img/background_text.png) no-repeat;
}

#content a:link, #content a:visited {
	color: #fff;
	border-bottom: 1px solid #787878;
}

#content a:hover, #content a:active, #content a:focus {
	color: #898989;
	background: #fff;
}

#content img {
	border: 8px solid #160c00;
	margin: 0;
}

#content img.none {
	border: none;
	padding: 10px 0 0 0;
}

#content img.right {
	float: right;
	display: inline;
	margin: 5px 0 0 10px;
}

#content img.left {
	float: left;
	display: inline;
	margin: 5px 10px 0 0;
}

#content ul {
	padding: 0 0 10px 5px;
}

#content ol {
	padding: 0 0 10px 20px;
}

#content ul li {
	padding: 2px 0 2px 12px;
}

#content ol li {
	margin: 2px 0 2px 10px;
	list-style-type: decimal;
}

#siteboard img {
	border: none;
}

#vita #content table {
	width: 100%;
	margin: 0 0 10px 0;
	border: 0;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#vita #content table tr {
	margin: 0;
	border-bottom: 1px solid #2f2921;
	vertical-align: top;
}

#vita #content table th {
	padding: 8px 6px 8px 0;
	text-align: left;
}

#vita #content table td {
	padding: 8px 6px 8px 0;
}

#vita #content table p {
	margin: 0 0 8px 0;
}

#form input, #form textarea {
	margin: 2px;
	padding: 3px;
	border: 2px solid #787878;
}

#form dt {
	float: left;
	width: 8em;
}

#form dd {
	margin: 10px;
}  

#form input {
	width: 300px;
}

#form submit {
	width: 300px;
}

#form input:focus, #form textarea:focus {
	padding: 2px;
	border: 3px solid #a2acb8;
}

#form form p {
	margin: 0 0 0 8em;
}

#form p input {
	width: 140px;
}

#form p input:hover {
	background: #eee;
}

#form textarea {
	width: 300px;
	height: 150px;
}

.success {
	color: #090;
	background-color: #efe;
	border-color: #090;
	border-style:solid;
	line-height:1.5;
	border-width:1px;
	border-color: #090;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

.error {
	color: #c00;
	background-color: #fee;
	border-color: #c00;
	border-style:solid;
	line-height:1.5;
	border-width:1px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

.warning {
	color: #660;
	background-color: #ffd;
	border-color: #660;
	border-style:solid;
	line-height:1.5;
	border-width:1px;
	line-height: 30px;
	height: 30px;
	text-align: center;
}


/*
siteboard
*/

#siteboard {
	float: right;
	display: inline;
	text-align: left;
	width: 200px;
	margin: 20px 0 0 0;
}

#siteboard h2 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0em;
}

#siteboard h4 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 15px 0 5px 0;
	text-transform: none;
}

#siteboard h4 a {
	color: #fff;
}

#siteboard p {
	padding: 0 0 25px 0;
	color: #fff;
}

#siteboard p a:link, #siteboard p a:visited {
	color: #fff;
	border-bottom: 1px solid #787878;
}

#siteboard p a:hover, #siteboard p a:active, #siteboard p a:focus {
	color: #fff;
	background: #adadad;
}

#siteboard p a.button {
	background:none;
	border-bottom: none;
}


/*
footer
*/

.validationButtons a, .validationButtons img {
   border:0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 10px 30px;
	text-align: left;
}

#footer a:link, #footer a:visited {
	color: #898989;
	border-bottom: 1px solid #787878;
}

#footer a:hover, #footer a:active, footer a:focus {
	color: #898989;
	background: #adadad;
}