@charset "utf-8";
@import url("styles.css");

/*body und link Definitionen*/
body{
	margin:0;
	padding:0;
	background:url(../img/static/bg.jpg);
	background-attachment:scroll;
	background-position:20px 0px;
	background-color: #fff;
	font-family:sans-serif;
	font-size:12px;
}
 
.text{
	font-family: Arial,sans-serif;
	font-size:12px;
}

.textgelb{	
	color:#666;
	font-weight:bold;
}
.subheadline{
	font-family: Arial,sans-serif;
	font-size:13px;
	color:#666;
	font-weight:bold;
}
/*Layer Definitionen*/
#top_left {
	position:absolute;
	width:447px;
	height:161px;
	z-index:1;
	left: 0;
	top: 0;
}
#right_short {
	position:absolute;
	width:39px;
	height:623px;
	z-index:2;
	left: 920px;
	top: 0;
}
#index {
	position:absolute;
	width:123px;
	height:354px;
	z-index:3;
	left: 67px;
	top: 160px;
    padding:5px;
}
#main {
	position:absolute;
	width:497px;
	height:176px;
	z-index:4;
	left: 231px;
	top: 413px;
}
#main2 {
	position:absolute;
	width:614px;
	height:367px;
	z-index:4;
	left: 275px;
	top: 250px;
}
#logo {
	position:absolute;
	width:229px;
	height:43px;
	z-index:9;
	left: 657px;
	top: 75px;
}
#ltech_menu {
	position:absolute;
	width:700px;
	height:45px;
	z-index:10;
	left: 208px;
	top: 161px;
}
#schultech_menu {
	position:absolute;
	width:750px;
	height:45px;
	z-index:10;
	left: 190px;
	top: 161px;
}
#planung_main {
	position:absolute;
	top: 268px;
    left: 405px;
	width:310px;
	height:325px;
	z-index:4;
}
#planung_main_agb {
	position:absolute;
	width:310px;
	height:325px;
	z-index:4;
	left: 222px;
	top: 267px;
}
#planung_sub {
	position:absolute;
	width:504px;
	height:325px;
	z-index:4;
	left: 405px;
	top: 268px;
}
#sleist_main {
	position:absolute;
	width:445px;
	height:325px;
	z-index:4;
	left: 405px;
	top: 268px;
}
#anmeldung_main {
    position:absolute;
	width:625px;
	height:325px;
	z-index:4;
	left: 260px;
	top: 268px;
}

#titel {
	position:absolute;
	width:488px;
	height:30px;
	z-index:4;
	left: 400px;
	top: 210px;
	text-align:right;
	color:#FDCC00;
	font-size:large;
	font-weight:bold;
    text-transform:uppercase;
}
/*listen definition*/
#liste_planung {
	display:block;
	padding-left:10px;
	margin-left:10px;
	color:#FDCC00;
}


/*farben*/
#yellow {
	color:#FDCC00;
}
.black {
	color:#000000;
}
.grey {
	color:#707072;
}
/*Listen Menus*/
ol#ltech_links li{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	list-style: none;
	float: left;
	display:inline;
	margin:0;
	padding:0 20px 0 0;
}
#ltech_links li a{
	text-decoration:none;
	color:#FDCC00;
}
#ltech_links li a:visited{
	text-decoration:none;
	color:#FDCC00;
}
#ltech_links li a:hover{
	text-decoration:none;
	color:#707072;
}

#menu_main {
	font-family:Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	list-style: none;
	/* float:left; */
	margin:0 0 20px 0px;
	padding:0;
}
#menu_main a{
	text-decoration:none;
	color:#fff;
    display:block;
    margin:20px 0 0 0px;
}
#menu_main a:visited{
	text-decoration:none;
	color:#fff;
}
#menu_main a:hover{
	text-decoration:none;
	color:#707072;
}
#menu_main_sub {
    color:#fff;
    margin:0 0 5px 0;
}
#menu_main_sub a, #menu_main_sub a:visited {
    display:block;
    margin:5px 0 0 0;
    font-weight:normal;
	text-decoration:none;
	color:#fff;
}
#menu_main_sub a:hover {
	color:#707072;
}

ol#schultech_links li{
	font-family:sans-serif;
	font-size:11px;
	font-weight:bold;
	list-style: none;
	float: left;
	display:inline;
	margin:0;
	padding:0 20px 0 0;
}
#schultech_links li a{
	text-decoration:none;
	color:#FDCC00;
}
#schultech_links li a:visited{
	text-decoration:none;
	color:#FDCC00;
}
#schultech_links li a:hover{
	text-decoration:none;
	color:#707072;
}