﻿/*
	Dunkle Schriftfarbe: #6482B4
*/

html
{
	overflow:auto;
	margin:0px;
}

body 
{
	font-size:12px;
	background-image:url(../grafik/pageBack.jpg);
	background-repeat:repeat-x;
	background-color:#D2DADD;
	margin:0px;
	font-family:Lucida Sans, Arial;
	color:#617C85;
}

a
{
	color:#439ECB;
    text-decoration:none; 
}

a:hover
{
	color:#439ECB;
    text-decoration:underline; 
}

hr
{
	height:1px;
	border: solid 1px white;
}

h4
{
	font-size:15px;
	font-weight:bold;
}

tr
{
	border: none 0px #fff;
}

td
{
	border: none 0px #fff;
}

.mainFrame
{
	position:absolute;
	width:980px;
	left:50%;
	margin-left:-490px;
}

.contentFrame
{
	position:relative;
}

.contentHeaderLeiste
{
	position:relative;
	background-image:url(../grafik/leiste.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:23px;
}

.footerLanguage
{
	position:absolute;
	right:55px;
	bottom:3px;
}

.footerLanguage a
{
	text-decoration:none;
}

.quickSearch
{
	position:absolute;
	left:33px;
	bottom:-1px;
	color:White;
	font-size:10px;
}

.tbQuickSearch
{
	width:143px;
	font-size:9px;
	border: solid 1px #6482B4;
}

.bodyFrame
{
	position:relative;
	background-image:url(../grafik/back_loop.jpg);
	background-repeat:repeat-y;
	padding:0px;
	z-index:1;
}

.footerFrame
{
	position:relative;
	background-image:url(../grafik/footer.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:66px;	
	z-index:0;
}

.leftPane
{
	position:relative;
	display:inline;
	width:150px;
	float:left;
	margin: 0px 0px 0px 30px;
	padding:0px;
	border-top: solid 1px #8C99A1;
}

.centerPane
{
	position:relative;
	float:left;
	width:599px;
	padding:20px;
	border-top: solid 1px #8C99A1;
}

.rightPane
{
	position:relative;
	float:right;
	display:inline;
	margin-right:25px;
	width:136px;
}

.panelHeader
{
	position:relative;
	background-repeat:no-repeat;
	width:980px;
	height:227px;	
}

.buttonBack a
{
    background-image:url(../grafik/menu_button.jpg);
    width:149px;
    height:30px;
    text-align:center;
    padding-top:15px;
    letter-spacing:5px;
    font-weight: bold;
    font-size:13px;
    color:#6482B4;
    text-decoration:none; 
	float:left;
}

.buttonBack a:hover
{
    background-image:url(../grafik/menu_button_aktiv.jpg);
    width:149px;
    height:30px;
    text-align:center;
    padding-top:15px;
    letter-spacing:5px;
    font-weight: bold;
    font-size:13px;
    color:#6482B4;
    text-decoration:none; 
	float:left;
}
