/*//////////// Generelle Definitionen /////////////*/
body {
	background: url(../_i/deko.gif) -10px 0 #505152;
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #333333;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	margin: 16px 0 22px 0;
	text-transform: uppercase;
}
h2 {
	color: #72267a;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	margin: 0 0 8px 0;
}
h2.withBg {
	background-color: #B77991;
	color: #FFF;
	font-weight: 700;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 0 8px 0 8px;
	text-align: left;
	text-transform: uppercase;
}
h3 {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 16px 0 0;
	padding: 0;
}

#home h3 {
	margin-right: 0;
}

h4 {
	color: #B92C8C;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	margin: 0 16px 0 0;
	/*text-transform: uppercase;*/
}
a {
	color: #d533a1;
	font-weight: 400;
	line-height: 14px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

a.anker {
	background: transparent url(../_i/anker.gif) right 4px no-repeat;
	color: #333333;
	padding-right: 11px;
}

p {
	line-height: 17px;
	margin: 0 0 17px 0;
	padding: 0;
}

p.footnote {
	color: #939598
}

form {
	margin: 0;
}
input {
	margin-bottom: 12px;
}
.error {
	color: #F83bbc;
}

/*////////// Zentriertes Layout //////////*/

div#body {
	margin: 0px auto 0px auto;
	width: 810px;
}

/*////////// Rahmen und Hintergrund //////////*/
div#container {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 0px 56px 8px 56px;
	width: 684px;
	/*border: 4px solid #626465;
	border-top: none;*/
}

/*////////// Seitenkopf //////////*/
div#head {
	height: 144px;
	overflow: hidden;
	width: 684px;
}
div#headLeft {
	float: left;
}
div#headRight {
	float: right;
}
.imgClaim {
	display: block;
}
div#head a img {
	border: none;
}
/*//////////// Navigationscontainer mit CLEAR /////////////*/
div#navigation {
	background-color: #fff;
	margin-bottom: 12px;
}

div#navigation {
	display: block;
	}
/* Ende Holly Hack */
div#navigation:after {
	content: "\A";
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}
/*/////////////////// Anfang Navigation ///////////////////*/
div#navigation ul {
	border-bottom: 1px solid #dcdbdb;
	border-top: 1px solid #dcdbdb;
	float: left;
	height: 27px;
	list-style: none;
	margin: 0px;
	padding: 0;
	position: relative;
	width: 684px;
	z-index:2;
}
div#navigation ul li {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	height: 27px;
}
div#navigation ul li:hover,
div#navigation ul li.sfhover {
	background-color: #fff;
}
div#navigation ul li a {
	color: #505152;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	padding: 3px 8px 4px 8px;
	text-decoration: none;
}


div#navigation ul li a:hover,
div#navigation ul li a.aktiv {
	color: #72267a;
}

div#navigation ul li:hover,
div#navigation ul li.sfhover {
	border-left: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
}

div#navigation ul li ul {
	border: 1px solid #dcdbdb;
	height: auto;
	left: -999em;
	margin-left: -1px;
	margin-top: -1px;
	position: absolute;
	width: 142px;
	z-index:-1;
}
div#navigation ul li:hover ul,
div#navigation ul li.sfhover ul {
	left: auto;
}
div#navigation ul li ul li {
	border: none;
	background-color: #fff;
}
div#navigation ul li ul li:hover,
div#navigation ul li ul li.sfhover {
	border: none;
	background-color: #fff;
}
div#navigation ul li ul li a,
div#navigation ul li:hover ul li a,
div#navigation ul li.sfhover ul li a {

	padding: 2px 12px 3px 12px;
	text-transform: none;
	width: 118px;
}
div#navigation ul li ul li a:hover {
	
}
/*//////////////////// Ende Navigation ////////////////////*/

img#visual {
	margin-bottom: 16px;
}

/*////////// Zweispaltiger Content //////////*/
div#wrapper {
	/* background-color: yellow; nur zur Kontrolle !!! Entfernen oder ändern !!! */
	margin-top:18px;
	overflow: hidden;/**/
	padding-top: 2px;
}
div#wrapper div#hauptSpalte {
	background-color: #FFF;
	float: left;
	/* padding-bottom: 32767px;
	margin-bottom: -32767px; */
	width: 432px;
}
div#wrapper div#hauptSpalte div.inhalt {
	/* padding: 16px; */
}

div.inhalt {
	padding: 1px 0 16px 0;
}

.home div.inhalt {
	padding: 1px 0 16px 0;
	width: 433px;
}

div#wrapper div#nebenSpalte {
	/* background-color: #FFF; */
	float: left;
	/* padding-bottom: 32767px;
	margin-bottom: -32767px; */
	margin-left: 40px;
	padding-top:20px;
	width: 212px;
}
div#wrapper div#nebenSpalte div.inhalt {
	border:1px solid #dcdbdb;
	padding: 16px;
	background-color: #FFF;
	margin-bottom: 16px;
}

div#wrapper div#nebenSpalte div.special {
	border: none;
	padding: 16px;
	background-color: #ece5ed;
	margin-bottom: 16px;
	position: relative;
}

div#wrapper div#nebenSpalte div.special img.deko {
	right: 0px;
	top: -10px;
	position: absolute;
}

div#wrapper div#nebenSpalte p {
	margin-left: 0;
}
div#wrapper div#nebenSpalte p.back {
	text-align: right;
}
#nebenSpalte h1 {
	margin: 0;
}
div#contentSpalte {
	margin-top: 10px;
	background-color: #FFF;
	/*width: 684px;*/
	width: 472px;
}
div#contentSpalte div.inhalt {
	/* padding: 16px; */
	background-color: #FFF;
	margin-bottom: 16px;
}


/*////////// Contentelemente //////////*/
.right {
	text-align: right;
}

p.linkbox {
	height: 24px;
}

p.linkbox a.back {
	float: left;
}

p.linkbox a.anmelden {
	float: right;
}

div#hauptSpalte div#overviewPage.inhalt div#twoCol img,
div#contentSpalte div#overviewPage.inhalt div#twoColWide img,
div#contentSpalte div#overviewPage.inhalt div#twoColWide p  {
	margin-bottom: 16px;
}

/*////////// Startseite //////////*/
div#unsubscribe {
	margin-top: 16px;
	position: absolute;
	visibility: hidden;
	width: 180px;
}
/*////////// Lehrer //////////*/
div#hauptSpalte .inhalt div#twoCol img {
	float: left;
	margin: 4px 16px 0 0;
}
div#hauptSpalte .inhalt div#twoCol p {
	padding-left: 96px;
}
div#hauptSpalte .inhalt div#twoCol h2 {
	padding-left: 96px;
}
div#contentSpalte .inhalt div#twoColWide img {
	float: left;
	margin: 4px 16px 0 0;
}
div#contentSpalte .inhalt div#twoColWide p {
	margin: 0 16px 8px 0;
	padding: 0 0 0 183px;
}
div#contentSpalte .inhalt div#twoColWide h2 {
	padding-left: 183px;
}
div#contentSpalte .inhalt div#twoColWide h3 {
	padding-left: 183px;
}
div#twoColWide, div#twoColWide {
	display: inline-block; /* Variation des Holly Hack */
	overflow: hidden;
}

/*////////// Kursplan //////////*/

.tip {
	background: transparent url(../_i/tip-bg.png) repeat-y;
	display: inline-block;
	font-family:Arial,Verdana,Helvetica;
	margin: 0;	
	padding: 20px;
	width: 280px;
	/*border-radius: 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #eaeaea;*/
}

.tip-top {
	background: url(../_i/tip-top.png) no-repeat;
	height: 8px;
	margin-top: 5px;
	width: 320px;
}
			
.tip-title {
	color:#72267a;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	float: left;
	margin: 0;
}
			
.tip-text {
	color:#333333;
	font-size:12px;
	line-height:16px;
	margin: 0;
}
			
.tip-bottom {
	background: url(../_i/tip-bottom.png) no-repeat;
	height: 8px;
	width: 320px;
}

table {
	/*border-left: 1px solid #DCDBDB;
	border-right: 1px solid #DCDBDB;
	border-top: 1px solid #DCDBDB;*/
	margin: 0 0 32px 0;
	width: 668px;
}

th {
	background-color: #72267a;
	color: #FFF;
	font-weight: 400;
	text-align: left;
}

th.tag {
	padding: 2px 8px 3px 8px;
}

td {
	border-bottom: 1px solid #DCDBDB;
	border-left: 1px solid #DCDBDB;
	padding: 8px 0 8px 0;
	vertical-align: top;
}

table#kursplan {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #DCDBDB;
	border-top: none;
	margin-bottom: 6px;
	width: 100%;
}

table#kursplan tr:hover {
	background-color: #DCDBDB;
}

table#kursplan tr.abstand:hover,
table#kursplan tr.line:hover {
	background-color: transparent;
}

table#kursplan th {
	padding-left: 4px;
	white-space:nowrap;
}

table#kursplan td {
	border: none;
	padding: 2px 2px 2px 0;
}

table#kursplan h2 {
	margin: 0;
	padding-left: 2px;
}

table#kursplan tr.line td {
	background-color: #DCDBDB;
	height:1px;
	padding: 0;
}

table#kursplan tr.abstand td {
	height:14px;
	padding: 0;
}

table#kursplan tr.nix td {
	border: none;
	padding: 0;
}

table#kursplan tr.nix td h1 {
	margin-left: 0;
}

table#kursplan tr.nix:hover td {
	background-color: #fff;
}

table td h1,
table td h2,
table td h3,
table td h4,
table td p {
	margin-left: 8px;
}

tr.colored {
	background-color:#fff;
}

td.preis {
	width: 146px;
	border-left: none;
	border-right: 1px solid #DCDBDB;
}

div.clearfix {
	border-top: 1px solid #DCDBDB;
	clear: both;
	height: 24px; /* korrektur fuer ie in ieHax.css */
}

td p {
	margin-bottom:0;
}

.galerie table {
	border: none;
	width: 645px;
}

.galerie table td {
	border: none;
}

/*////////// Fusszeile //////////*/
div#footer {
	color: #c9cacc;
	font-size: 9px;
	margin-bottom: 20px;
	margin-top: 1px;
	padding-left: 4px;
	width: 100%;
}
div#footer a {
	color: #c9cacc;
	margin-left: 7px;
}
