/* Basis für Layout */
/* Globale Einstellungen */

body {
  margin: 0;
  padding: 0;
  color: #666666;
  background-color: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
}

/* START Header und Topnavi */
#page {
  margin: 0 auto;
  width: 940px;
  padding: 0;
  background-color: #FFFFFF;
}
#header {
  background-color: #FFFFFF;
  width: 940px;
  height: 135px;
  border-bottom: 15px solid #B2D9FF;
  margin-bottom: 15px;
}
#header .name {
  display: block;
  padding: 25px 0 0 0;
  text-align: center;
  font-size: 3.0em;
  font-weight: bold;
  font-family: "Trebuchet MS", Verdana, Arial;
  color: #B2D9FF;
  text-transform: uppercase;
}
#header .name a, #header .name a:hover, #header .name a:visited {
  color: #B2D9FF;
  text-decoration: none;
}
/* END Header und Topnavi */

/* STARTSEITE BOXEN */
#start-box {
  width: 200px;
  background: #FFFFFF;
  line-height: 1.3em;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}
* html #start-box {
  margin-left: 20px;
  margin-bottom: 20px;
}
#start-box ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 1px;
  padding: 0;
}
#start-box li {
  border-bottom: 1px dotted #98BBF3;
  padding: 5px 0;
}

/* Info */
#start-box ul.teaser-info li {
  border-bottom: 1px dotted #993300;
  padding: 5px 0;
}
#start-box ul.teaser-info li.teaser {
  padding: 5px 0 12px 0;
}
ul.teaser-info a {
  color: #993300;
  text-decoration: none;
}
ul.teaser-info a:visited {
  color: #993300;
  text-decoration: none;
}
ul.teaser-info a:hover {
  color: #B2D9FF;
  text-decoration: underline;
}
/* Dir */
#start-box ul.teaser-dir li {
  border-bottom: 1px dotted #FF6600;
  padding: 5px 0;
}
#start-box ul.teaser-dir li.teaser {
  padding: 5px 0 12px 0;
}
ul.teaser-dir a {
  color: #FF6600;
  text-decoration: none;
}
ul.teaser-dir a:visited {
  color: #FF6600;
  text-decoration: none;
}
ul.teaser-dir a:hover {
  color: #B2D9FF;
  text-decoration: underline;
}
/* Portale */
#start-box ul.teaser-portal li {
  border-bottom: 1px dotted #FF9900;
  padding: 5px 0;
}
#start-box ul.teaser-portal li.teaser {
  padding: 5px 0 12px 0;
}
ul.teaser-portal a {
  color: #FF9900;
  text-decoration: none;
}
ul.teaser-portal a:visited {
  color: #FF9900;
  text-decoration: none;
}
ul.teaser-portal a:hover {
  color: #B2D9FF;
  text-decoration: underline;
}
/*
li#nav-title {
  font-weight: bold;
  color: #32649A;
  border-bottom: 2px solid #98BBF3;
}
*/
#start-box h4 {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 3px 0;
}
.logo {
  text-align: center;
}

h4.portal a {
  color: #FF9900;
  text-decoration: none;
}
h4.portal a:visited {
  color: #FF9900;
  text-decoration: none;
}
h4.portal a:hover {
  color: #B2D9FF;
  text-decoration: none;
}
h4.dir a {
  color: #FF6600;
  text-decoration: none;
}
h4.dir a:visited {
  color: #FF6600;
  text-decoration: none;
}
h4.dir a:hover {
  color: #B2D9FF;
  text-decoration: none;
}
h4.info a {
  color: #993300;
  text-decoration: none;
}
h4.info a:visited {
  color: #993300;
  text-decoration: none;
}
h4.info a:hover {
  color: #B2D9FF;
  text-decoration: none;
}

/* Farben der Welten */

.dir {
  color: #FF6600;
}
.info {
  color: #993300;
}
/* END linke Navigation */

/* Inhalt */
#content {
  width: 500px;
  margin: 0px 0px 0px 25px;
  line-height: 1.3em;
  float: right;
}
#content a {
  color: #32649A;
  text-decoration: underline;
}
#content a:visited {
  color: #32649A;
  text-decoration: underline;
}
#content a:hover {
  color: #FF6600;
  text-decoration: underline;
}
h1 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 5px 0 15px 0;
}
h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0 15px 0;
}
.form {
  padding: 0px 10px 15px 10px;
}
.clear {
  clear: left;
}
.portlet-box {
/*  border: 1px solid #32649A; */
  margin: 0 0 20px 0;
}
.portlet-box p {
  margin: 20px 10px 10px;
}
#content ol {
  list-style-position: outside;
  margin: 0;
}
#content ol li {
  margin: 15px 0;
}
/* END Inhalt */
/* Footer */
#footer {
  font-size: 0.8em;
  margin-top: 50px;
  padding: 10px;
  border-top: 1px solid #B2D9FF;
  color: #B2D9FF;
  text-align: center;
}
#footer a {
  color: #B2D9FF;
}
/* END Footer */
