/* @group basics */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

body {
	background: #0e57a9 url(bg_body.png) repeat-x 0 -185px;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

h1, h1 a {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

small, small a, small strong {
	font-size: 10px;
}

a {
	color: #036;
}
a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 12px;
}

.clear {
	clear: both;
}

/* @end */

/* @group Framework */

#fw {
	margin: 0 auto;
	width: 831px;
	height: 440px;
	background: #FFF url(bg_fw.png) no-repeat;
	position: relative;
}

#fwLogo {
	position: absolute;
	top: 20px;
	left: 285px;
}

#fwNav {
	position: absolute;
	top: 0; /* Abstand wird via #fwNavSchule gemacht */
	left: 0;
	width: 179px;
}

#fwNavSchule {
	height: 415px;
	position: relative;
}
#fwNavSchuleInner {
	width: 177px;
	background-color: #e69723;
	border: 1px solid #FFF;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#fwNavOgs {
	width: 179px;
	background-color: #e3e5e7;
	border: 1px solid #FFF;
}

#fwSiteservice {
	height: 30px;
	position: absolute;
	top: 210px;
	left: 646px;
}

#fwMain {
	position: absolute;
	top: 240px;
	left: 179px;
	width: 652px;
	background: #FFF url(bg_fwMain.png) repeat-y;
}
#fwContent {
	min-height: 550px;
	height: auto !important;
	height: 550px;
	float: left;
	width: 416px; /* 366 + 50 */
}
#fwContentInner {
	padding: 0px 0 20px 50px;
}

#fwSide {
	float: right;
}


#fwNews {
	background-color: #CCC;
	width: 185px;
}

/* @end */

/* @group Nav Schule */

#fwNavSchule ul {
	padding: 0 10px 5px 10px;
}

#fwNavSchule ul li {
	font-size: 14px;
	line-height: 16px;
	color: #0e57a9;
	padding-top: 5px;
	clear: both;
	font-weight: bold;
}

#fwNavSchule ul li ul {
	padding: 0;
	margin: 0;
}

#fwNavSchule ul li ul li {
	padding: 0;
	margin: 0;
	clear: none;
}

#fwNavSchule ul li ul li ul {
	padding: 0;
	margin: 0 0 0 20px;
}

#fwNavSchule ul li ul li ul li {
	padding: 0;
	margin: 0;
	clear: none;
}

/* uid8: Klassen */
/* uid5: Einschulung */

#fwNavSchule ul li ul.uid8,
#fwNavSchule ul li ul.uid5 {
	padding-top: 3px;
}
#fwNavSchule ul li ul.uid8 li,
#fwNavSchule ul li ul.uid5 li {
	float: left;
}
#fwNavSchule ul li ul.uid8 li a,
#fwNavSchule ul li ul.uid5 li a {
	padding: 0 10px 0 0;
}

#fwNavSchule ul li ul li a {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#fwNavSchule ul li ul li.active a {
	font-weight: bold;
}
#fwNavSchule ul li ul li.active ul li a {
	font-weight: normal;
}
#fwNavSchule ul li ul li ul li.active a {
	font-weight: bold;
}

/* @end */

/* @group Nav OGS */

#fwNavOgs ul {
	padding: 5px 10px;
}

#fwNavOgs ul li {
	font-size: 14px;
	line-height: 16px;
	color: #0e57a9;
	padding-top: 5px;
	font-weight: bold;
}

#fwNavOgs ul li ul {
	padding: 0;
	margin: 0;
}

#fwNavOgs ul li ul li {
	padding: 0;
	margin: 0;
}

#fwNavOgs ul li ul li a {
	font-size: 12px;
	line-height: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#fwNavOgs ul li ul li.active a {
	font-weight: bold;
}

/* @end */

/* @group Nav Siteservice */

#fwSiteservice ul {
	padding: 0;
	margin: 0;
}

#fwSiteservice ul li {
	display: inline;
	margin: 0;
	border-left: 1px solid #737577;
	padding-left: 5px;
	margin-left: 5px;
}
#fwSiteservice ul li:first-child,
#fwSiteservice ul li.firstChild {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

#fwSiteservice ul li a {
	color: #737577;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}
#fwSiteservice ul li.active a {
	font-weight: bold;
}

/* @end */

/* @group Aktuelles */

#fwNews h2 {
	background-color: #828385;
	color: #FFF;
	padding-left: 10px;
}

/* @end */

/* @group Main Content */

#fwMain * {
	color: #666;
	font-size: 12px;
}

#fwMain h1 {
	font-size: 14px;
	color: #0e57a9;
	margin-bottom: 7px;
}

.csc-textpic .csc-textpic-imagewrap {
	padding: 8px 0;
}

table.contenttable {
	border-collapse: collapse;
	margin:  20px 0;
}
table.contenttable tr td,
table.contenttable tr th {
	border: 1px solid #666;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px;
}
table.contenttable tr td p,
table.contenttable tr th p {
	margin-bottom: 0;
}

/* @end */

/* @group News */

#fwNewsContent {
	padding:  10px;
}

#fwNewsContent * {
	font-size: 10px;
	line-height: 13px;
}

#fwNews h1 {
	margin-bottom: 7px;
}
#fwNews h1 a {
	text-decoration: none;
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
#fwNews .newsEntry  {
	padding-bottom: 20px;
	border-bottom: 2px solid #999;
	margin-bottom: 20px;
}

/* @end */

/* @group Kontakt */

#ggsContactForm {
	display: none;
	background-color: #e69723;
	padding: 0 10px 10px 10px;
}

#ogsContactForm {
	display: none;
	background-color: #e3e5e7;
	padding: 0 10px 10px 10px;
}

#ggsContactForm *, #ogsContactForm * {
	color: #000;
}

/* @end */

/* @group Form */

fieldset.csc-mailform, fieldset.csc-mailform-wide {
	border: none;
	padding: 20px 0 0 0;
	width: 340px;
}

div.csc-mailform-field {
	padding: 0 0 10px 0;
	clear: both;
}

div.csc-mailform-field label {
	display: block;
	color: #000;
}
div.csc-mailform-field-radio label, div.csc-mailform-field-check label {
	display: inline;
	float: none;
}

div.csc-mailform-field input {
	width: 340px;
}
div.csc-mailform-field-radio input {
	width: auto;
	margin-left: 130px;
}
div.csc-mailform-field-check input {
	width: auto;
	margin-left: 80px;
}
div.csc-mailform-field input.csc-mailform-submit,
#tx-srfeuserregister-pi1-fe_users_form input.tx-srfeuserregister-pi1-submit {
	width: 150px;
	float: right;
}

div.csc-mailform-field p {
	margin-left: 80px;
}


div.csc-mailform-field textarea {
	width: 340px;
}

p.tx-srfeuserregister-pi1-error {
	padding: 0 0 10px 80px;
}

fieldset.csc-mailform-wide div.csc-mailform-field label {
	width: 130px;
}

div.mailFormError {
	color: #F00;
	margin-left: 130px;
}

#registerSalesperson {
	display: none;
}

/* @end */


