/* ********************************
Platzierung
******************************** */

body
{
	/*text-align: center;fuer IE_quirks*/
}

/* ********************************
Container
******************************** */

#wrapAll
{
}

#wrapImageLeft
{
	
}

#wrapImageRight
{
	
}

#frameTop
{
}

#content
{
	width: 680px;
	/* margin-left:62px; */
}

#header
{
	display: none;
}

#navBar
{
	display: none;
}

#navigation
{
	display: none;
}

#bild
{
	display: none;
}

#contentSmall
{
	position: static;
	width: 680px;
/*	margin: 0px 150px 0px 160px;
	padding: 20px;
	height: 320px;*/
}

#contentWide
{
	position: static;
	width: 680px;
/*	margin: 0px 0px 0px 160px;
	padding: 10px 0px 20px 20px;
	height: 320px;*/
}

#teaser
{
	position: static;
	width: 680px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#footer
{
	margin-top: 20px;	
}

#footerLeft
{
	width: 400px;
	float: left;
}

#footerRight
{
    width: auto;
    text-align: right;
    overflow: visible;	/* Text wird nicht abgeschnitten, wenn vom Benutzer stark vergößert */
}

/* ********************************
Formate
******************************** */

body
{
    font-family: Arial, Helvetica, SansSerif;
}
h1
{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
h2
{
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 8px;
}
h3
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
h4
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
h5
{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
h6
{
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
p, dt, dd
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
}
td
{
	font-size: 1em;
	background-color: #e1f4ff;
	text-align: left;
}
th
{
	font-size: 1em;
	font-weight: bold;
	background-color: #b9e4ff;
	text-align: left;
}
/* Korrektur der Schriftgröße und Abstände von p innerhalb von th und td */
th p
{
	font-size: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
}
td p
{
	font-size: 1em;
	margin-top: 0px;
    margin-bottom: 0px;
}
/* Ende Korrektur */
ol
{
    list-style-type: decimal;
}
ul
{
    list-style-image: url("/styles/dreieck_8x10.gif");
    list-style-type: circle;
}
li
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
}
blockquote
{
    font-size: 1em;
    /* font-style: italic; */
    margin-top: 1px;
    margin-bottom: 0px;
}



