﻿/* Allgemeine Angaben */
body {
	background-color: #F4F4F4;
	margin: 0px 0px 0px 0px;
	font-family: Georgia;
}

strong {
	border-bottom: 1px #000000 dotted;
}

input, textarea, select {
	border: 1px #dadada solid;
	font-family: inherit;
	font-size: small;
}

a:link { color: #808080; text-decoration: none; }
a:visited { color: #808080; font-style: italic; text-decoration: none; }
a:active { color: #808080; text-decoration: underline; }
a:hover { color: #808080; text-decoration: underline; }

/* Spezielle Angaben */
#container {
	width: 840px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px #dadada solid;
}

#willkommen {
	margin-left:20px;
	margin-right:20px;
	font-family: inherit;
	font-size: small;
	letter-spacing: 4px;
	line-height: 30px;
}

#logo {
	margin-left:20px;
	margin-right:20px;
	background: url('../images/header.jpg') top left no-repeat;
	vertical-align: top;
	padding: 0px;
	height: 150px;
	width: 800px;
}

#navigation {
	float: left;
	margin-left:20px;
	width: 138px;
	font-size: small;
	line-height: 30px;
	border: 1px #DADADA solid;		
	background: url('../images/hintergrund.png') top left repeat-x;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#navigation a:link { color: #000000; text-decoration: none; font-style: normal; }
#navigation a:visited { color: #000000; text-decoration: none; font-style: normal; }
#navigation a:active { color: #000000; text-decoration: none; font-style: normal; }
#navigation a:hover { color: #000000; text-decoration: none; font-style: normal; } 

#inhalt {
	width: 610px;
	background: url('../images/hintergrund.png') top left repeat-x;
	border: 1px #DADADA solid;
	float: right;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	text-align: justify;
	line-height: 20px;
	min-height: 270px;
	
}

#inhalt .ueberschrift {
	width: 100%;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px #dadada solid;
	margin-bottom: 10px;
}

#inhalt .unterschrift {
	width: 100%;
	font-size: x-small;
	text-align: right;
	line-height: 20px;	
	border-top: 1px #dadada solid;
	margin-top: 10px;
	margin-bottom: 20px;
}

#fusszeile {
	clear: both;	
	height: 20px;
}

.bildschatten {
	background: url('../images/bildschatten.png') no-repeat bottom left #ffffff;
	padding: 4px 7px 17px 7px;
 	border-top: 1px #dadada solid;
 }

/* Externe Links mit Grafik kennzeichnen */
a[href^="http:"] {
	background: transparent url('../images/link_extern.gif') 100% 50% no-repeat;
	padding-right: 10px;
}

