* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}


#ausrichtung {
	height: 1217px;
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#ausrichtung #logo {
	height: 132px;
	width: 348px;
	float: left;
}

#ausrichtung #sn {
	height: 132px;
	width: 360px;
	float: left;
}

#ausrichtung #sn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ausrichtung #sn ul li {
	float: left;
}
#ausrichtung #sn ul li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #2A3D92;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	padding-top: 17px;
	margin-right: 15px;
}

#ausrichtung #sn ul li a:hover, #ausrichtung #sn ul li a.aktiv {
	color: #BDC2DE;
}


#ausrichtung #sprache {
	height: 95px;
	width: 80px;
	float: left;
	padding-top: 17px;
	text-align: right;
}


#ausrichtung #sprache a {
	font-size: 11px;
	text-transform: uppercase;
	color: #2A3D92;
	text-decoration: none;
	letter-spacing: 1px;
}

#ausrichtung #sprache a:hover, #ausrichtung #sprache a.aktiv {
	color: #BDC2DE;
}



#ausrichtung #hn {
	height: 20px;
	width: 727px;
	float: left;
	background-color: #1D569D;
	border-left-width: 60px;
	border-left-style: solid;
	border-left-color: #D6DeEC;
}
#ausrichtung #hn img {
	display: inline;
}
#ausrichtung #hn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ausrichtung #hn ul li {
	float: left;
}
#ausrichtung #hn ul li a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	padding-top: 3px;
}

#ausrichtung #hn ul li a:hover, #ausrichtung #hn ul li a.aktiv {
	color: #BDC2DE;
}

#ausrichtung #bild {
	height: 475px;
	width: 288px;
	float: left;
	background-color: #D6DEEC;
	padding-left: 60px;	
}

#ausrichtung #inhalt {
	height: 445px;
	width: 420px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: auto;
	float: left;
	background-color: #D6DEEC;
}

#ausrichtung #absender {
	padding-top: 5px;
	padding-left: 60px;
	height: 15px;
	width: 728px;
	float: left;
}

#ausrichtung #absender p {
	font-size: 10px;
	text-transform: uppercase;
	color: #2A3D92;
	letter-spacing: 1px;
}

#ausrichtung #absender a {
	text-decoration: none;
	color: #2A3D92;
	font-weight: bold;
}

#ausrichtung #absender a:hover {
	font-weight: normal;
}

#ausrichtung #timerate {
	padding-top: 15px;
	height: 25px;
	width: 788px;
	float: left;
}

#ausrichtung #timerate p {
	font-size: 9px;
	text-align:right;
}

#ausrichtung #timerate a {
	text-decoration: none;
	color: #9292b6;
}

#ausrichtung #timerate a:hover {
	text-decoration: none;
	color: #CCCCFF;
}

#ausrichtung #punkte {
	height: 625px;
	width: 788px;
	background-color: #FFFFFF;
	padding-top: 50px;
	float: left;
	clear: left;
	
}

.invisible {
	display: none;
}
/* Formular */
label {
    width: 190px;
    float: left;
}
.csc-mailform {
    width: 420px;
    border-style: none;
}
.csc-mailform-field {
	margin-bottom: 7px;
	clear: left;
}
#mailform input, #mailform textarea {
	width: 220px;
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
}
#mailform .csc-mailform-check {
	width: 10px;
	padding-left: 0;
}
#mailform .csc-mailform-submit {
	width: 70px;
	margin-top: 10px;
}
.csc-mailform-label {
	display: none;
}