/* ---------------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------------*/
p, div, h1, h2, h3, h4, h5, h6, form, input, select, option,li,ul {
	margin: 0;
	padding: 0;
}

img {
	margin:	0;
	padding: 0;
	border: 0;
}

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-color: #e9ecf2;
}
A {
	color: #000000;
	text-decoration: none;
}

table, td, tr{
	margin:	0;
	padding: 0;
}

/* ---------------------------------------------
/*  Content
/* -------------------------------------------*/

h1 {
	font-size: 26px;
	color: #a1cf67;
	padding: 31px 30px 21px 16px;
	font-weight: bold;
}

h1.white{
	font-size: 26px;
	color: #fff;
	padding: 31px 30px 21px 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #0f3f93;
	padding: 0 30px 0 16px;
	font-weight: bold;
	line-height: 16px;
}

h3 {
	font-size: 18px;
	color: #034fa4;
	padding: 17px 30px 0 16px;
	font-weight: bold;
	line-height: 16px;
}

p {
	font-size: 12px;
	color: #000;
	padding: 0 30px 0 16px;
	line-height: 16px;
}

.white{
	color: #fff;
}

.blue{
	color: #0f3f93;
}

.small {
	font-size: 11px;
	color: #034fa4;
	padding: 0 0 0 0;
	line-height: 16px;
}

.small A{
	font-size: 11px;
	color: #034fa4;
	padding: 0 0 0 0;
	line-height: 16px;
}

.darkblue{
	font-size: 12px;
	line-height: 16px;
	color: #034fa4;
}

.darkblue A{
	font-size: 12px;
	text-decoration: underline;
	line-height: 16px;
	color: #034fa4;
}

.darkblue2{
	font-size: 12px;
	line-height: 16px;
	color: #034fa4;
	padding: 0 0 0 16px;
}
.aktuelle_kurse
{
	font-size: 14px;
	color: #0f3f93;
	text-decoration: underline;
	font-weight: bold;
	margin: 0 0 0 16px;
	padding: 0 0 0 21px;
	background-image: url(../images/arrow_aktuell.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	display: block;
	line-height: 20px;
}

.small_headline {
	font-size: 12px;
	color: #a1cf67;
	font-weight: bold;
	line-height: 16px;
	display: block;
}

.big_headline {
	font-size: 26px;
	color: #0f3f93;
	font-weight: bold;
	line-height: 16px;
	padding: 20px 30px 6px 16px;
	display: block;
}

input {
	width: 190px;
	margin: 0 0 13px 16px;
}

select {
	width: 190px;
	margin: 3px 0 13px 16px;
} 

#search {
	width: 70px;
	margin: 0 0 20px 136px;
}

.headline_white {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.headline_white A{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.arrow_link
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 17px;
	background-image: url(../images/arrow_link.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.arrow_link_blue A
{
	font-size: 12px;
	color: #034fa4;034fa4
	text-decoration: underline;
	padding: 0 0 0 15px;
	background-image: url(../images/arrow_link_blue.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.cit
{
	font-size: 14px;
	font-weight: bold;
	color: #034fa4;
	font-style: italic;
	padding: 25px 0 0 16px;
}

.back A{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 18px;
	background-image: url(../images/arrow_back.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.error {
	font-size: 12px;
	font-weight: normal;
	color: #ea2727;
	padding: 0 0 0 16px;
}

#anmelden {
	width: 80px;
}

.pdf {
	color: #034fa4;
	margin: -6px 0 5px 16px;
	padding: 0 0 0 20px;
	background: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
}

#kurs_pulldown {
	margin: 0px 0px 0px 0px;
	width: 307px;
}
/* ---------------------------------------------
/*  Navigation
/* -------------------------------------------*/

#navigation ul {
	list-style: none;
}

#navigation ul li {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0 0 0;
	margin: 0 22px 0px 16px;
	float:left;
	list-style: none;
}

#navigation ul li A {
	color: #0f3f93;
	padding: 20px 0 10px 0;
	display: block;
}

#navigation ul li A.active, #navigation ul li A:hover
{
	background-image: url(../images/arrow_navi.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

/* ---------------------------------------------
/*  Subnavigation
/* -------------------------------------------*/

#subnavi ul {
	list-style: none;
	padding: 0 0 0 194px;
}

#subnavi ul li {
	font-size: 12px;
	font-weight: normal;
	color: #0f3f93;
	padding: 4px 0 5px 0;
	margin: 0 40px 0px 16px;
	float:left;
}

#subnavi ul li A {
	color: #FFFFFF;
	display: block;
}

#subnavi ul li A.active
{
	font-weight: bold;
	color: #0f3f93;
}

/* ---------------------------------------------
/*  Subnavigation Kurse
/* -------------------------------------------*/

#subnavi_kurse ul {
	list-style: none;
}

#subnavi_kurse ul li {
	font-size: 14px;
	font-weight: bold;
	color: #1146a9;
	line-height: 18px;
	padding: 10px 0 0 0;
	margin: 0 0 0 16px;
}

#subnavi_kurse ul li A {
	color: #1146a9;
	padding: 0 0 0 27px;
	display: block;
}

#subnavi_kurse ul li A.active
{
	background-image: url(../images/arrow_subnavi.png);
	background-repeat: no-repeat;
	background-position: 1px 3px;
}

#subnavi_kurse ul li ul{
	font-size: 12px;
	font-weight: normal;
	color: #1146a9;
	line-height: 18px;
	margin: 0 0 0 7px;
}

#subnavi_kurse ul li ul A {
	font-size: 12px;
	color: #1146a9;
	font-weight: normal;
	padding: 0 0 0 27px;
	display: block;
}

#subnavi_kurse ul li ul A.active_sub
{
	font-weight: bold;
}





