* {
	margin: 0;
	padding: 0;
}

#ausrichtung {
	height: 600px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#ausrichtung #bild {
	height: 120px;
	width: 100%;
	float: left;
}

#ausrichtung #logo {
	height: 120px;
	width: 100%;
	float: left;
	margin-top: -120px;
}

#ausrichtung #hn {
	width: 835px;
	float: left;
	background-color: #A6A281;
	padding-left: 15px;
}
#ausrichtung #hn ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ausrichtung #hn ul li {
	float: left;
}
#ausrichtung #hn ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 2px;
	text-align: center;
	margin-right: 15px;
	width: 130px;
	height: 22px;
	left: 0px;
	top: 0px;
	display: block;
	padding-top: 3px;
}

#ausrichtung #hn ul li a:hover, #ausrichtung #hn ul li a.aktiv {
	background-color: #6B6849;
}

#ausrichtung #quick {
	background-color: #999966;
	float: right;
	height: 25px;
	width: 150px;
}
#ausrichtung #quick .dropdownmenu{
	margin-top: 2px;
}

/* ======================== UN ==========*/	
#ausrichtung #un, .TabbedPanelsTab{
	height: 15px;
	width: 1000px;
	float: left;
	background-color: #6B6849;
}

#ausrichtung #un ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ausrichtung #un ul li, li.TabbedPanelsTab {
	float: left;
	width: 100px;
	height: 15px;
	color: #FFFFFF;	
}
#ausrichtung #un ul li, li.TabbedPanelsTab  {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	left: 0px;
	top: 0px;
	display: block;
	padding-top: 1px;
	padding-left: 25px
}
#ausrichtung #un ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#ausrichtung #un ul li a:hover, #ausrichtung #un ul li a.aktiv, li.TabbedPanelsTabHover, li.TabbedPanelsTabSelected {
	color: #B8B48F;
}

#ausrichtung #inhalt {
	background-color: #ccccff;
	height: 380px;
	width: 980px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	overflow: auto;
}

#ausrichtung #abstand {
	background-color: #ccccff;
	height: 20px;
	width: 1000px;
	float: left;
}

#ausrichtung #absender {
	padding-top: 5px;
	height: 15px;
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
}

#ausrichtung #absender p {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
}

#ausrichtung #absender a {
	text-decoration: none;
}

#ausrichtung #absendera:hover {
	text-decoration: none;
	color: #9292b6;
}

#ausrichtung #timerate {
	padding-top: 15px;
	height: 25px;
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
}

#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 #sn {
	float: right;
	width: 310px;
	height: 20px;
	padding-left: 10px;
	margin-top: -100px;
	background-image: url(background_sn.png);
	background-repeat: no-repeat;
}

#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: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	padding-top: 3px;
	margin-right: 15px;
}

#ausrichtung #sn ul li a:hover, #ausrichtung #sn ul li a.aktiv {
	color: #6B6849;
}

.invisible {
	display: none;
}
form#detailsuche tr, form#detailsuche p {
		margin-bottom: 2px;
}
form#detailsuche input {
		/* margin-top: 2px; */
}

/* Bestell-Formular */
.csc-mailform input, .csc-mailform textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	width: 200px;
}
input.csc-mailform-submit {
	width: 100px;
}

.csc-mailform {
    background-color: #ccccff;
    width: 750px;
    border-style: none;
}
.csc-mailform-field {
    margin-bottom: 7px;
    clear:left;
}
label {
    float: left;
    width: 120px;
}
span.csc-mailform-label {
	display: none; 
}

#mailformBestellung input{
	float: left;
	width: 20px;
}
#mailformBestellung label{
	float: left;
	width: 200px;
}


#mailformBestellung legend {
    display: none;
}
#mailformBestellung {
    border-style: none;
    border-width: 0px;
    margin-left: 0;
    padding-left: 0;
}
.csc-header {
	display: none;
}