/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

.imgLeftFloat {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia;
	font-weight:bold;
	color:#6A3927;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
h3, h4, h5, h6 {
	font-size:110%;
}

/************  Container bezogen ************/

#header {
	text-align:center;
	color:#6A3927;
	font-size:80%;
	padding-top:10px;
}
#content {
	color:#6A3927;
	line-height:1.7em;
}
#content a {
	color:#6a3927;
	text-decoration:underline;
	font-weight:bold;
}
#content a:hover {
	color:#6a3927;
	text-decoration:underline;
}
#content img {
	border: 1px solid #6A3927;
}
#contentRightStart li {
	list-style-image:url(../images/ui/pfeil.gif);
	padding-left:10px;
}
#contentRightStart ul {
	margin:0px;
}
#contentLeft td {
	vertical-align:top;
}
#contentLeft img {
	margin-bottom:10px
}
#titleLeft .bildOhneRand  {
	border:0px;
}
#contentLeft .bildOhneRand  {
	border:0px;
}
#titleRight li {
	list-style-image:url(../images/ui/pfeil2.gif);
	padding-left:10px;
}
#titleRight ul {
	margin:0px;
}

#contentRightStart ul, #titleRight ul {
	line-height:30px;
}
#contentRightStart a, #titleRight a {
	color:#6A3927;
	font-weight:normal;
	text-decoration:none;
}
#contentRightStart a:hover, #titleRight a:hover {
	text-decoration:underline;
}
#footer {
	font-size:80%;
	color:#EDD5B9;
	text-align:right;
}
#footer a {
	color:#EDD5B9;
	text-decoration:none;
	font-weight:bold;
}