/*
 * Default and global CSS Styles 
 */
 
body.page
{
	background-color: white;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

html,
body
{
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
}



/*
 * Global <a href> styles
 */ 

a
{
	color: white;
	text-decoration: none;
}

a:visited, a:link
{
 	color: white;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: none;
}

/*
 * Center Page definition
 */
 
 .page_header_intro
{
	margin: 0 auto;
	width: 925px;
	height: 430px;
	background-color: transparent;
	background-image: url(Bilder/header_intro.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	text-align: left;
	position: relative;	
}

.page_header
{
	margin: 0 auto;
	width: 925px;
	height: 321px;
	background-color: transparent;
	background-image: url(Bilder/header_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	text-align: left;
	position: relative;	
}

.page_hg_home
{
	margin: 0 auto;
	width: 925px;
	min-height: 362px;
	height: auto !important;
	height: 362px;        
	background-color: #d40f14;
	background-image: url(Bilder/hg_home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	position: relative;
}

.page_hg_intro
{
	margin: 0 auto;
	width: 925px;
	min-height: 253px;
	height: auto !important;
	height: 253px;        
	background-color: #d40f14;
	background-image: url(Bilder/hg_intro.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	position: relative;
}



/*
 * Menu - Text placement and font selection
 */
 
 div.menu
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: black;
	position: absolute;
	left: 20px;
	top: 300px;
	width: 885px;
}

div.submenu
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: white;
	position: absolute;
	left: 20px;
	top: 10px;
	color: black;
}



/*
 * Content alignment and position in page
 */

.content_align_intro
{
	width: 100px;
	padding-bottom: 0; 
	padding-top: 220px;   
	padding-left: 690px;
	position: relative;
}

.content_align
{
	width: 470px;
	padding-bottom: 0; 
	padding-top: 50px;   
	padding-left: 217px;
	position: relative;
}

.content_intro
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	position: relative;
	width: 100px;
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	position: relative;
	width: 470px;
}



/*
 * Content Block Elements
 */

.block_content
{
	height: 100%;
	background-color: transparent;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 160%;
}

.block_content_liste
{
	height: 100%;
	background-color: transparent;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
}

.block_content a {
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0px;
	}
	
.block_content a:link, .block_content li a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0px;
	}
	
.block_content a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
	}
	
.block_content a:active {
	font-weight: bold;
	border-bottom: 0px;
	}


/*
 * Menu
 */
 
.menu {
	color: black;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	border-bottom: 0px;
	}
	
.menu a {
	color: black;
	text-decoration: none;
	border-bottom: 0px;
	}
	
.menu a:link, .menu li a:visited {
	color: black;
	border-bottom: 0px;
	}
	
.menu a:hover {
	color: #d40f14;
	border-bottom: 0px;
	}
	
.menu a:active {
	border-bottom: 0px;
	}
	
.menunolink {
	color: #d40f14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	border-bottom: 0px;
	}
	
.submenunolink {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	border-bottom: 0px;
	}
	
.text_form {
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 2px;
  width: 100px;
}
	
.form_input {
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 2px;
  width: 300px;
  height: 17px;
  border: solid 1px;
  border-color: white;
}

.form_radio {
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 2px;
  width: 20px;
}

.form_textarea {
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 2px;
  width: 300px;
  height: 70px;
  border: solid 1px;
  border-color: white;
}

.form_button {
  margin-left: 0px;
  margin-top: 4px;
  margin-bottom: 5px;
  padding: 2px;
  width: 100px;
  border: solid 1px;
  border-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: black;
}

.microtext
{
	height: 100%;
	background-color: transparent;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

.tabelle
{
	height: 100%;
	background-color: transparent;
	color: #d40f14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 160%;
}
