/* CSS Document */

 
html, body
{
	font-family:Arial, sans-serif;
	padding:0;
	margin:0;
	color:#141315;
	background-color:#D2D2D2;
	height:100.01%;
}

.red 		{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size: 0.80em;
	font-weight: normal;
	color: #CD3349;
}
.black 		{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size: 0.80em;
	font-weight: normal;
	color: #141315;
}
.grey		{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size: 0.80em;
	font-weight: normal;
	color: #D7D7D7;
}
.dark		{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size: 0.80em;
	font-weight: normal;
	color: #A3A3A3;
}
.submit
{
	background-color:#CD3349;
	border:1px solid #A3A3A3;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
}
.textarea {
	background-color:#D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

.text {
	background-color:#D7D7D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#wrapper
{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 927px;
	background-color:#FFFFFF;
	background-position: center;
	background-image:url(../images/content_back.jpg);
	background-repeat:repeat-y;
	min-height:100%;
	z-index: 1;
	position:relative;
}

#navigator
{
	float:left;
	margin:0;
	padding:0;
	width:262px;
	background-color:#FFFFFF;
	left: 0px;
	position: relative;
	z-index:2;
}


#main_area
{
	margin:0;
	padding:0;
	width:664px;
	height:100%;
	left:263px;
	top:0px;
	position:absolute;
	z-index:1;
}

#logo
{	
	margin-top:27px;
	margin-left:23px;
	margin-bottom:23px;
	padding:0;
}

#roter_blaken
{
	height:290px;
	width:23px;
	background-color:#CD3349;
	top:88px;
	left:0px;
	position:relative;
}
#navi
{	
	top:88px;
	left:23px;
	margin-left:40px;
	position:absolute;
}
.one_navi
{
	margin-bottom:20px;
	width:199px;
}
#sprachnavi
{
	top:452px;
	left:58px;
	position:absolute;
}

#main_top
{
	position:absolute;
	left:0px;
	top:0px;
}

#orientierung
{
	height:22px;
	background-color:#D7D7D7;
	position:relative;
	top:290px;
	left:0px;
	padding-left:23px;
	vertical-align:middle;
}

#aaa
{
	position:absolute;
	right:0px;
	top:6px;
}

#content
{
	position:absolute;
	top:316px;
	width:600px;
	left:-263px;
	padding-top:55px;
	padding-right:30px;
	padding-left:298px;
	padding-bottom:40px;
	background-image:url(../images/content_back.jpg);
	background-repeat:repeat-y;
}

#footer
{
	position:absolute;
	bottom:5px;
	right:30px;
	text-align:right;
	margin-top:30px;
	
}
#sub_nav
{
	position:absolute;
	left:0px;
	top:37px;
}

#sub_nav a:link
{
	color: #D7D7D7; 
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif;
    /*font-size:11px;*/
	font-size: 0.80em;
    font-weight: normal;
}
#sub_nav a:visited
{
	color: #D7D7D7; 
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif;
    /*font-size:11px;*/
	font-size: 0.80em;
    font-weight: normal;
}
#sub_nav a:hover
{
	color: #CD3349; 
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif;
    /*font-size:11px;*/
	font-size: 0.80em;
    font-weight: normal;
}

a:link {
	color: #CD3349; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:11px;*/
	font-size: 0.80em;
	font-weight: normal;
}

a:visited {
	color: #CD3349; 
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif;
    /*font-size:11px;*/
	font-size: 0.80em;
    font-weight: normal;
}

a:hover { 
    color: #A3A3A3; 
	text-decoration: none; 
	font-family:  Arial, Helvetica, sans-serif;
    /*font-size:11px;*/
	font-size: 0.80em;
    font-weight: normal;
}
