﻿/* -- DEFAULTS -- */

* 
{ 
	margin: 0; 
	padding: 0; 
}
body 
{ 
	font: 75% Verdana, Trebuchet MS, sans-serif; 
	color: #333333; 
	line-height: 1.25em; 
	background-color: #1f2024;
	background-image: url(Images/BG.png);
	padding: 12px 0 25px;
}
html
{
	overflow-y: scroll;
}
hr 
{ 
	display: none; 
}
textarea, input, select 
{
	border:								1px solid #a5acb2;
	font-family:					arial, sans-serif;
	font-size:						11px;
}
a 
{ 
	color: #38c;
	text-decoration: none; 
}
a:focus, a:hover, a:active 
{ 
	color: #ef6a6a; 
	text-decoration: underline; 
}

p, ul, ol, blockquote 
{ 
	padding-bottom: 1em; 
}
img 
{ 
	border: 0; 
}
img.border 
{ 
	background-color: #FFFFFF; 
	border: 1px solid #999999; 
	padding: 5px; 
}
.alignleft 
{ 
	display: inline; 
	float: left; 
	padding: 0.5em 1em 0.25em 0; 
}
.alignright 
{ 
	display: inline; 
	float: right; 
	padding: 0.5em 0 0.25em 1em; 
}
.item:after 
{ 
	content: "."; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	clear: both; 
}
.aligncenter 
{ 
	display: block; 
	clear: both; 
	padding: 0.5em 0 0.5em; 
	margin: auto; 
}

.padleft
{
	padding-left: 10px;
}
.padTop
{
	height:3px;
}


/* -- LAYOUT ----------------------------------------------------------------------------------------- */

/* -- HEADER -- */
#header 
{ 
	background: transparent url(Images/AuDie_Header01.png) no-repeat; 
	color: #ffffff;
	width: 920px;
	height: 171px; 
	margin: auto; 
	overflow: hidden; 
	padding: 0 0 0 0; 
}

#header h1 small 
{ 
	position: absolute; 
	top: 135px; 
	left: 50%; 
	margin-left: -460px; 
}

/* -- NAVIGATION -- */
#navigation 
{ 
	position: absolute; 
	top: 141px; 
	right: 50%; 
	margin-right: -400px; 
}
#navigation ul 
{ 
	list-style: none; 
}
#navigation li 
{ 
	display: inline; 
	padding-left: 25px; 
}
.navigationdiv
{
	height: 25px;
}
.navigation_td
{
	width: 70px;
	height: 25px;
}
.navigation_td_termin
{
	width: 123px;
	height:25px;
}

.navigation_td_Cost
{
	width: 110px;
	height: 25px;
}
#navigation, #navigation a 
{ 
	color: #FFFFFF; 
	font-size: 0.98em;
	font-family: Tahoma, Verdana,Arial,Tahoma, Sans-Serif, Trebuchet MS;
	font-weight: bold; 
}
#navigation h2 
{ 
	display: none; 
}
#navigation a:focus, #navigation a:hover, #navigation a:active 
{ 
	color: #FFFFFF; 
	border: 0; 
}

/* -- IMPRESSUM BUTTON -- */
#impressum 
{ 
	position: absolute; 
	top: 70px; 
	right: 48.7%; 
	margin-right: -400px; 
	width: 77px; 
	height: 20px; 
}

/* -- CLOSE BUTTON --*/
#closing 
{ 
	position: absolute; 
	top: 22px; 
	right: 47.5%; 
	margin-right: -400px; 
	width: 40px; 
	height: 18px; 
}

/* -- CONTENT -- */
#content 
{ 
	width: 920px; 
	margin: auto; 
	padding: 0px 0px 0px 0px; 
}
#content:after 
{ 
	content: "."; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	clear: both; 
}
.contentdiv 
{ 
	line-height: 18px; 
	text-align : justify; 
	padding: 0px 10px 10px 0px; 
}
#content 
{ 
	text-align: justify; 
}
#content h2, #content h3, #side h2 
{ 
	padding-bottom: 0.5em; 
}
#content h2 
{ 
	font-size: 1.4em; 
}
#content h3, #side h2 
{ 
	font-size:1.2em; 
}
#content h3 small 
{ 
	color:#666666; 
	font-size: 0.8em; 
	font-weight: normal; 
}
#content ul, #content ol 
{ 
	padding-left: 2em; 
}
#content blockquote 
{ 
	display: block; 
	padding-left: 1em; 
	color: #69c; 
	font-style: italic; 
}
#content pre 
{ 
	display: block; 
	margin: 0 1em 1em; 
	padding-left: 2em; 
	color: #666666; 
	font: 12px lucida console, monospace; 
	background: url(pre.png) no-repeat; 
	line-height: 14px; 
}
#content code 
{ 
	color:#666666; 
	font: 12px lucida console, monospace; 
}
#content del 
{ 
	color: #666666; 
	text-decoration: line-through; 
}
#contentouterdiv 
{ 
	padding-left: 30px; 
	padding-right: 40px; 
}
#content 
{ 
	background:transparent url(Images/AuDie_Content.png) repeat-y; 
}
/*h2
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif, Trebuchet MS;
	font-weight:bold;
	font-size:2pt;
	color: #000;
}*/

/* --FOOTER -- */
#footer 
{ 
	width:920px; 
	height:62px; 
	margin:auto; 
	padding:0 0 0 0; 
}
#footer 
{ 
	background:transparent url(Images/AuDie_Bottom.png) no-repeat; 
}
#footer 
{ 
	color: #999999; 
	font-size: 0.9em; 
	text-align: center; 
}
#footer a 
{ 
	color: #999999; 
	font-weight: normal; 
}
#footer a:focus, #footer a:hover, #footer a:active 
{ 
	color: #ef6a6a; 
	border-bottom: 1px dotted #999; 
}

.TextValidator
{
	background-color:#fffacd;
}


