/*
	Dokumentation Simone-Haack für den Msie
	
	Farben:
			hintergrund :	ffffff


	Inhaltsangabe :
	
	1.Allgemein für die Seite
		1.1 Body
		1.2 Layer
		1.3 Standart Links
		1.4 der Content
		1.5 seitenlayout boxen
		
	2.Listen
		2.1. unsortierte Listen
		2.1.1 Normale Listen
		2.1.2 Listen inkl. Links
		2.1.3 dt listen zweispaltig
		
		2.2. sortierte listen
		2.2.1. normale Listen
		
	3.Überschriften
		3.1. h3
		3.2. h1
		3.3. h2
		
	4.Bilder
	
	5.weitere Links
	
	6.boxen
		6.1. sonstige Boxen
		6.2. modulabhängige Boxen
		6.3. Navigation
	
	7.tabellenartige boxen
		7.1. zweispaltige boxen
		
	8.Sonstiges
		8.1. Startseite -- Box
	
*/
/*  1 -----------------------------------------------*/
body{
	background-color: #24B24A;
	margin:0px auto;
	padding:0px;
	font: 12pt serif;
	 
}
#leftside,#leftsidealtes,#leftsideneues,#leftsideunsers,#leftsideschoenes,#leftsideeures{
	float:left;
	padding-left:180px;
	width:50%;
	margin-top:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	font-family: serif;
	font-size: small;
	
}
#leftsideeures{
	text-align:center;
}
#leftsidealtes{
	margin-top:20px;
}
#leftsideneues{
	font-family: serif;
	font-size: small;
	margin-top:50px;
}
#leftsideschoenes{
	font-family: serif;
	font-size: small;
}
#leftsideunsers{
	font-family: serif;
	font-size: small;
	width:480px;
	padding-right:20px;
	margin-top:170px;
}
#rightside{
	float:right;
	
	width:30%;
	margin-top:150px;
	margin-left:auto;
	margin-right:auto;
}
/*1.3 */
a:link,a:visited{
		color:#333333;
		text-decoration:none;
	}
	a:hover {
		color:#951E0F;
	}
/*  2 -----------------------------------------------*/
ol.menuliste{
	list-style-type:circle;
	list-style-position:inside;
	
	
}
ol.listneues{
	list-style-type:circle;
	list-style-position:inside;
}
/*  2 -----------------------------------------------*/

/**3.2.**/
h1.headwuemm{
	padding-left:40px;
}
/*  4 -----------------------------------------------*/
.smallpic{
	width:55px;
	float:left;
	padding:3px;
	border:0px;
}

/*  5 -----------------------------------------------*/
a.menuneues:link,a.menuneues:visited,
	a.menualtes:link,a.menualtes:visited,
	a.menuschoenes:link,a.menuschoenes:visited,
	a.menueures:link,a.menueures:visited,
	a.menuunsers:link,a.menuunsers:visited{
	width:240px;
	background-color:#0000FF;
	border:#FFFFFF 1px solid;
	float:right;
	color:white;
	text-decoration:none;
	font: small-caps 12pt/16pt serif;
	padding:10px;
	
}
a.menualtes:link,a.menualtes:visited{
	
	background-color:#DD03EA;
	
}
a.menuschoenes:link,a.menuschoenes:visited{
	
	background-color:#24B24A;
	
}
a.menueures:link,a.menueures:visited{
	
	background-color:#FE005F;
	
}

a.menuunsers:link,a.menuunsers:visited{
	
	background-color:#98613E;
	
}

a.menuneues:hover,a.menualtes:hover,a.menuschoenes:hover,
a.menueures:hover,a.menuunsers:hover{
	width:240px;
	border-left:#FFFFFF 10px solid;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:1px;
}
a.normaltext:link,a.normaltext:visited{
	text-decoration:none;
	color:black;
}
a.normaltext:hover{
	color:#FF9900;
	text-decoration:none;
}
/*  6 -----------------------------------------------*/

#menubox{
	float:left;
	width:100px;
	margin-left:50px;
	margin-top:50px;
}
