@charset "utf-8";
/* ===========================================================
Stylesheet für die Vorschauseite "FYB-ACADEMY.com" 
Datei: bildschirm.css
Datum: 2. März 2009
==============================================================*/
/* * { padding: 0; margin: 0; }*/

html { height: 101% }

body { 
	background-color: white;
	color: #707173;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

a, a:visited {
	color: #757575;
}

a img, a:visited  img{
	border: 0px;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align: right;
}

h2 {
	color: #707173;
	font-style: italic;
	font-size: small;
	}

#wrapper {
	border:#000;
	color: black;
	background-color: whihte;
	width: 970px;
	margin: 10px auto;
}

#navigation {
	width: 180px;
	height: 570px;
	float: left;
	padding-top: 2px;
}

#navigation ul {
		list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	width: 180px;
	background-image: url(../images/navi_linie.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 110%;
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 13px;
}

.menu1_level1 a, .menu1_level1 a:visited {	
	color: #9c9e9f;
	text-decoration: none; 
	outline: none;
	display: block;
}

.menu1_level1 a:hover {
	background-image: url(../images/hover.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #707173;
}


.menu1_level1_act a, .menu1_level1_act a:visited {
	background-image: url(../images/active.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #707173;
	text-decoration: none; 
	outline: none;
	display: block;
}

#navigation li ul li {
background-image: none;
}

.menu2 {
		list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: none;}

.menu1_level2 a, .menu1_level2 a:visited {	
font-size: 90%;
	margin-top: 5px;
	background-image: none;
	color: Black;
	text-decoration: none; 
	outline: none;
	display: block;
}

.menu1_level2 a:hover {
font-size: 90%;
	color: #B31031;
}


.menu1_level2_act a, .menu1_level2_act a:visited {
font-size: 90%;
	margin-top: 5px;
background-image: none;
	color: #B31031;
	text-decoration: none; 
	outline: none;
	display: block;
}


#main {
	width: 520px;
	float: left;
	margin-left: 10px;
	padding-left:10px;
	padding-right:10px;
}

#maintext {
	color: #707173;
	width: 523px;
	padding-left:10px;
	padding-right:10px;
}

#right {
	width: 220px;
	float: right;
}

.righttext {
	color: #707173;
	width: 200px;
	padding: 0 0 10px 10px;
}
#footer {
	color: #707173;
	text-align: center;
	letter-spacing: 2px;
	font-size: 80%;
	line-height: 1.6em;
	width: 970px;
}

.sup {vertical-align:super;}

/* ############# Formular ############## */

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
font-weight: bold;
color:black;
display: block;
padding-top: 5px;
}

dl.csc-textpic-image {
	padding-bottom: 20px;
}


.tx-rgmediaimages-pi1 {
	padding-left:40px;
}
