/*oben, rechts, unten, links */
/* horizontal dann vertikal */
* {
	margin:0em;
	padding:0em;
	border:none;
}

body {
	margin:0em; 
	padding:0em;
	background-color:#DEDEDE;
	color:#000000;
	font-family: Calibri, "Sans Serif", "Century Gothic";
	overflow:auto;
	border:none;
}

#oben {
	display:block;
	float:left;
	margin:0em;
	padding:0em 0em 0.5em 0em;
	width:80%;
	min-height:5em;
	border:none;
}

#links {
	display:block;
	float:left;
	margin:0em;
	padding:0em;
	width:20%;
	border:none;
}

#rechts {
	display:block;
	margin:0em;
	padding:0em;
	border:none;
}

#mitte {
	display:block;
	float:left;
	margin:0em;
	padding:0em;
	width:80%;
	background-color:#FFFFFF;
	border:none;
}

#unten {
	display:block;
	float:right;
	margin:0em;
	padding:0.5em 0em 0.5em 0em;
	text-align:right;
	border:none;
}

.blaettern {
	display:block;
	margin:0 auto;
	text-align:center;
}

.start {
	display:block;
	margin:0em;
	padding:0em;
	border:none;
}

.bl {
	display:block;
	float:left;
	margin:0.5em 0em 0.5em 0em;
	padding:0.25em;
	width:48%;
	border:0.15em dashed /*#DEDEDE*/#003399;
	/*
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	*/
}

.br {
	display:block;
	float:right;
	margin:0.5em 0em 0.5em 0em;
	padding:0.25em;
	width:48%;
	border:0.15em dashed /*#DEDEDE*/#003399;
	/*
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	*/
}

.inhalt {margin:0em; padding:0.75em; }

.funktion {
	float:right;
	text-align:right;
	font-size:0.8em;
}

.drunter {
	margin:0.5em 5% 0.5em 5%;
	padding:0.15em;
	font-size:0.8em;
	border:0.25em solid #DEDEDE;
	/*
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	*/
}

#kommentare {
	display:block;
	margin:0em 2.5% 0em 2.5%;
	padding:0.5em;
	/*
	background-color:#DEDEDE;
	border:0.20em solid #660000;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}

/* ==================================================================================================== */
/* Gestaltung der Listen */

#links ul {margin:0em 0em 0em 0.5em;}
#links ol {margin:0em 0em 0em 0.5em;}
#links li {margin:0em 0em 0em 0.5em;}

#mitte ul {margin:0em 0em 0em 0.75em;}
#mitte ol {margin:0em 0em 0em 0.75em;}
#mitte li {margin:0em 0em 0em 0.75em;}

/* ==================================================================================================== */
/* Rundungen */

.lo { background:url(Bilder/rundungen/lo2.png) top left no-repeat; }
.lu { background:url(Bilder/rundungen/lu2.png) bottom left no-repeat; }
.ro { background:url(Bilder/rundungen/lo2.png) top right no-repeat; }
.ru { background:url(Bilder/rundungen/lu2.png) bottom right no-repeat; }


/* ==================================================================================================== */
/* Gestaltung der Texte */
#oben h1 {
	font-variant:small-caps;
	text-align:center;
}

#oben p {
	text-align:center;
}

#links h1 {font-variant:small-caps; font-size:1.8em;}
#links p {margin:0.5em 0em 0.5em 0em;}

.titel {
	font-variant:small-caps;
	text-decoration:underline;
	color:#003399;
	margin:0.05em 0em 0em 0em;}

#mitte h1 {font-size:2.0em;}
#mitte h2 {font-size:1.8em;}
#mitte h3 {font-size:1.6em;}
#mitte h4 {font-size:1.4em;}
#mitte h5 {font-size:1.2em;}
#mitte h6 {font-size:1.0em; text-decoration:underline;}

#mitte p {margin:0.5em 0em 0.5em 0em;}

/* Ersten Buchstaben eines Absatzes anders formatieren... 
#mitte p:first-letter{
	color:#003399;
	font-size:1.4em;
	font-weight:bold;}*/

/* ==================================================================================================== */
/* Links */
a img {border:none;}

#oben h1 a { text-decoration:none; color:#000000; }
#oben h1 a:link { text-decoration:none; color:#000000; }
#oben h1 a:visited { text-decoration:none; color:#000000; }
#oben h1 a:hover { text-decoration:underline; color:#003399; }
#oben h1 a:active { text-decoration:none; color:#000000; }

#links a:link { color:#000000; text-decoration:none;}
#links a:visited { color:#999999; text-decoration:none;}
#links a:hover { color:#FFFFFF; font-weight:bold; text-decoration:underline; }

#mitte .titel a:link { color:#003399; text-decoration:underline;}
#mitte .titel a:visited { color:#003399; text-decoration:underline;}
#mitte .titel a:hover { color:#003399; text-decoration:underline; }

#mitte a { text-decoration:none; color:#003399; }
#mitte a:link { text-decoration:none; color:#003399; }
#mitte a:visited { text-decoration:none; color:#003399; }
#mitte a:hover { text-decoration:underline; color:#003399; }
#mitte a:active { text-decoration:none; color:#003399; }

#mitte .drunter a:link { color:#000000; text-decoration:underline;}
#mitte .drunter a:visited { color:#000000; text-decoration:underline;}
#mitte .drunter a:hover { color:#003399; text-decoration:underline; }

#unten a {text-decoration:underline; color:#000000;}

/* ==================================================================================================== */
/* Zitate */
#mitte cite {color:#660000; font-style:italic; font-weight:bold; text-decoration:underline;}

#mitte blockquote {
	margin:0em 1em 0em 1em;
	padding:0em 0.5em 0em 0.5em;
	color:#000000;
	background-color:#FFFFFF;
	background-image: url(Bilder/allgemeines/karo.png);
	background-position:top left;
	background-repeat:repeat;
	border:0.15em solid #660000;
	/*
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}


/* ==================================================================================================== */
/* Bilder */

#logo { width:99%; border:none; }

img { margin:0em; padding:0em; border:none; }

/* ==================================================================================================== */
/* Tabelle  */

#mitte table {
	border-collapse:collapse;
	border-spacing:0em;
	empty-cells:show;
	border:0.05em solid #000;
}

#mitte th {
	font-weight:bold;
	font-size:1.4em;
	padding:0.25em;
	border:0.05em solid #000;
}

#mitte td { 
	padding:0.25em;
	border:0.05em solid #000;
}

/* ==================================================================================================== */
/*Formulare*/

#mitte form {
	margin:0em 2.5% 0em 2.5%;
	padding:0.5em;
	background-color:#eee;
	border:0.15em solid #660000;
	/*
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}

#mitte fieldset {
	margin:0.5em;
	padding:0.5em;
	border:0.125em solid #000000;
	/*	
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}

#mitte legend {
	padding:0.25em;
	color:#003399;
	font-size:1.2em;
	font-weight:bold;
	border-top:0.125em solid #000000;
	border-left:0.125em solid #000000;
	border-right:0.125em solid #000000;
	/*
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}

#mitte input[type=text] {
	margin:0.5em;
	padding:0.1em;
	background-image: url(Bilder/allgemeines/karo.png);
	border:0.05em solid #000000;
	/*
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}

#mitte textarea {
	margin:0.5em;
	padding:0.1em;
	width:95%;
	height:8em;
	background-image: url(Bilder/allgemeines/karo.png);
	border:0.05em solid #000000;
	/*
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	*/
}

#mitte input {
	font-weight:bold;
	color:#003399;
	background-color:#cccccc;
	border:0.15em solid #000000;
}
	
/* ==================================================================================================== */
/* Ausrichtung */

p img {
	padding: 0em;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding:0.5em;
	margin:0.25em;
	display:inline;
	}

img.alignleft {
	padding:0.5em;
	margin:0.25em;
	display:inline;
	}

.alignright {float: right;}
.alignleft {float: left	}
.clear {clear:both;}


