@charset "utf-8";

/*
----------------------
Hobler-Seite
24.06.2013
----------------------
*/

*
	{
		margin:0px;
		padding:0px;
	}
body
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}
#container
{
	height: 700px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}



#header
{
	height: 140px;
	background-image: url(images/toplogomotiv_fritz-otto.png);
	background-repeat: no-repeat;
}

#navigation
{
	background-color: #900;
	height: 22px;
	background-image: url(images/menue.png);
	background-repeat: repeat;
	text-align: center;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
}
#navigation ul
{
	list-style-type: none;
}

#navigation ul li
{
	display: inline;
}

#navigation a
{
	text-decoration: none;
	color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
}


#navigation a:hover
{
	text-decoration: none;
	color: #D73E51;
	padding-right: 40px;
	padding-left: 40px;
}






#left
{
	background-color: #FFF;
	float: left;
	height: 350px;
	width: 360px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
}
h2
{
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #811B29;
	font-family: Verdana, sans-serif;
}
.fliesstext
{
	font-size: 13px;
	line-height: 19px;
	font-family: Verdana, sans-serif;
}
.fliesstext_klein {
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
}

.fliesstext_fett {
	font-size: 13px;
	line-height: 23px;
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #721735;
	text-decoration: underline;
}

.fliesstext_zentriert {
	font-size: 13px;
	line-height: 19px;
	font-family: Verdana, sans-serif;
	text-align: left;
}
.Weblink {
	font-size: 13px;
	line-height: 19px;
	font-family: Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
.Weblink-Rot {
	font-size: 16px;
	line-height: 19px;
	font-family: Verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #7F1738;
}






#right
{
	background-color: #999;
	float: left;
	height: 360px;
	width: 400px;
}


#footer
{
	background-color: #900;
	clear: left;
	height: 23px;
	background-image: url(images/menue.png);
	background-repeat: repeat;
	padding-top: 8px;
}
#footer ul
{
	list-style-type: none;
}
#footer ul li
{
	display: inline;
}
#footer a
{
	text-decoration: none;
	color: #FFF;
	padding-right: 37px;
	padding-left: 37px;
}


#footer a:hover
{
	text-decoration: none;
	color: #D73E51;
	padding-right: 37px;
	padding-left: 37px;
}

#zusatz
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-top: 12px;
}

a
{
	color: #721735;
	text-decoration: none;
}
.Datenschutz {
	color: #FFF;
}
.Datenschutz-Ueberschrift {
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}
