@charset "utf-8";
/* CSS Document */
/********************************************************************* 
*              CSS Stylesheet für www.weisse-schafe.net 			*
*              									 					*
*              Umsetzung: M.Sc. Dipl.-Ing. Thomas Andres			*
*              Kontakt: t.andres(at)freenet.de           			*
*              Dokumenthistorie										*
*              - Beginn der Umsetzung/Erweiterung: 26_11_2008		*
*																	*
*              Im Auftrag der Werbeagentur Grazioli 				*
* ********************************************************************/       


* {
	padding: 0px;
	margin:  0px;
}
img {
	border: 0px;
}
a {
	color: #fc8902;
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fc8902;
}
/* Für TYPO3 angepasst*/
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fc8902;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}
/* Für TYPO3 angepasst*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}
.box {
	width: 960px;
	height: 100%;
	vertical-align: middle;
	margin: 10px auto;
}
/* CSS für Logobereich  */
.box_logo {
	width: 960px;
	height: 120px;
	vertical-align: middle;
	margin: 20px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/logo/logo_weisse_schafe.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* CSS für Navibereich  */
.box_navi {
	width: 960px;
	height: 35px;
	line-height:35px;
	vertical-align: middle;
	padding: 0px;
	text-align: left;
}
.menuaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fc8902;
}
/* CSS für - Hover Effekt Hauptmenü */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4d6601;
}
.menuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fc8902;
}
a.menu:hover {
	color:#fc8902;
}
/* CSS für - Hover Effekt Untermenü */
.menub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d6601;
}
.menubon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fc8902;
}
a.menub:hover {
	color:#fc8902;
}
/* Bindestrich in der Menueführung Hauptmenü */
.trenner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d6601;
	padding-left:10px;
	padding-right:10px;
}
/* Bindestrich in der Menueführung Untermenü */
.trennerb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4d6601;
}
/* Tennlinie orange */
.box_trenner {
	width: 960px;
	height: 10px;
	background: #fc8902;
}
.box_inhalt {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.box_in_left {
	width: 354px;
	height: 390px;
	background-color: white;
	float: left;
}
.box_in_right {
	width: 606px;
	height: 390px;
	background-color: white;
	float: right;
	margin-left: 0px;
}
.box_content {
	position:relative;
	height: 390px;
	vertical-align: text-top;
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 20px;
	width: 550px;
	background-color: white;
}
/*html */
.box_content {
	width:520px;
}
.box_unternavi {
	height: 35px;
	line-height:35px;
	vertical-align: middle;
	padding: 0px;
	text-align: left;
	padding-left: 2px;
}
.footer {
	float:left;
	position:relative;
	top:35px;
	height: 35px;
	line-height:35px;
	vertical-align: middle;
	padding: 0px;
	text-align: left;
	width:354px;
}
.csc-loginform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
}
