body {
	background-color:#ffeddb;
	background-image:url(../images/bg_verlauf.jpg);
	background-repeat:repeat-x;
	font-family: verdana;
	font-size:12px;
}

/* Grobstruktur */

.outer_container {
	width: 980px;
	margin: 0 auto;
}

.container {
	float:left;
	background-color:#e6d4c0;
	background-image:url(../images/bg_shadow.jpg);
	background-repeat:repeat-x;
	width: 980px;
	padding-left:3px;
	padding-right:5px;
	margin: 0 auto;
}


/* --- */

/* Banner */

.header {
	width:980px;
	height:327px;
	margin:0px;
	color:#59a43c;
	position:relative;
}

	
.linkbox {
    color:#afafaf;
    position:absolute;
    left:700px;
    top:10px;
}

.linkbox a {
    text-decoration:none;
    color:#afafaf;
    font-size:12px;
    font-weight:bold;
}

.linkbox a:hover {
    text-decoration:underline;
    color:#afafaf;
    font-size:12px;
    font-weight:bold;
}

/* --- */


/* top_menu */

.top_menu_bar {
    position:absolute;
    left:0px;
    top:233px;
	width:980px;
	height:70px;
}

.top_menu_bar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.top_menu_bar ul li {
	display:inline;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

.top_menu_bar ul li a {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	height:45px;
	padding-top:25px;
	padding-left:12px;
	padding-right:12px;
}

.top_menu_bar ul li a:hover {
	background-image:url(../images/bg_topmenu_hover.jpg);
	background-repeat:repeat-x;
	color:#df8f4f;
}

/* --- */


/* main content */


.main_content_box {
	float:left;
	width:980px;
	min-height:400px;
	background-color: #e9e9e9;
	overflow:hidden;
}

.main_content {
    float:left;
	width:739px;
	padding-right:20px;
	padding-top:11px;
	padding-left:20px;
	color: #87888a;
	font-size:16px;
	border-right:1px solid #cfcfcf;
}


.main_content a {
	font-weight:bold;
	text-decoration:none;
	color:#ff9019;
}

.main_content a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#df8f4f;
}

.breadcrumb_box {
    position:absolute;
    left:10px;
    bottom:2px;
	width:591px;
	height:17px;
	padding-left:11px;
	padding-top:3px;
	color: #87888a;
}

.breadcrumb_box a {
	font-weight:bold;
	text-decoration:none;
	color:#ff9019;
}

.breadcrumb_box a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#df8f4f;
}

h2 {
    border-bottom:1px dashed #ff9019;
    font-size:16px;
    font-weight:bold;
    color: #ff9019;
}

h3 {
    font-size:16px;
    font-weight:bold;
    color: #87888a;
}

h4 {
    font-size:14px;
    font-weight:bold;
    color:#ff9019;
}

img.leftbox {
    margin-right:8px;
    margin-bottom:8px;
    border:1px solid #afafaf;
    float:left;
}

img.leftbox_space {
    margin-right:23px;
    margin-bottom:8px;
    border:1px solid #afafaf;
    float:left;
}

img.rightbox {
    margin-left:8px;
    margin-bottom:8px;
    border:1px solid #afafaf;
    float:right;
}

.right_content_box {
	float:right;
	width:174px;
	min-height:400px;
    background-color:#e9e9e9;
    padding-left:10px;
    padding-right:15px;
    color: #87888a;
	font-size:16px;
}

.contact_image {
	float:left;
	width:180px;
}

/* Formulare */

.textfield {
    width:300px;
    border:1px solid #dfdfdf;
}

.areafield {
    width:300px;
    height:100px;
    border:1px solid #dfdfdf;
}

#Anrede {
   border:1px solid #dfdfdf;
}

#Absenden {
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #bfbfbf;
	border-right:1px solid #cfcfcf;
	background-color: #ff9019;
	color:white;
	font-weight:bold;
}

.fehler {
    color:#cb0022;
}

/* Kurstabellen */

.kurs_table {
	width:739px;
}

.kurs_row {
	background-color:#d6d6d6;
	background-image:url(../images/bg_table.jpg);
	background-repeat:no-repeat;
}

.kurs_row td {
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	border:1px solid #cfcfcf;
}

td.image_cell {
	width:94px;
}

.kurs_image {
	border:1px solid #cfcfcf;
}

/* --- */


/* footer */

.footer{
	clear:both;
	height:100px;
	padding-top:14px;
	padding-left:460px;
	padding-right:20px;
	text-align:left;
	width:500px;
	background-image:url(../images/bg_footer_3.jpg);
	background-repeat:repeat-x;
	color:white;
}

.footer a {
	color:white;
	text-decoration:none;
}

.footer a:hover {
	color:#ffbf9f;
}
.Stil3 {font-size: 12px}

/* --- */


