body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../_graphic/bg.png) repeat;
	margin:0;
	padding:0;
	color:#666;
	overflow-y:scroll; /* Scrollbalken immer anzeigen */
}

/* Layout */

.container {
	width:800px;
	margin:20px auto;
}
.header {
	height:180px;
	background:url(../_graphic/bg_header.png) no-repeat;
}
.main {
	background:#fff;
	padding-bottom:25px;
}
.navigation {
	float:left;
	width:200px;
	padding:5px 15px 10px 20px;
	font-weight:bold;
	font-size:11.1px;
}
.content {
	width:515px;
	float:left;
	line-height:150%;
	padding:0 25px;
}
.footer {
	clear:both;
	height:47px;
	padding-top:18px;
	padding-left:25px;
	padding-right:25px;
	background:url(../_graphic/bg_footer.png) no-repeat;
	text-align:center;
	font-size:0.8em;
	position:relative;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
	margin-bottom:10px;
	padding-top:0;
}
a img {
	border: none;
}

ul, ol {
	padding:0;
	margin:0;
	margin-top:10px;
}
.content ul, .content ol { 
	padding:0 0 10px 30px;
}
.content li {
	padding-bottom:5px;
}

/* Überschriften */

h1 {
	color:#7EB712;
    font-family:Times New Roman,serif;
	font-family:Verdana, Geneva, sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:120%;
}
h2 {
	padding-top:10px;
	padding-bottom:3px;
	border-bottom: 1px solid #7EB712;
    color: #7EB712;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;	
}
h3 {
	font-size:12px;
	margin-bottom:3px;
}
/* Links */

.content a:link, .footer a:link {
	color:#CA020E;
	text-decoration:none;
}
.content a:visited, .footer a:visited {
	color:#CA020E;
	text-decoration:none;
}
.content a:hover, .content a:active, .content a:focus, .footer a:hover, .footer a:active, .footer a:focus {
	text-decoration:underline;
}

/* Navigation */

ul.nav {
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #666;
	margin-bottom:15px;
}
ul.nav li {
	border-bottom:1px solid #666;
	padding:10px 10px;
}
ul.nav li a {
	text-decoration:none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus, ul.subnav a:hover, ul.subnav a:active, ul.subnav a:focus {
	color:#7EB712;
}
.menuactive {
	color:#CA020E;
}
.menupassive {
	color:#333333;
}
ul.subnav {
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	margin-bottom:5px;
	font-size:10px;	
}
ul.subnav li {
	border-bottom:none;
	padding:10px 0px 0px 15px;
}

/* Paten */

.pate {
	margin:15px 15px;
	clear:both;
}
.pate_name {
	font-weight:bold;
	font-size:12px;
}
.pate_status {
	font-size:10px;
}
.pate_zitat {
	margin-top:10px;
	font-style:italic;
	font-size:11px;
}
.pate_bild {
	float:left;
	margin-right:25px;
}
/* Diverses */

hr {
	color:#7EB712;
	background-color:#7eb712;
	margin:15px 1px;
	height:1px;
	border:none;
	padding:0;
	width:100%;
}
.fltrt {
	float:right;
	margin-left:20px;
}
.fltlft {
	float:left;
	margin-right:20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

