/*
--------------------------------------------------------
 Allgemeine Styles
--------------------------------------------------------
*/

@charset "utf-8";

*{
	font-family			: verdana;
	font-size			: 8pt;
	color				: #000;
}

h1 {
	font-size			: 11pt;
	color				: #660000;
}

a:link, a:visited, a:hover, a:active{
	color				: #000;
	text-decoration		: underline;
}

body {
	background-color	: #990000;
	margin-top			: 0px;
}

/*
--------------------------------------------------------
 Styles für das Layout der Seite
--------------------------------------------------------
*/

#background {
	background-color	: #FE9901;
}

#full_page_area {
	width				: 970px;
	background-color	: #FE9901;
}

#row_header {
	width				: 100%;
	height				: 76px;
	background-color	: #990000;
}

#col_left {
	width				: 244px;
	margin-left			: 0px;
	float				: left;
}

#col_right {
	float				: left;
	width				: 720px;
	background-color	: #FE9901;
}

#row_footer {
	clear				: both;
	width				: 100%;
	height				: 44px;
	background-image	: url('images/yellowbar_unten.png');

}

#content {
	width				: 700px;
	margin-top			: 30px;
}

#mainmenu {
	margin-top			: 30px;
	margin-left			: 30px;
	width				: 183px;
}

#submenu {
	margin-left			: 26px;
	margin-top			: -2px;
	padding				: 0px;
}

.breaker {
	clear				: both;
	margin-top			: 5px;
	border-top-style	: dotted;
	border-top-width	: 1px;
	border-color		: #990000; 
}

#image_bar {
	margin				: 0px;
}

/*
--------------------------------------------------------
 Dekoelemente der Seite
--------------------------------------------------------
*/
.yellow_bar {
	width				: auto;
	height				: 18px;
	background-color	: #FFB84D;
}

#sprung_oben {
	padding-top			: 0px;
	width				: 244px;
	height				: 45px;
}

#sprung_unten {
	width				: 244px;
	height				: 44px;
}

#himmelsstuermer {
	width				: 243px;
	height				: 175px;
	margin-top			: 20px;
}

#logo {
	
	margin-top			: 15px;
	margin-left			: 30px;
}

/*
--------------------------------------------------------
 Styles für die menus der Seite
--------------------------------------------------------
*/
#mainmenu a , #mainmenu a:hover{
	font-size			: 10px;
	font-weight			: bold;
	color				: #660000;
	background-image	: url('images/mainmenu_background.png');
	width				: 159px;
	height				: 18px;
	padding-left		: 24px;
	padding-top			: 4px;
	margin-top			: 0px;
	margin-bottom		: 2px;
	text-decoration		: none;
	display				: block;
}

#submenu a , #submenu a:hover{
	display				: block;
	font-size			: 10px;
	font-weight			: normal;
	color				: #660000;
	background-image	: url('images/submenu_background.png');
	width				: 84px;
	height				: 18px;
	padding-top			: 4px;
	text-decoration		: none;
	
	text-align			: center;
	margin-top			: 0px;
	margin-left			: -5px;
	float				: left;
}

#submenu #submenu_first {
	display				: block;
	font-size			: 10px;
	font-weight			: normal;
	color				: #660000;
	background-image	: url('images/submenu_background_first.png');
	width				: 104px;
	height				: 18px;
	padding-top			: 4px;
	text-decoration		: none;
	text-align			: center;
	margin-left			: -5px;
	padding-left		: 10px;
	float				: left;
}

.image1 {
	width				: 160px;
	margin-right		: 5px;
	margin-bottom		: 5px;
	float				: left;
}
.image2 {
	width				: 160px;
	margin-left			: 5px;
	margin-bottom		: 5px;
	float				: right;
}

.imgverband{
	width				: 60px;
	margin-top			: 5px;
}

.img_vorstand{
	width				: 90px;
	margin-top			: 5px;
}