body {
	margin: 0px;
	padding: 0px;
	background-color: #F2E5CE;
}
p, a, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #1A3163;
}

.linkfarbe {
	color: #EDD7B0;
	text-decoration: underline;
}

/*----------------------------- Sprachwahl-Leiste */
#sprachwahl {
	width: 100%;
	height: 20px;
	background-color: #001832;
}
#sprachwahl table {
	vertical-align: middle;
	height: 20px;
	padding-right: 10px;
}
/*----------------------------- Footer */
table.footer {
	background-color: #001832;
	color: #EDD7B0;
	text-align: center;
	height: 22px;
}
/*----------------------------- Seiten-Definition */
table.page {
	width: 760px;
	vertical-align: top;
}
/*----------------------------- Class - Logo - Image */
table.class-logo-image {
	height: 165px;
}
.dunkelblau-links {
		background-color: #001832;
		background-image: url(global_gfx/10px_spacer_bg.gif);
		background-position: right;
		background-repeat: repeat-y;
	}
.logo-links {
	background-image: url(global_gfx/wappen.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: top;
	height: 500px;
}
.dunkelblau-rechts {
		background-color: #001832;
		vertical-align: top;
		padding-top: 30px;
	}
.beige {
		background-color: #EDD7B0;
		vertical-align: top;
	}
	table.class-logo-image img.border {
		border-left: 10px solid #001832;
		border-bottom: 10px solid #001832;
	}
/*----------------------------- Menü-Definitionen */
#menu {
	color: #EDD7B0;
	font-weight: bold;
	/*margin-left: 25px;*/
	text-align: right;
	background-color: #001832;
	background-image: url(global_gfx/10px_spacer_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	
}
#menu a {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 25px;
	color: #EDD7B0;
	display: block;
	text-decoration: none;
	background-image: url(global_gfx/menu_ohne_star.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#menu a:hover {
	background-image: url(global_gfx/menu_star.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#menu a.on {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 25px;
	color: #EDD7B0;
	display: block;
	text-decoration: none;
	background-image: url(global_gfx/menu_star.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/*----------------------------- Inhalts-Definitionen */
table.inhalt {
	width: 397px;
	margin: 20px 20px 10px 10px;
}
table.inhalt p, table.inhalt ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 18px;
	
}
table.inhalt li {
	margin-left: 2em;
	list-style-type: disc;
}
table.inhalt td {
	padding: 2px 0 2px 0;
}
.topline{
	border-top: 1px solid #000000;
}
input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid #1A3163;
	margin: 1px 1px 1px 5px;
	padding: 1px;
}
input.button {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-weight: bold;
	background-image: url(global_gfx/mail.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
input.error, select.error {
	padding-right: 16px; 
	border: 1px solid #FF0101;  
	background-image: url(global_gfx/warning_obj.gif); 
	background-position: right; 
	background-repeat: no-repeat;
	width: 100%
}
table.seitenspalte {
	color: #EDD7B0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
	table.seitenspalte a {
		color: #EDD7B0;
	}
table.border {
	border-collapse: collapse;
	border: 1px solid #1A3163;
}
	table.border td {
		border: 1px solid #1A3163;
		padding: 2px;
	}
table.bildunterschrift {
	color: #EDD7B0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
	table.bildunterschrift td {
		font-size: 11px;
	}
	
	.bildabstand-rechts {
		padding-right: 10px;
	}

td.verlauf-arrangement {
	background-image: url(global_gfx/verlauf-arrangement.jpg);
	background-repeat: no-repeat;
	height: 40px;
	background-color: #1A3163;
}
td.verlauf-arrangement p {
	padding: 10px;
	color: #FFF;
	font-size:16px;
	font-weight: bold;
}

.arrangements {
	background-image: url(gfx/arrangement_buttons/arrangements_button.jpg);
	background-repeat: no-repeat;
	width: 340px;
	height: 27px;
	padding: 8px 5px 5px 45px;
	margin-bottom: 5px;
	border: 1px solid #fdf6fe
}
.arrangements a {
	font-size: 16px;	
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.arrangements a:hover {
	color: #edd7b0;
	text-decoration: underline;
}
