﻿/* 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: 760px;
}

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

a
{
	
	margin-bottom: 0.5em;
	color: #013773;
	
}

a:hover
{
	text-decoration: underline;
}

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

li
{
	margin-bottom: 0.5em;
}

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

h2
{
	font-size: 1.5em;
	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 */

#mainlink a
{
font-size: 1.5em;
text-decoration: underline;

}

#smalllink a
{
	font-size: 1.0em;
	
	
	text-decoration: underline;
}


#seite
{
	width: 760px;
	border: 1px solid #ffffff;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}



#inhalt
{
	margin-left: 30px;
	margin-top: 25px;
	padding-bottom: 10px;
	width: 680px;
	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;
}



