@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	min-height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;	
	color:#545454;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;	
	background-image:url(../pics/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

body.nobg {
	background-image:none;
}

h1{
	color:#249cd4;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

a{
	text-decoration:none;
	color:#257899;
}

td {
	vertical-align:top;
}

hr {
	background-color:#279dd4;
	border:medium none;
	color:#279dd4;
	height:1px;
}

ul {
	margin-left:14px;
	padding-left:0;
}

ol {
	margin-left:19px;
	padding-left:0;
}

#out{
	width:960px;
	margin:0 auto;
}

#header {
	height:87px;
	padding-left:36px;
	position:relative;
	z-index:10;
}

#logo {
	width:330px;
	float:left;
	position:relative;
	z-index:50;
}


#newsticker {
	height:37px;
	padding-top:50px;
	position:relative;
	z-index:10;
}

#navigation {
	height:40px;	
	padding-left:29px;
}

#main {
	padding-top:36px;
}

#content, #right_frame{
	float:left;
}

#content {
	width:509px;
	padding:0 45px 20px 40px;
	min-height:820px;
	position:relative;
}

#content_footer {
	font-size:10px;
	color:#247899;
	margin-top:40px;
}

.copyright {
	color:#545454;
}

#right_frame {
	width:366px;
}

.box {
	margin-bottom:12px;
	width:322px;
}

.blue_box_top, .yellow_box_top {
	height:40px;
	line-height:30px;
	background-repeat:no-repeat;
	width:276px;
	padding:5px 23px 0 23px;
}
.blue_box_content, .yellow_box_content {
	background-repeat:repeat-y;
	/*min-height:150px;*/
	width:276px;
	padding:0px 23px 5px;
}
.blue_box_content p, .yellow_box_content p{
	margin-top:0;
}

.blue_box_content p.last{
	margin:0;
}

.blue_box_bottom, .yellow_box_bottom {
	height:18px;
	background-repeat:no-repeat;
}

.blue_box_top{background-image:url(../pics/blue_box_top.jpg);}
.blue_box_content{background-image:url(../pics/blue_box_content.jpg);}
.blue_box_bottom{background-image:url(../pics/blue_box_bottom.jpg);}

.yellow_box_top{background-image:url(../pics/yellow_box_top.jpg);}
.yellow_box_content{background-image:url(../pics/yellow_box_content.jpg);}
.yellow_box_bottom{background-image:url(../pics/yellow_box_bottom.jpg);}


.blue_box_content, .blue_box_content a {
	color:#ffffff;
}

.clear {
	clear:both;
}

.left{	float:left;}
.right{	float:right;}

.yellow_arrow, .blue_arrow{
	background-image:url(../pics/yellow_arrow.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-left:1px;
}

.blue_arrow{
	background-image:url(../pics/blue_arrow.png);
}

.erfolg {
	font-size:14px;
	font-weight:bold;
	color:#00CC33;
}

.image_border{
	border:1px solid #7dc3e4;
}

#kurs ul {
	margin-top:0;
	margin-bottom:0;
}

#kurs td {
	padding:5px;
}

.light_row {background-color:#ffffff}
.dark_row {background-color:#e2f4fc}


#fckeditor {
	padding:10px;
	background-color:#FFFFFF;
	background-image:none;
}