@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#container  {
	width: 1025px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../media/images/hintergrund.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 691px;
	padding-right: 50px;
} 
#container a img {
	border: 0;

}

#sidebar  {
	float: left;
	width: 315px; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum.  */
	background-color: #FFF;
	padding-right: 0;
	padding-left: 0;
	height: 650px;
}

#sidebar p     {
	font-size:12px;
	margin-left: 25px; 
	margin-right: 10px;
	margin-top: 5px;
	color:#4f4f4f;
}

#sidebar p span {
	font-size: 10px;
	position: relative;
	bottom: 1px;
}
#menu {
	margin-top: 10px;
	margin-bottom: 20px;
}
#menu a {
	margin-left: 60px;
	padding-left: 40px;
	font-size: 18px;
	text-decoration: none;
	color: #8C8C8C;
	font-weight: 900;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a.active{
	background-image: url(../media/images/garnrolle.jpg);
	background-repeat: no-repeat;
	color: #DA1B1D;
}
#menu a:hover {
	color: #DA1B1D;
}
#main  {
	margin-left: 315px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 20px;
	height: 560px;
} 


#header  {
	padding-right: 10px;
	padding-left: 80px;
	padding-bottom: 3px;
	height: 86px;
	padding-top: 4px;
} 
#header h1  {
	font-family: "Comic Sans MS", cursive;
	color: #C53C29;
	font-size: 24pt;
	font-variant: small-caps;
}
#option {
	background-color: #FFF;
	float: right;
	width: 163px;
	margin-left: 5px;
	padding-left: 10px;
	height: 463px;
	padding-top: 5px;
	overflow: hidden;
	padding-right: 10px;
	line-height: 18px;
}
#option h1 {
	font-size: 12pt;
	font-weight: bolder;
	color: #333;
	margin-top: 5px;
	color: #4f4f4f;
}

#option h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #333;
	margin-top: 3px;
	color: #da1b1d;
}
#option p {
	font-size: 11pt;
	font-weight: normal;
	color: #333;
	margin-top: 1px;
	color: #4f4f4f;
}
#option a{
	color:#4f4f4f;
}
#option img {
	margin-top: 2px;
	margin-bottom:2px;
}
#option ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#option li {
}
#content {
	background-color: #FFF;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
	height: 453px;
	font-size: 11pt;
	font-weight: normal;
	color: #4f4f4f;
}
#content h1 {
	font-size: 12pt;
	color: #DA1B1D;
	font-weight: bold;
}
#content  h2 {
	font-size: 10pt;
	margin-top: 10px;
}
#content ul {
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: disc;
}
#content li {
	padding-bottom: 3px;
}
#content a {
	color: #4f4f4f;
}
#content a.small {
	text-decoration: none;
}

#content.slim {
	overflow: hidden;
	width: 455px;
}
#ImageGridFXDiv {
	position: relative;
	left: -15px;
	top: -15px;
}





#footer  {
	padding-right: 70px;
	text-align: right;
} 
#footer a  {
	color: #666;
	text-decoration: none;
	font-weight: bold;

}
#footer a:hover {
	color: #000;
}
#footer a.active {
	color: #DA1B1D;
	text-decoration: underline;
}
.small {
	font-size: 10pt;
	line-height: 16px;
}




/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

