html,
body {
   height: 100%;
   min-height: 100%;
}

body {
    text-align: center;
    font-family: trebuchet ms, arial,verdana,sans-serif;
    font-size: 14px;
    /*background: #ccc url('Images/bg_big.jpg') top center fixed no-repeat;*/
    
}

a {
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a:visited 
{
	color: blue;
}

#background 
{
	background: #363636 url('Images/bg.jpg');
	height: 100%;
	width: 100%;
	left:0;
	position:fixed;
	top:0;
	z-index: 1;
}

#navigation-container {
    z-index: 90;
    position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    background: transparent url('Images/bg_navigation.png') repeat-x;
}

#navigation {
    width: 945px;
    margin: 0 auto;
    height: 80px;
    font-size: 13px;
}

#navigation #nav1 {
    position: relative;
    top: 1px;
    left: -10px;
    float: left;
    width: 104px;
    height: 51px;
    margin: 0;
}

#navigation #nav2 {
    position: relative;
    top: -5px;
    left: 0px;
    float: right;
    width: 490px;
    z-index: 3;
    margin: 0;
    text-align: left;
}

#navigation #nav2 ul {
    list-style-type: none;
    margin: 0;
    display: block;
}

#navigation #nav2 ul li 
{
	background: transparent;
    display: block;
    float: right;
    width: 75px;
    height: 89px;
    color: white;
    vertical-align: bottom;
}

#navigation #nav2 ul li:hover {
    background: white;
    color: #882326;
}

#navigation #nav2 ul li:hover td.mainnav h1 {
    background: white;
    color: #882326;
}

#navigation #nav2 ul li a {
    margin: 5px 0 0 0;
    text-decoration: none;
}

#navigation #nav2 ul li h1 {
    float: left;
    color: white;
    font-size: 100%;
    margin: 0;
}

#navigation #nav2 ul li table {
    margin: 5px 0 0 0;
    padding: 0;
}

#navigation #nav2 td.subnav {
    height: 60px;
    padding: 0 0 0 3px;
    margin: 0;
    vertical-align: bottom;
}

#navigation #nav2 td.subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation #nav2 td.subnav ul li {
    width: 72px;
    height: 15px;
    color: white;
    font-size: 80%;
    font-weight: normal;
}

#navigation #nav2 td.subnav ul li a {
    /*color: #9b3639;*/
    color: #FF4444;
}

#navigation #nav2 td.subnav ul li a:hover {
    color: #9b3639;
    text-decoration: underline;
}

#navigation #nav2 td.mainnav {
    padding: 2px 0 0 3px;
}

#navigation #nav2 td.mainnav a:hover h1 {
    color: #882326;
    text-decoration: underline;
}

#container {
    margin: 0 auto;
    width: 945px;
    text-align: left;
    padding: 80px 40px 20px 40px;
    background: transparent url('Images/bg_container.png') repeat-y;
    margin-top: 20px;
    /*margin-top: 100px;*/
    min-height: 200px;
    z-index: 45;
    position:relative;
}

#logo {
    position: relative;
    float: left;
}

#logo a {
    display: block;
    width: 320px;
    height: 90px;
    text-decoration: none;
    background: transparent url('Images/logo.png') no-repeat;
}

#intro {
    display: block;
    background: #F6836C url('Images/bg_intro.png') no-repeat;
    position: relative;
    left: -10px;
    width: 963px;
    height: 200px;
}

#intro .headline {
    float:left;
    margin-top: 20px;
    margin-left: 40px;
    width: 50%;
}

#intro h2 {
    font-size: 200%;
    font-weight: bolder;
    color: #2b2b2b;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#intro h3 {
    font-size: 130%;
    font-weight: bold;
    color: #2b2b2b;
    width: 100%;
    letter-spacing: 1px;
}

#intro .photobox {
    height: 160px;
    float: right;
    padding: 15px 20px 15px 15px;
}

#intro div.photobox img {
    margin-left: 5px;
    border: 5px solid white;
}

#intro .photobox-alt {
    height: 160px;
    float: right;
    position: absolute;
    top: -15px;
    right: 15px;
}

#intro div.photobox-alt img {

}

#index-intro 
{
	display: block;
	left: -10px;
	position: relative;
    left: -10px;
    width: 963px;
    background: white url('Images/bg_index_intro.png') right repeat-y;
    color: #2b2b2b;
}

#index-intro img 
{
	float: left;
	margin-right: 20px;
}

#index-intro h2
{
	font-size: 200%;
    font-weight: bolder;
    color: #2b2b2b;
    letter-spacing: 2px;
    padding: 20px 0 20px 0;
}
	
#index-intro p 
{
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
	margin: 10px 40px 10px 0;
}

#content 
{
	padding-top: 20px;
	font-size: 100%;
	line-height: 18px;
}

#content .center-column
{
	display: block;
	margin: 20px 10px 20px 10px;
}

#content .center-column .h-entry 
{
	float: none;
}

#content .left-column {
    display: block;
    float: left;
    width: 525px;
    margin: 20px 10px 10px 30px;
    padding: /*15px*/ 0 0 0 0;
}

#content .left-column p 
{
	margin-bottom: 10px;
	margin-right: 20px;
}

#content .left-column table 
{
	margin: 10px 0 10px 0;
}

#content .left-column table td 
{
	padding: 2px 8px 2px 0;
}

#content .right-column {
    position: relative;
    float: right;
    width: 328px;
    margin: 20px 0 10px 0;
    padding: 10px;
    min-height: 328px;
    background: #882326 url('Images/bg_right_column.png') right repeat-y;
    right: -10px;
}

#content .right-column h3 
{
	font-size: 110%;
	color: white;
}

#content .right-column table tbody tr td 
{
    padding: 0 0 10px 0;
}

#content .right-column table tbody tr td.key 
{
    color: white;
    vertical-align: top;
    font-size: 110%;
    font-weight: bold;
    width: 20%;
    padding: 0 15px 0 0;
}

#content .right-column table tbody tr td.value 
{
    width: 80%;
    color: white;
}

#content .right-column table tbody tr td.value p
{
	margin-top: 0;
}

#content .right-column .action {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#content .right-column .action a {
    display: block;
    width: 130px;
    height: 39px;
    background: transparent url('Images/button_buchen.png') no-repeat;
    text-decoration: none;
    border: none;
}

#content .right-column .action a:hover {
    background: transparent url('Images/button_buchen_hover.png') no-repeat;
}

#content .right-column .more
{
	text-align: right;
	margin: 15px 5px 10px 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#content .right-column .list,
#content .left-column .list 
{
	margin: 10px 0 10px 0;
	padding: 5px 0 0 0;
}

#content .list li
{
	display: block;
	background: transparent;
	padding: 0;
	margin: 10px 0 10px 0;
}

#content .right-column .list li 
{
	color: white;
}

#content .left-column .list .entry
{
	margin-left: 140px;
}

#content .right-column .list h4 
{
	font-weight: bold;
	color: white;
}

#content  .list img
{
	float: left;
}

#content .list p
{
	font-size: 90%;
}

#content .list .byline 
{
	font-size: 80%;
	margin: 2px 0 2px 0;
}

#content .left-column .list li,
#content .right-column .list li 
{
	margin: 5px 0 10px 0px;
	padding-bottom: 10px;
}

#content .left-column .list .strip 
{
	width: 90%;
	display: block;
	
	margin: 5px 0 5px -45px;
	padding: 3px 0 3px 45px;
	
    font-size: 100%;
    font-weight: bold;
    color: black;
    background: #F6836C;
	
}

#content .see-also {
    background: #d4d4d4;
    margin: 0;
    padding: 10px 10px 10px 30px;
    font-size: 90%;
    color: #882326;
}

#content .see-also ul {
    margin-top: 5px;
    border-top: dotted 1px #882326;
}

#content .see-also li {
    background: transparent url('Images/calendar.png') left top no-repeat;
    line-height: 26px;
    margin: 5px 0 7px 0;
    padding: 2px 0 2px 28px;
    border-bottom: dotted 1px #882326;
}

#content .see-also li table {
    width: 95%;
}

#content .see-also li table td {
    line-height: normal;
    vertical-align: top;
}

#content .see-also h3 {
    font-size: 110%;
    font-weight: bold;
}

#content h2 {
    font-size: 130%;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#content h2.first {
	margin: 0px 0 5px 0;
}

#content h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#content .ident 
{
	padding-left: 9px;
}

#content p {
    margin: 7px 0 7px 0;
}

#content strong 
{
	font-weight: bold;
}

#content form p {
	margin: 0;
}

#content form .instruct {
	background: #d4d4d4;
	border: none;
}

#content form .altInstruct .instruct 
{
	background: transparent;
}

#content .btNextChance 
{
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	background: #882326;
	border: none;
	color: White;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}

#content .btNextChance:hover,
#content .btNextChance:active 
{
	font-weight: bolder;
	background: #d4373c;
}


#content form ul li {
	background: transparent;
	padding: 3px 5px 3px 9px;
}

#content ul li,
#content form .right-column ul li {
    background: transparent url('Images/bullet.png') left top no-repeat;
    line-height: 16px;
    margin: 0 0 7px 0;
    padding: 0 0 2px 20px;
}

#content form ul li.focused {
	background: #d4d4d4;
}

#content form ul li.validation-error 
{
	border: solid 1px red !important;
}

#content .h-box {
	margin: 30px 20px 0;
}

#content .h-entry {
    clear: both;
    margin: 10px 20px 10px 20px;
    color: #2b2b2b;
}

#content .h-entry img {
    float: left;
    margin-right: 10px;
}

#content .h-entry h2 {
    /*margin: 30px 0 5px 0;*/
    color: #2b2b2b;
}

#content .h-entry p {
    display: block;
}

#content .h-entry li {
    line-height: 12px;
}

#content .h-entry-content td.value {
	padding: 2px 5px 2px 5px;
}

#content .h-entry .strip 
{
	width: 220px;
	display: block;
	
	margin: 5px 0 5px -35px;
	padding: 5px 0 5px 35px;
	
    font-size: 90%;
    color: black;
    background: #F6836C;
}

#content .layout-left-column {
    float: left;
    width: 455px;
    padding-left: 10px;
}

#content .layout-right-column {
    float: right;
    width: 455px;
    padding-right: 10px;
}

#content .layout-left-column .h-entry-content,
#content .layout-right-column .h-entry-content {
    margin-left: 220px;
}

#content .FloatLeft 
{
	float: left;
	margin: 10px 10px 10px 0;
}

#content .FloatRight 
{
	float: right;
	margin-left: 10px 0 10px 10px;
}

#content .shortage 
{
	color: #882326;
}

#footer {
    margin: 0 auto;
    width: 945px;
    height: 100px;
    position:relative;
    background: transparent url('Images/bg_footer.png') repeat-y;
    padding: 0px 40px 40px 40px;
    z-index: 45;
    font-size: 90%;
    line-height: 18px;
    color: #2b2b2b;
}

#footer a 
{
	text-decoration: none;
	color: #882326;
}

#footer .copy-link 
{
	padding-left: 18px;
	margin-left: 3px;
	background: transparent url('Images/bullet_dark.png') left top no-repeat;
}

#footer div.left-column {
    float: left;
    width: 432px;
    margin: 10px 10px 10px 30px;
    text-align: left;
}

#footer div.right-column {
    float: right;
    width: 328px;
    margin: 10px 10px 10px 30px;
    text-align: left;
}

#footer .footer-affiliate 
{
	float: right;
}

#footer .footer-affiliate td 
{
	padding: 0 5px 0 5px;
}

#footer .footer-affiliate a 
{
	text-decoration: none;
	display: block;
	line-height: 14px;
}

/* WYMeditor */

/* TD: Tipps-Text */
td.tipps-text {
    width: 40%;
    /** background-color: #fc9; border: 2px solid red; **/
}

/* TD: Tipps-Bild */
td.tipps-img {
    width: 60%;
    /** background-color: #fc9; border: 2px solid red; **/
}

/* /WYMeditor */
