/* Farben
gelb: #FFFBC7 (Hintergrund der ganzen Seite)
orange: #FAB500 (Hintergrund im container)
dunkles orange für Rollovers Link und ev. h1: #960000;
*/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

/*  -------------------- allg. Regeln für Tags -------------------- */

body {
	background-color: #FFFBC7;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 4px;
	color: #960000;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 1px;
}

h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
}

h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

table {
	margin-bottom: 10px;
}

table.border {
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.border td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 5px 2px 3px;
}

table.border th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 5px 2px 3px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 5px 2px 3px;
}

th {
	text-align: left;
}

table.verysmall {
	margin-bottom: 5px;
}

table.verysmall td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 1px 4px 1px 0px;
}

ul, ol {
	margin-bottom: 10px;
}

li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2px;
}

a {
	color: #000000;
}

a:hover {
	color: #960000;
}

a.download_link {
	background-image: url(../images/download.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	line-height: 22px;
	padding: 5px 0px 2px 25px;
}

hr {
	border: 0;
	color: #000;
	background-color: #000;
	height: 2px;
	margin-bottom: 10px;
}

/* Formulare */
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

input {
	border: 1px solid #000;
	background-color: #FFFBC7;
	font-size: 13px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 8px;
}

.versenden {
	cursor: pointer;
	cursor: hand;
}

select {
	font-size: 13px;
	margin-bottom: 10px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #000;
	background-color: #FFFBC7;
	font-size: 13px;
	line-height: 18px;
	padding: 2px 3px 2px 3px;
	margin-bottom: 10px;
}

/* Regeln für Pommo */

#alertmsg.error {
	border: 1px solid #F30;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 3px;
	width: 300px;
}

#alertmsg.error ul {
	margin-bottom: 2px;
	margin-left: 20px;
}

/* -------------------- allg. Klassen -------------------- */
.kleingedrucktes {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 3px;
}

.alert {
	border: 1px solid #F30;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 2px 5px 2px 5px;
	margin-bottom: 3px;
	width: 450px;
}

img.logo {
	padding-bottom: 5px;
}

/* -------------------- Divs für den Aufbau -------------------- */
#container {
	width: 955px;
	margin: 7px auto 0px auto;
	height: 640px;
	background-color: #FAB500;
}

#header {
	height: 120px;
}


/* -------------------- Content: Bilder, Texte, etc. -------------------- */
#stage {
	margin-top: 21px;
	padding: 14px 15px 10px 15px;
	
}

#centered_content {
	width: 660px;
	margin: 0px auto 0px auto;
	height: 440px;
	overflow: auto;
	overflow-x:hidden;
}

#left_col {
	width: 438px;
	float: left;
	padding: 0px 8px 0px 5px;
}

#right_col {
	margin-left: 463px;
	padding: 0px 5px 0px 8px;
}

#left_col_one_third {
	width: 400px;
	float: left;
	padding: 0px 8px 0px 5px;
}

#right_col_two_third {
	margin-left: 408px;
	padding: 0px 5px 0px 8px;
}

