/* CSS Document */
/* MAKON eConsulting :: www.makon.biz */

/*defaults*/
body 	{color:#777777; margin:20px 0; padding:0; font-family: verdana, arial, "Times New Roman", serif; font-size:12px;}
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:none; }
a:hover	{color:#000000; text-decoration: underline;}
h1 {color: #A60023; font-size:16px;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width: 945px; }
#header		{margin:0px auto; padding-bottom: 20px;}
#navi		{width: 165px; float:left; text-align: left;}
#content	{
	width: 600px;
	float:left;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}
#news		{width: 147px; float:left; font-size:9px; text-align:left; padding-left: 10px;}

/*navigation*/
#navi a {line-height: 1.25; font-weight:bold; color:#777777;}
#navi a:hover {line-height: 1.25; font-weight:bold; text-decoration:none; color:#000000;}
#navi hr {width: 140px; height: 1px; border:solid #EEEEEE 1px;}

a.navileft_passive {
	display:block;
	
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.navileft_active {
	display:block;
	
	background:url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position:right;
        margin-right:13px;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

a.navileft_open {
	padding-left:10px;
	display:block;
	background:url("../images/navi_pfeil.gif") no-repeat;
	background-position:right;
	margin-right:13px;
	padding-top:3px;
	padding-bottom:3px;
	color:rgb(51,79,119);
} 

/* News */
#news h1 {font-size:12px; color:#000000;}
#news p {font-size: 9px; color: #777777;}
#news hr {width: 147px; height: 1px; border:solid #EEEEEE 1px;}

img {
     border: 0px;
}

table.kursplan {
border:0px solid black;
background:#ffffff;
border-spacing:10px;}

table h4 {color:#A60023;
          margin:0px;
}





