﻿/* Allgemeine Definitionen */

*
{
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

body { font-family: "myriad pro", arial, helvetica, sans-serif; font-size: 12px; 
color: #000000; background-color: #a5302e; text-align: center; padding: 10px 7px; min-width: 980px;
}

p, ul, ol
{
	font-size: 1em;
	margin-bottom: 0.8em;
}

a
{
	font-size: 1em;
	margin-bottom: 0.5em;
	color: #013773;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul, ol
{
	margin-left: 1em;
}

li
{
	margin-bottom: 0.5em;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h5
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #737373;
}
h1, h2, h3, h5, p, li, a
{
	line-height: 1.3em;
}


/* Grundgerüst der Seite */

#seite
{
	width: 980px;
	border: 1px solid #ffffff;
	background: #ffffff url(../navi/nb_bg.jpg);
	margin: 0 auto;
	text-align: left;
}

#navigation
{
	margin-top: 40px;
	width: 230px;
	float: left;
	display: inline;
	text-align: left;
}

#inhalt
{
	margin-left: 30px;
	margin-top: 25px;
	padding-bottom: 10px;
	width: 470px;
	float: left;
	display: inline;
	text-align: left;
}

#rechtespalte
{
	margin-left: 90px;
	width: 150px;
	float: left;
	display: inline;
	text-align: left;
}

#footer
{
	clear: both;
}


/* Barrierefreiheit Textmarkierungen ausblenden */

#header h1,
#header p,
h4
{
	display: none;
}


/* Navigation */

#header
{
	position: relative;
	margin-bottom: 10px;
}

#header ul
{
	position: absolute;
	left: 0;
	top: 95px;
	list-style: none;
	margin: 0;
	font-size: 15px;
}

#header ul li
{
	display: inline;
	font-size: 15px;
}

#header ul a
{
	font-family: "bookman old style", times, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 25px;
	white-space: nowrap;
}

#header ul a:hover
{
	text-decoration: underline;
}

#navigation ul
{
	list-style: none;
	margin: 0 0 0 25px;
	font-weight: bold;
}

#navigation ul a
{
	display: block;
	text-decoration: none;
	margin-bottom: 1.2em;
}

#navigation ul a:hover
{
	text-decoration: underline;
}
#navigation ul ul a
{
	margin-bottom: 0.6em;
}

#navigation ul ul a:hover
{
	text-decoration: underline;
}
#navigation ul ul
{
	font-weight: normal;
	display: none;
	padding-bottom: 1em;
}

body.nav11 #nav11 ul,
body.nav12 #nav12 ul,
body.nav13 #nav13 ul,
body.nav14 #nav14 ul,
body.nav15 #nav15 ul,
body.nav16 #nav16 ul
{
	display: block;
	padding-bottom: 1em;
}


/* Inhalt */

blockquote
{
	color: #002200;
}

cite
{
	font-style: italic;
}

embed
{
	margin-left: -100px;
	margin-bottom: 0.5em;
}


/* Rechte Spalte */

#weblogentries { display: none; }
