/*
................................................................

i-Medien CSS | by i-medien.com

................................................................
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Myriad Web", Myriad, "Lucida Sans", Geneva, Helvetica, Arial, sans-serif;
	color: #000;
    font-size: 100.01%;
	margin: 0;
	padding: 0;
	background: #fff;
}




/* DIVs
............................................................... */

#container {
  background: transparent;
}

#header {
   background: transparent;
}
#logo {
   float: left;
}
#impressum {
  display:none;
}
#menu {
  display:none;
}
div.teaser {
  background: transparent;
}
/* </header> */

#content {
  font-size: 0.82em;
  line-height: 1.7em;
  padding: 0 0.5em;
}
div.column {
  line-height: 1.4em;
  font-size: 0.95em;
  width: 160px;
  float: right;
  background: #ececec;
}

#footer {
  display:none;
}

div.hr {
   font-size: 0.75em;
   text-align: right;
   border-top: 15px solid #fff;
}

div.infobox {
  width: 300px;
}


/* Links
............................................................... */
#impressum a {
  color:#666666;
  text-decoration:none;
}
#impressum a:hover {
  border-bottom: 1px solid #8CA8BB;
}
/* mainmenu "img-rollover" ........................ */
#menu a {
  display: block;
  height: 30px;
  width: 225px;
  text-decoration: none;
  text-indent: -9999px;
  position: absolute;
  left: 5px;
  background: transparent url(../img/bg_menu_a.gif) no-repeat; 
}
#menu :focus {-moz-outline-style: none;} /*Fix of Firefox 1.5's outline-quirk */
#menu a.home {top: 40px; background-position: 0 -24px;}
#menu a.uber-uns {top: 70px; background-position: 0 -54px;}
#menu a.tagesschule {top: 100px; background-position: 0 -84px;}
#menu a.abendschule {top: 130px; background-position: 0 -114px;}
#menu a.anmeldeunterlagen {height: 40px; top: 290px; background-position: 0 -288px;}
#menu a.home:hover {background-position: -225px -24px;}
#menu a.uber-uns:hover {background-position: -225px -54px;}
#menu a.tagesschule:hover {background-position: -225px -84px;}
#menu a.abendschule:hover {background-position: -225px -114px;}
#menu a.anmeldeunterlagen:hover {background-position: -225px -288px;}
/* </mainmenu> */

#content a {
  color: #3B6C8C;
  text-decoration: underline;
}
#content a:hover {
  color: #4F85A9;
}

/* submenu */
#content a.submenu {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  display:block;
  float:left;
  margin:0 10px 0 0; padding:5px 10px 5px 20px;
  background:#7AA9C9 url(../img/bg_submenu.gif) left center no-repeat;
}
#content a.submenu:hover {color: #fff; text-decoration:underline;}

#footer a {
  color: #fff;
  padding: 0.1em 0;
  margin: 0 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #8CA8BB;
}
#footer a:hover {
  border-bottom: 1px solid #C1CFD8;
}

#top {
  display:block;
  float: right;
  height:36px;
  width:54px;
  text-decoration: none;
  text-indent: -9999px;
  background: #7AA9C9 url(../img/bg_top.gif) top left no-repeat;
}
#top:hover {background-position: top right;}
#top:focus {-moz-outline-style: none;} /*Fix of Firefox 1.5's outline-quirk */


/* Images
............................................................... */

a img {border: 0;}

div.infobox img {border: 6px solid #E7ECF4;}

img.wide {margin: 10px -40px 10px -40px;}




/* TextFormats
............................................................... */

h1, h2, h3, h4, h5, h6 {
  clear: left;
}

h1 {
  font-size: 1.75em;
  font-weight: normal;
  border-left: 0.1em solid #8CA8BB;
  padding: 0 0 0 0.2em; margin: 1.5em 0;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px 0 15px 0; padding: 0;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 25px 0 -8px 0; padding: 0;
}

h4 {
  text-transform: uppercase;
  font-size: 1.06em;
  font-weight: bold;
  margin: 5px 0 5px 0; padding: 0;
}

h6 {
  font-size: 0.6em;
  font-weight: normal;
  margin: 10px 0 15px 0; padding: 0;
}

p.justified {text-align:justify;}

p.bottom {
  margin: 0 -40px -50px 0; padding: 20px 0 4px 0;
  height: 37px;
  clear:both;
}

span.plus {
	width:9px;
	height:9px;
}

.left {
   float: left;
	margin: 2px;
	vertical-align: middle;
	background-image: url(../img/plus.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right {float: right;}
img.right {margin: 7px 0 10px 25px; padding: 0;}

div#teaser_websolutions p {width: 100px}

.sml {
   font-size: 0.82em;
   color: #777;
}

.icon {
	vertical-align: middle;
}


/* OLs, ULs
............................................................... */

#content ul {
  margin: 10px 0 10px 5px;
  padding: 0;
  list-style-type:none;
}
#content ul li {
  background:url(../img/ul_li1.gif) no-repeat 8px 5px;
  margin: 0; padding: 0 0 0 30px;
  line-height: 1.3em;
}

div.infobox ul {
  font-size: 0.93em;
  line-height: 1.19em;
  width: 280px;
}
div.infobox ul li {
  background:url(../img/ul_li2.gif) no-repeat -4px 5px;
}

/* FORMs
............................................................... */

input, select {
   border-top: 1px solid #DEDEDE;
   border-right: 1px solid #ececec;
   border-bottom: 1px solid #f5f5f5;
   border-left: 1px solid #e0e0e0;
   margin: 1px 10px;
   padding: 2px;
}

label {
   float: right;
   font-weight: bold;
}

