﻿/* CSS-Layout */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

BODY {
	background: #EBEBEB url('../gfx/header01.gif') repeat-x;
	font: normal 12px "Verdana", "Arial", "Helvetica", Sans-serif ;
}

#wrapper {
	width: 996px;
	height: 100%;
	min-height:100%;
	/*left: 50%;
	margin-left: -498px;
	position: absolute;*/
	position:relative;
	margin:0 auto;
}

*html #wrapper { height: 100%; }

#masthead {
	height: 84px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:5;
	background: url('../gfx/header01.gif') repeat-x;
}

#logo {
	position: absolute;
	right: 10px;
}

#top_nav {
	position: absolute;
	margin-top: 65px;
	FONT-SIZE: 12px;
	right: 0px;
	margin-right: 18px;
}

#container {
	position: relative;
	width: 996px;
	min-height: 100%;
	background: #EBEBEB url('../gfx/background_main.gif') repeat-y center;
}

#container2 {
  padding-top:104px;
  position:relative;
  min-height:100%;
}

.left {
	width: 150px;
	float: left;
	padding: 0 18px;
	padding-top: 30px;
}

.main {
	width: 588px;
	float: left;
	padding: 30px 18px 0;
}

.bottom {
	padding-top: 100px;
}

.right {
	width: 150px;
	padding: 0 18px;
	padding-top: 30px;
	float: left;
}

P {
	COLOR: #000000;
	FONT-FAMILY: "Arial", "Helvetica", "Verdana", "Sans-serif";
	FONT-SIZE: 10pt;
}

EM { FONT-STYLE:normal; FONT-WEIGHT:bold; COLOR:#660000}

SUP { FONT-SIZE:8pt }

h1 { 
	TEXT-ALIGN:center;
	font-size:	24px;
	font-weight:	bold;
	color:	#000887;
}

h2 { 
	TEXT-ALIGN:center;
	font-size:	14px;
	font-weight:	bold;
	color:	#000887;
}
	
h3 {
	TEXT-ALIGN: left;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h4 {
	TEXT-ALIGN: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


td {
    FONT-FAMILY: "Arial", "Helvetica", "Verdana", Sans-serif;
    FONT-SIZE: 10pt;
}


#navigation {
	position: relative;
	float: right;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin #000080 solid;
	background-color: #fff;
	font-size: 10pt;
}

/* Formatvorlagen fÃ¼r die Navigation */
#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#top_nav li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;	
}

#top_nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px;
	border: 1px solid #c9c9c9;
	padding: 0px;
}

#top_nav a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

#top_nav a:focus {
	color: #fff;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	border-color: navy;
	background-color: #a9a9a9;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 10;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid RGB(0,32,96);
	background-color: RGB(0,32,96);
}

#navigation a:focus {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid RGB(0,32,96);
	border-color: navy;
	background-color: RGB(0,32,96);
}

#left_col {
	BACKGROUND-COLOR: rgb(235, 235, 235);
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	BACKGROUND-COLOR: rgb(243, 243, 243);
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
BACKGROUND-COLOR: rgb(235, 235, 235);
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#HR { COLOR: #808080}

#li {
	color: #808080;
	FONT-FAMILY: "Arial", "Helvetica", "Verdana", Sans-serif; 
	FONT-SIZE: 10pt;
}

smallfont { FONT-FAMILY:  "Arial", "Helvetica", "Verdana", Sans-serif;
             FONT-SIZE: 8pt; LINE-HEIGHT:8pt}

smalllink {
        FONT-FAMILY: "Verdana", "Arial", "Helvetica", Sans-serif;
        FONT-SIZE: 8pt
}

#smalltext {
        FONT-FAMILY: "Verdana", "Arial", "Helvetica", Sans-serif;
        FONT-SIZE: 8pt;
        COLOR: #808080;
}

#tagcloud{
	background: ;
	width: 150px;
	text-align: center;
	border: thin #000080 solid;
	background-color: #FFFFFF;
}
 
.tag1{ font-size: 0.9em; color: #505050; font-weight: bold; }
.tag2{ font-size:0.9em; color:#505050; }
.tag3{ font-size:1.5em; color:#505050; }
 
#tagcloud a{ text-decoration:none; }
#tagcloud a:hover{ text-decoration:none; background-color:#ffffff; color:#000000; }

#footer {
}
