@charset "utf-8";
/* ++++ Copyright 2008 / 2009 by Hermann Arya +++++++++++++++++++++++++++++++++++++++*/
/* ++++ Diese Datei baut eine Verbindung zur mySQL Datenbank auf ++++++++++++++++++++*/


/* ++++ Allgemeine Anpassungen am Bodytag +++++++++++++++++++++++++++++++++++++++++++*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	color: #ccc;
	background-color: #1A285C;
	}


/* ++++ Allgemeine Textstyles +++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ++++ H1 Anpassung smaller Font +++++++++*/

h1{
	font-size:28px;
}

/* ++++ Spezifische Textstyles+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/* ++++ Style für normalen Fliesstext ++++++++++++++*/

.fliesstext{
	font-size:16px;
	
}

.header_big{
	font-size:24px;
	font-weight:bold;
}

.header_medium{
	font-size:18px;
}


/* ++++ Style für Copyright ++++++++++++++*/

.copyright{
	font-size:9px;
}


/* ++++ Allgemeine Link Apperance +++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ++++ Spezifische Link Apperance für Navigations Links ++++++++++++++++++++++++++++*/

a.nav_left_link:link {
color:#50A7F5;
font-size:16px;
}

a.nav_left_link:visited {
color:#50A7F5;
font-size:16px;
}

a.nav_left_link:active {
color:#FFFFFF;
font-size:16px;
}



/* ++++ Spezifische Link Apperance für Navigations Links ++++++++++++++++++++++++++++*/

a.footer:link {
color:#FFFFFF;
font-size:10px;
}

a.footer:visited {
color:#FFFFFF;
font-size:10px;

}
a.footer:active {
color:#FFFFFF;
font-size:10px;
}	


/* ++++ Formularklassen +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#formfieldstandard{
	width:400px;
};

/* ++++ Allgemeine Image Anpassungen ++++++++++++++++++++++++++++++++++++++++++++++++*/

a img{
	border:0;
}



/* ++++ Div´s für die Gesamtausrichtung +++++++++++++++++++++++++++++++++++++++++++++*/

/* ++++ Div für die Darstellung des Logos +++++*/
#logo_left {
	position:fixed;
	top:10px;
	left:5px;
	width:180px;
	height:130px;
	/*background-color:#0C0;*/
}



/* ++++ Div für die Navigation ++++++++++++++++*/
#navigation_left {
	position:fixed;
	top:150px;
	left:10px;
	width:180px;
	height:700px;
	/*background-color:#0C0;*/
}



/* ++++ Div für den Anzeigebereich der Index ++*/
#static_view_index {
	position:absolute;
	top:50px;
	left:190px;
	width:750px;
	height:800px;
	overflow:visible;
	/*background-color:#0C0*/;
}



/* ++++ Div für Header von Static Pages  ++++++*/
#static_header {
	position:absolute;
	top:25px;
	left:190px;
	width:750px;
	height:80px;
	overflow:visible;
	/*background-color:#0C0*/;
}



/* ++++ Div für Anzeigebereich von Static Pages*/
#static_view {
	position:absolute;
	top:105px;
	left:190px;
	width:750px;
	height:80px;
	overflow:visible;
	/*background-color:#0C0;*/
}

/* ++++ Klasse zum verstecken des Übergabe Iframes*/

.hidediv{
display:none;
}