/* CSS Document */
/*hier stehen die globale stile*/
body {
	background-image: url(http://www.deine-bildung.de/bilder/bg_seminarfinder_orange.gif);
	background-repeat: repeat-y;
	background-color: #FCE5A0;
}

.Stil1 {font-size: 12px}

/*hier stehen die styles für die startseite index.php */

#box_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 550px;
	position: static;
	float: left;
	clear: both;
	padding: 10px;
}
#box_kursliste {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 190px;
	float: right;
	clear: right;
	padding: 10px;
	right: 512px;
}
#box_gesamt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 790px;
	float: left;
	clear: both;
	padding: 10px;
	top: 95px;
	position: absolute;
	z-index: 0;
	height: 100px;
}
#box_minimenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 190px;
	float: none;
	padding: 10px;
	margin: 10px;
	top: 63px;
	position: absolute;
	left: 589px;
	z-index: 1;
}
#box_styleswitcher {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 190px;
	float: none;
	padding: 10px;
	margin: 10px;
	top: 0px;
	position: absolute;
	left: 0px;
	z-index: 1;
}
#liste_kurse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EBEAE0;
	border-right-color: #EBEAE0;
	border-bottom-color: #EBEAE0;
	border-left-color: #EBEAE0;
	padding: 2px;
	margin-bottom: 1px;
}
#box_visualoverload_logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 190px;
	float: right;
	clear: right;
	padding: 10px;
	right: 512px;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#box_fangramen {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	clear: right;
	padding: 10px;
	right: 512px;
}
#liste_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #EBEAE0;
	border-right-color: #EBEAE0;
	border-bottom-color: #CFCCB4;
	border-left-color: #EBEAE0;
	padding: 2px;
	margin-bottom: 1px;
}