
/* -------------------- Allgemeines --------------------------- */

* {
	margin: 0;
	outline: 0;
	padding: 0;
}

html { height: 101%; }

body {
	background-color: #F3CC33;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


h1 {
	font-size: 26px;
	padding:34px 40px 40px 40px;
	color:#75725F;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
a {
	font-size: 14px;
	text-decoration: none;
	color: #75725f;
	}

table a {
		color: black;
		text-decoration: underline;
	}

img {
	border: none; padding-left:0px;
}


/* -------------------- Umschliessende Tags --------------------------- */
#wrapper {
	margin: 0px auto;
	padding-top: 10px;
	min-height: 530px;
	width:1006px;
	background-color: #F3CB35;	
}

#wrapper_index {
	margin: 0px auto;
	padding-top: 10px;
	height: 630px;
	width:1006px;
	background-color: #F3CB35;
	}

/* -------------------- Kopfbereich --------------------------- */

#header {
	background-image: url(images/header2_neu.jpg);
	background-repeat: no-repeat;
	background-color: #F3CB35;
	width: 974px;
	height:119px;
	margin: 0px 0 0 20px;
	border-left: 2px solid #a11a28;
}

#header_index {
	background-image: url(images/bg_index_neu.jpg);
	background-repeat: no-repeat;
	background-color: #F3CB35;
	width: 974px;
	height:580px;
	margin: 0px 0 0 20px;
	border-left: 2px solid #a11a28;
	border-bottom: 2px solid #f3cb35;
}

#header_left {
	float: left;
	width: 770px;
	margin-top: 10px;
}

#header_right {
	float: right;
	width: 170px;
	margin-right: 18px;
	}

.name1 {
	padding-left: 100px;
	font-size: 30px;
	color: #75725f;
	text-decoration: none;
	font-weight: bold;
}

.name2 {
	padding-top: 12px;	
	font-size: 14px;
	color: #d67e1c;
	text-align: right;
	font-weight: bold;
	line-height: 19px;
}

#upper_menu {
	height: 20px;	
	margin: 5px 0 0 100px;;
}

#upper_menu a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #A11A28;
	font-weight: bold;
}

.current {
	font-size: 14px;
	text-decoration: none;
	color: #A11A28;
	font-weight: bold;
}

.menu_element1 {
	position: absolute;
	margin-left: 20px;
	
}
.menu_element2 {
	position: absolute;
	margin-left: 85px;
}
.menu_element3 {
	position: absolute;
	margin-left: 191px;
}
.menu_element4 {
	position: absolute;
	margin-left: 389px;
}
.menu_element5 {
	position: absolute;
	margin-left: 499px;
}
.menu_element6 {
	position: absolute;
	margin-left: 598px;
}

/* -------------------- Textbereich --------------------------- */

#main {
	clear: both;
	width: 990px;
	height:4000px;
	background-color: #f3cb35;
}

#main_index {
	clear: both;
	width: 990px;
	height:530px;
	background-color: #f3cb35;
}


#main_left {
	margin-left: 20px;
	float: left;
	width: 772px;
	height:4000px;
	background-image: url(images/main2_neu.jpg);
	background-repeat: no-repeat;
	background-color: #FBF1CD;
	border-left: 2px solid #a11a28;
	color:black;
}

* html #main_left {
	margin-left: 10px;
}

#main_left img#zertifikat {
	
	
}

.text {
	font-size: 14px;
	padding: 6px 80px 30px 40px;
	text-align: justify;
}

table {
	font-size: 14px;
	margin-left: 40px;
	text-align: left;
	
}

th {
	padding-bottom: 40px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: normal;
}

/* -------------------- Menu rechts --------------------------- */

#main_right {
	margin-right: 10px;
	float: right;
	width: 170px;
	
	}
	
#main_right li {
	margin-left: 0px;
	padding: 10px 0 10px 0;
	list-style-position: outside;
}

#main_right a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #A11A28;
	font-weight: bold;
}

.name3 {
	font-size: 14px;
	color: #a11a28;
	padding:40px 0 0 10px;
}

.name4 {
	font-size: 14px;
	color: #a11a28;
	padding:40px 0px 0 0px;
	font-weight: bold;
	border-bottom: 2px solid #a11a28;
	padding-bottom:2px;
}

/* -------------------- footer --------------------------- */

#footer {
	font-size: 12px;
	margin: 15px 15px 15px 100px;
}

#footer a {
	font-size: 12px;
}





