/*** Normalized ***/


body#main_body {
    margin: 0;
    padding: 0;
    height: 100%;
	text-align: center;
	background: #424f5f url(./Layout/bg_main.gif) repeat-x bottom;
}

#page_all {
    width: 725px;
    margin: 17px auto 0 auto;
    height: 100%;
}

#header {
    height: 76px;
}

#logo {
    width: 163px;
    height: 76px;
    margin: 0;
    float: left;
	background: url(./Layout/Logo_76_oben.jpg) no-repeat;
}

div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#key_visual {
    float: left;
    width: 562px;
    height: 76px;
    margin: 0;
	background: url(./Layout/Titel_562.jpg) no-repeat;
}

#slogan {
    padding: 20px 0 10px 0;
    width: 510px;
	color: #a00203;
	font-family: arial;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #a00203;
}

#main {
    background: #ffffff;
}

#main_container {
    background: #ffffff url(./Layout/bg_content.gif) repeat-y right;
}

#top_block {
    height: 14px;
	background: url(./Layout/bg_top.gif) no-repeat bottom;
}

#main_top {
    height: 5px;
    font-size: 0px;
	background: #657994;
}

#sub_container1 {
    width: 159px;
    padding: 0 2px 0 2px;
    float: right;
	text-align: left;
}

#sub_container2 {
	position: relative;
	left: 25px;
	float: left;
    margin: 0;
    padding: 0 0 10px 0;
	text-align: left;
}

#content_container {
	width: 510px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
	
#footer {
    clear: both;
    padding: 15px 15px 15px 30px;
}

#footer_text {
  font-family: Arial;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #7d7e7e;
}

/* Begin Content */
.content {
    color: #7d7e7e;
}

.content a {
    color: #ff0303;
}
	
.content table {
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
	border-color: #657994;
}

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
    text-align: left;
	border-color: #657994;
    background: #657994;
    color: #ffffff;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
	border-color: #657994;
    color: #657994;
}

.content tr.odd {
    background: #ffffff;
}

.content tr {
    background: #eefaff;
}

.content tr.even {
    background: #eefaff;
}
.content h1 {
  font-family: arial;
  font-style: normal;
  font-size: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #7d7e7e;
}
.content h2 {
  font-family: arial;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #7d7e7e;
}
.content h3 {
  font-family: arial;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #7d7e7e;
}
.content, .content p {
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #7d7e7e;
}
.content a:visited {
  font-family: Arial;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.content a:link {
  font-family: Arial;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #999;
}
.content a:hover {
  font-family: Arial;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #666;
}
.content a:active {
  font-family: Arial;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.content button {
    border: 1px solid;
    background: #eeeeee;
	border-color: #657994;
}

.content textarea {
    border: 1px solid;
	border-color: #657994;
}

.content input {
    border: 1px solid;
	border-color: #657994;
}

.content fieldset {
    border: 1px solid;
	border-color: #657994;
}

.content {
    margin: 5px 0 15px 0;
    padding: 0;
}

.content p {
    margin: 5px 0 15px 0;
    padding: 0;
}

/* End Content */

