
/* CSS RESET - v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #333;
    background: #fff;
}

#page {
    width: 960px;
    margin: 25px 0 0 27px;
    text-align: left;
    background: #fff;
}

#content {
    text-align: left;
    width: 749px;
    margin: 0px 0 0 192px;
    padding: 0;
    min-height: 400px;
    background: transparent url(images/bg_content.gif) repeat-y;
    padding: 0 0 40px 0;
}

#content_kolali {
    text-align: left;
    width: 749px;
    margin: 0px 0 0 192px;
    padding: 0;
    min-height: 400px;
    background: transparent url(images/bg_content.gif) repeat-y;
    padding: 0 0 40px 0;
}

.team {
	color: red;
	margin: 0px 0 0 0px;
	width: 373px;
}

.teamportraits {
	color: #f937d5;
	margin: 0px 0 0 316px;
	position: absolute;
	width: 373px;
	border: 2px solid #f937d5;
	top: 247px;
	background-color: #efebde;
	padding: 15px;
}

#content .post .teamportraits p{
	color: #f937d5;
}

#content .post .teamportraits td{
	color: #f937d5;
}

#content .post .teamportraits a:before
{
content: "\3E \ ";
}

li.teamaktiv a h2{
	color: #f937d5; 
}


/* Header 
------------------------------------------------------------------------- */

#header { 
	width: 960px;
	height: 29px;
    background: #fff url(images/header.gif) no-repeat;
    border: 0px solid blue;
}

#header_left
{
	float: left;
}

#header_right{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 29px;
	float: right;
}

/* MAIN NAV */
#hauptnavigation{
	width: 960px;
	height: 174px;
	border: 0px solid pink;
}
/* TABELLE */
td {
	color:  #000;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 18px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 0 0;
    padding: 23px 65px 0 100px;
    border-bottom: 0px solid green;
    
}

.post p{
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.post a{
	color: #f937d5;
	text-decoration: none;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	float: left;
    margin: 23px 0px 0 0;
    padding: 0px 0 0 0;
	width: 190px;
	border: 0px solid red;

}

#sidebar ul li {
	padding: 0  0 21px 18px;
}

#sidebar ul li a{
	color: #b4b2a8;
	text-decoration: none;
}

#sidebar ul li.active a{
	color: #f937d5;
	text-decoration: none;
}

#sidebar ul li a:hover{
	color: #f937d5;
	text-decoration: none;
}

#sidebar ul li ul li{
	padding: 3px  0 0px 35px;
}

#sidebar ul li.active ul li a{
	color: #b4b2a8;
	text-decoration: none;
}

#sidebar ul li.active ul li a:hover{
	color: #f937d5;
	text-decoration: none;
}

#sidebar ul li.active ul li.active a{
	color: #f937d5;
	text-decoration: none;
}

/* HEADERS */

h1 {
	font-size: 18px;
	color: #f937d5;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 24px;
	color: #c5c0ac;
	font-weight: bold;
	margin: 10px 0 0 0;
}

a:hover h2 {
	color: #f937d5;
}
/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px 0 0 189px;
    padding: 0 0 0 0;
    width: 752px;
    height: 15px;
    background: transparent url(images/bg_footer.gif) no-repeat;
}

#goTop {
    margin: 0px 0 0 192px;
    padding: 0 0 30px 0;
    width: 749px;
    background: transparent url(images/bg_content.gif) repeat-y;
    text-align: right;
}

#goTop a{
	font-size: 12px;
    color: #b4b2a8;
    padding: 0 60px 0px 0;
}

#goTop a:hover{
	font-size: 12px;
    color: #f937d5;
    padding: 0 60px 0 0;
}

/* KONTAKTFORMULAR */
#kontaktForm {
 width: 300px;
 margin-left: 280px;
}

/* KURSANMELDUNG */
#kursForm {
 width: 100%;
 
}

.anmeldungAbsatz{
	width: 100%;
}

.anmeldungLeft{
	width: 300px;
}

.anmeldungRight{
	width: 100%;
	padding: 0px 0 20px 0;
}

.anmeldungRight p{
	padding: 0px 0 20px 0;
}

.anmeldungLeft {
	padding: 0 0 5px 0;
}

/* Post KONTAKT (main content entries)
------------------------------------------------------------------------- */
.postKontakt {
    margin: 0 0 0 0;
    padding: 23px 65px 0 100px;
    border-bottom: 0px solid green; 
}

.postKontakt p{
    color: #000;
    font-size: 12px;
    line-height: 18px;
    float: left;
}

.postKontakt a{
	color: #f937d5;
	text-decoration: none;
}

.kontaktLeft {
	padding: 10px 0 2px 0;
}

/* GALLERIE */

a.gallery_overview {
	float:  left;
	color: #b4b2a8;
}

a.gallery_overview:hover{
	float:  left;
	color: #f937d5;
}

a.gallery_next{
	color: #b4b2a8;
}

a.gallery_next:hover{
	text-align: right;
	color: #f937d5;
}

span.last {
	text-align: right;
	color: #b4b2a8;
}

p.navigation{
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0;
	width: 600px;
}

img.jahresplan {
	width: 550px;
	height: auto;
}

h1.drag{
	cursor: move;
	margin: 10px 15px 10px 15px;
}

.aktuellTextBlock a:hover{
	color: #f937d5;
}

.aktuellTextBlock a{
	color: #b4b2a8;
}

p.aktuellTextBlock {
	line-height: 14px;
}

.multibox.draggable p{
overflow: hidden;
}

p span.codedirection
{ unicode-bidi:bidi-override; direction: rtl; }
