/*

  CSS für Management-Institut Dr. A. Kitzmann 
  2008-03-07 PeCa, ICSmedia GmbH, Soester Str. 13, 48155 Münster
  
  - CSS für Bildschirmdarstellung -
  
*/


/* @group Grundlegende Formate */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: arial, helvetica, serif;
  font-size: 100%;
  line-height: 1.1em; /* 16x1.1=18px */
  background: #807d7c url(../img/layout/body_bg.jpg) repeat-x;
  background-color: #807d7c;
}

img {
  border: none;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  color: #970909;
}

h2 {
  color: #2a87b7;
}

p.rot {
  color: #970909;
  font-weight: bold;
}

p.gruen {
  color: #00660e;
  font-weight: bold;
}

#main div.content div.left div.error {
  background-color: #cb8684;
  width:450px;
  padding:5px;
  margin:10px 0px;
  border: 1px solid #970909;
}

#main div.content div.left div.error ul {
  margin-left: 20px;
}

#main div.content div.left div.error p {
  margin: 0;
  padding: 0;
}

#main div.content div.left div.border {
  border: 1px solid #2a87b7;
  padding: 5px;
  margin: 0 0 20px 0;
}

strong, .strong {
  font-weight: bold;
}

a {
  color: #15638b;
  text-decoration: none;
  font-weight: bold;
  padding-left: 11px;
  background: url(../img/layout/link_pfeil.gif) no-repeat 0em 0.3em;
}

a:visited {
  color: #15638b;
}

a:active {
  color: #970909;
}

a:hover {
  border-bottom: 1px solid #15638b;
}

table {
  border-collapse: collapse;
  clear: left;
  width: 100%;
  margin: 0.5em 0;
  border: 1px solid #aaa;
}

td {
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
  line-height: 1em;
}

td.lightblue {
  background-color: #dfecf1;
}

br {
  float: none;
  clear: both;
  visibility: hidden;
}

div.hr {
  border-top: 1px dotted #2a87b7;
  margin: 7px 0px;
  height: 1px;
}

hr {
  display: none;
}

.color0 {
  background-color: #228ac3;
}

.color1 {
  background-color: #297db9;	
}

.color2 {
  background-color: #1b689e;	
}

.color3 {
  background-color: #16547e;	
}

.color4 {
  background-color: #004571;	
}

.color5 {
  background-color: #0a6165;	
}

.color6 {
  background-color: #1e797e;	
}

.color7 {
  background-color: #4c8f91;	
}

.color8 {
  background-color: #6da6a8;	
}

.color9 {
  background-color: #99c1c2;	
}

.color10 {
  background-color: #99c1c2;	
}

/* @end */


/* @group Kopfbereich und horizontale Navigation */

#header {
  display: block;
  width: 100%;
  height: 137px;
  background: url(../img/layout/header_bg.jpg) repeat-x;
}

#header a {
  background-image: none;
  border: none;
  margin: 0;
  padding: 0;
}

#nav {
  display: none;
}

/* @end */


/* @group Linke Seitenleiste */

#sidebar {
  display: none;
}

/* @end */

/* @group Inhaltsbereich */

#wrapper {
  width: 970px;
}

#main {
  position: relative;
  width: 786px;
  float: left;
  font-size: 0.76em;
}

#main div.top {
  background: url(../img/layout/main_top.gif) no-repeat;
  height: 11px;
  line-height:11px; /* für IE < 7 */
}

#main div.content {
  background-color: #fff;
  float: left;
  width: 786px;
}

#main div.bottom {
  display: none;
}


/* @group Mittlerer Inhaltsbereich */

#main div.content div.left {
  float: left;
  width: 600px;
  margin: 0 15px;
  font-size: 1em;
}

#main div.content div.left h1 {
  font-size: 1.2em;
  margin: 0 0 0.7em 0;
}

#main div.content div.left h2 {
  font-size: 1.1em;
  margin: 1.3em 0 0.3em 0;
}

#main div.content div.left h2 span {
  color: #000;
}

#main div.content div.left h3 {
  font-size: 0.9em;
  color: #000;
  margin: 1em 0 0.5em 0;
}

#main div.content div.left p {
  margin: 0 0 0.65em 0;
}

#main div.content div.left ul {
  margin: 1em;
}

#main div.content div.left img {
  float: left;
  margin: 10px;
}

#main div.content div.left input {
  width: 150px;
  font-size: 1em;
  margin: 5px;
  padding: 2px;
  background-color: #deeaef;
}

#main div.content div.left textarea {
  width: 100%;
  font-size: 1em; /* 16x0.75=12px */
  padding: 2px;
  background-color: #deeaef;
  font-family: arial, helvetica, serif;
}

#main div.content div.left input.error, #main div.content div.left textarea.error {
  background-color: #eacdce;
}

#main div.content div.left select {
  font-size: 1em;
  margin: 0.76em 0;
}

#main div.content div.left a.anmeldung {
  background-color: #e3e3e3;
  border: 1px solid #333;
  padding: 7px;
  background-image: none;
  line-height: 3em;
}

#main div.content div.left a.anmeldung:hover {
  background-color: #cfe5f2;
}

#main div.content div.left div.block {
  float: left;
  margin: 0 5px 10px 0;
  width: 48%;
}

#main div.content div.left label {
  display: block;
  width: 100px;
  margin: 0.4em 0 0 0;
  padding: 0.5em 0 0 0;
  float: left;
}

#main div.content div.left input {
  display: block;
  width: 160px;
  margin: 0.4em 0 0 0;
  float: left;
}

#main div.content div.left div.teaser1, #main div.content div.left div.teaser2 {
  background: url(../img/layout/main_teaser1_bg.gif) no-repeat;
  width: 291px;
  height: 148px;
  float: left;
  margin: 5px;
  overflow: hidden;
}

#main div.content div.left div.teaser1 {
  background: url(../img/layout/main_teaser1_bg.gif) no-repeat;
  height: 148px;
}

#main div.content div.left div.teaser2 {
  background: url(../img/layout/main_teaser2_bg.gif) no-repeat;
  height: 90px;
}

#main div.content div.left div.startseite {
  margin: 0 -5px;
  line-height: 1.2em;
}

#main div.content div.left div.startseite p {
  margin: 2px 0;
}

#main div.content div.left div.startseite h1 {
  margin: 8px 0 6px 0;
  font-size: 1em;
}

/* @group Seminarübersicht im Mittelteil */

#main div.content div.left div.seminaruebersicht {
  margin: 20px auto;
  width: 400px;
  font-size: 1em;
}

#main div.content div.left div.seminaruebersicht a {
  display: block;
  border: none;
  background: none;
  color: #575757;
  font-size: 1.1em;
}

#main div.content div.left div.seminaruebersicht a:hover {
  background-color: #e3e3e3;
}

#main div.content div.left div.seminaruebersicht a.selected {
  background-color: #d2d2d2;
}

#main div.content div.left div.seminaruebersicht ul {
  text-align: center;
  list-style: none;
  margin: 1px 0px 0px 0px;
}

#main div.content div.left div.seminaruebersicht ul li {
  padding: 0;
  width: 360px;
  background-color: #fff;
  margin: auto;
  border-top: 1px solid #a2a4a5;
  border-bottom: 1px solid #a2a4a5;
  line-height: 2em;
}

#main div.content div.left div.seminaruebersicht ul ul {
  border: none;
  margin: 0;
  width: 360px;
}

#main div.content div.left div.seminaruebersicht ul ul li {
  border: none;
  background-color: #e3e3e3;
  border-top: 1px solid #fff;
}

#main div.content div.left div.seminaruebersicht ul li:hover ul {
  display: block;
}

#main div.content div.left div.seminaruebersicht ul ul li a {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}

#main div.content div.left div.seminaruebersicht ul ul li a:hover {
  font-weight: normal;
  line-height: 1.5em;
  background-color: #d4e5f1;
}

/* @end */

/* @end */

/* @group rechte Seitenleiste */

#main div.content div.right {
  display: none;
}

/* @end */


/* @end */

