﻿body { background: #334473; color: black; margin:10px 0 0; font: 14px/1.5em Times; }

img { border: none;	} 

h1{ font-size: 14px; font-weight: normal; margin: 0; padding:5px 0 0; }

h2{
	font-size:13px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}

h3{
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	margin:0px;
	padding:0px;
}

h4{
	font-size:11px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}

a:link { color: #334473 }

a:visited { color: #334473 }

a:hover { color: #34f }

a:active { color: red }
.ff_header  { width:900px; height:auto; background: #fff; border-bottom-width: 0; }
.ff_nav     { width:900px; font-weight: normal; background-color: transparent; position: relative; top: -40px; right: 20px; height: 40px; margin-bottom: -40px; }
.ff_main    { width:900px; height:auto; text-align: justify; background-color: #fff; }
.ff_footer  { width:900px; height:100px; background-image: url(../img/footer.png); position:fixed; bottom:0px; font: 13px/1.4em Times; font-weight: bold;}

.ff_footer a {
	text-decoration: none;
	color: black;
}

.smallfont {font: 9px/1em Verdana; color: gray; padding-top: 2px; }
.spacer{ clear: both; border-top: 1px solid silver; margin: 0; padding: 0; }
.kontakt      {  }
.kontakt_item { text-align: right; top: 0 }
.kontakt_value{ text-align: left; top: 0 }

/* Hintergrundspalten */
#column-one {
	float: left;
	width: 25%;
	background: #fff;
}
#column-two {
	float: right;
	width: 300%;
	margin-right: -300%;
	margin-left: .1em; /* für alte Gecko-Browser */
	background-color: #fff; /*#e8e9ea;*/

    background-repeat: no-repeat;
}

/* Inhaltspalten */
#content-one {
	float: left;
	width: 33.33%;
	margin-left: -33.33%;
}

#content-two {
	float: right;
	width: 90%;
	margin:20px 40px 20px 20px;
}


/*- Menu Tabs--------------------------- */
.ff_nav ul { margin:0; list-style:none; }
    .ff_nav li { display:inline; }
    .ff_nav a { color: black; padding:0; text-decoration:none; float: right; margin: 0; }

    .ff_nav a span { color: #334473; float:right; margin-right: 1px; margin-left: 1px; display:block; padding:5px 20px 4px; }
    .ff_nav a:visited span { color: #334473; }
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    .ff_nav a span {float:none;}
    /* End IE5-Mac hack */

	.ff_nav li a:hover {
		border:0; /* needed to trigger IE */
	}

    .ff_nav a:hover span { color: #34f; }

	.activetab {background-color: #e8e9ea; } /* border-bottom: 3px solid orange; }*/
