﻿/* -------------------------------------------------------------------------------------------------------- */
/* Begin Layout */

html
{
	width:100%;
	height:100%;
	min-height:100%;
}

body
{
	width:100%;
	height:100%;
	min-height:100%;	

	background-color:#000000;
}

#wrapper
{
	position:relative;

	width:778px;

	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px;

	background:#000000 url(../../../Images/Aufbau/content-background_01.jpg) repeat-y;

	border-left: solid 1px #5C5C5C;
	border-right: solid 1px #5C5C5C;
}

#defaultwrapper
{
	position:relative;

	width:780px;

	height:auto !important;
	height:100%;
	min-height:100%;

	margin:0px auto;
	padding:0px;
}

#header
{
	height:auto;
	
	overflow:hidden;	
}

#navigation
{
	float:left;
}

.ornate
{
	position:absolute;
	
	right:19px;
	top:120px;
}

#content
{
	clear:both;
	
	height:auto;

	overflow:auto;
}

#left
{
	float:left;

	width:420px;
	
	margin-bottom:166px;
}

#right
{
	position:relative;

	margin:0px 0px 166px 420px;
	padding:15px 38px 0px 50px;	

	width:260px;
}

#footer
{
	width:778px;
	height:166px;
	
	position:absolute;
	
	bottom:0;
	
	background:#000000 url(../../../Images/Aufbau/footer_01.jpg) no-repeat;		
}

#footernavigation
{
	position:absolute;

	width: 330px;
	height: 33px;
	
	text-align:right;
	
	right:0;
	
	padding:12px 1px 0px 0px;
	
	background-image:url('/Images/Aufbau/Textfeld-unten_01.gif');
	background-repeat:no-repeat;
	background-position:top left;	
}

.clear
{
	clear:both;
}

/* End Layout */
/* -------------------------------------------------------------------------------------------------------- */
/* Begin Typographie */

#right
{
	font-family: Verdana, "Lucida Sans";
	font-size: 8pt;
	line-height: 20px;
	color: #383539;	
}

#right h1
{
	font-family: Verdana, "Lucida Sans";
	font-weight:normal;
	font-size:16pt;
	line-height: 25px;
	color:#383539;	
}

#right a
{
	font-family: Verdana, "Lucida Sans";
	font-size: 8pt;
	line-height: 20px;
	color: #383539;
}

.link-no-line
{
	text-decoration:none;	
}

#right ul
{
	list-style:disc;
	margin:0px 0px 20px 15px;	
}
