/* streamPlus-CSS-support-document */

/* --- CSS-reset-style fÃ¼r max. KompatibilitÃ¤t --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* --- und nun die eigentliche Magie... --- */

body {
  background-color: #d2d2d2;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #424242;
}
#whiteBackground {
  background-color: #fff;
}

#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  min-height: 400px;
  padding-bottom: 20px;
}
#content {
}

#subContent {
  padding-top: 20px;  padding-left: 30px;  padding-right: 30px;
}

#header {
  background: url(../img/design/header_repeat.jpg) repeat-x;
  height: 150px;
}
#header_img {
  background: url(../img/design/header.jpg) no-repeat;
  width: 1000px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

/* --- Navigation --- */
#navigation ul {
    position: absolute; /*position: relative;*/
    top: 122px;
    margin-left: 344px;
    list-style-type: none;
    width: 660px;
}
#navigation li{
    width: 94px;
    height: 28px;
    list-style-image: none;
    text-align: center;
    opacity: 0.8;
    float:left;
}
#navigation li a {
    background:url(../img/design/nav_btn.jpg) no-repeat center;
    width: 94px;
    height: 28px;
    display: block;
    color: #11487C;
    text-decoration: none;
    font-weight: bold;
    font-family:'Arial';
    font-size: 10pt;
}
#navigation span {
    position: relative;
    top: 7px;
}
#navigation li:hover {
    color:#5391CA;
    opacity: 1;
}

/* --- subHeader --- */

#subheader {
  background: url(../img/design/subheader_repeat.jpg) repeat-x;
  height: 20px;
}

#subheader-bottom {
  background: url(../img/design/nav2_bg_repeat.png) repeat-x;
  position: absolute;
  top: 170px;
  width: 100%;
  height: 15px;
}

/* --- secondary Navigation --- */

#nav2 {
  position: relative;
  top: -20px;
  left: -20px;
  height: 35px;
}
#nav2_content {
  width: 1000px;
  margin-left: auto; margin-right: auto;
  height: 35px;
}
#nav2_content ul {
  height: 35px;
  padding-top: 5px;
  font-size: 16px;
}
#nav2_content ul li {
    float:left;
    list-style-image: none;
}
#nav2_content ul li a{
  padding: 6px 20px 5px 20px;
  background: url(../img/design/nav2_divider.jpg) right no-repeat;
  color: #5f5f5f;  display:inline-block;
}
#nav2_content ul li a:hover {
  background: url(../img/design/nav2_hover.jpg) repeat-x;
  color: #fff;
  text-decoration: none;
}
#nav2_content form {float:right; margin-right: 10px; margin-top: -35px;}
#nav2_content form input {
  margin-top: 7px;
}
#nav2_content form #button1 {
  background: url(../img/design/button_anmelden.jpg);
  display: inline;
  border: none;
  height: 22px;
  color: #fff;
  cursor: pointer;
}
#nav2_content form #button1:hover {
  background: url(../img/design/button_anmelden_hover.jpg);
}

#subContainer {
  padding-top: 650px;
}

/* --- footer --- */

#footer {
  padding-bottom: 20px;
  background: #d2d2d2;
  font-size: 12px;
  line-height: 1.2;
}
#footer a {
  font-weight: normal;
  color: #545454;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer_head {
  background: url(../img/design/footer_head.jpg) repeat-x;
  height: 26px;
}
#footer_content {
  width: 1000px;
  margin-left: auto; margin-right: auto;
}
.liste li{
        list-style-image:url(../img/design/li_dot.jpg);
}

li a {
        font-weight:normal;
}


/* Entry Box */

#entryBoxDiv
{
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}
#entryBoxDiv #entryBoxBackgroundDiv
{
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ddeeff;
    opacity: 0.6;
}
#entryBoxDiv #entryBoxWindowDiv
{
    position: relative;
    top: 100px;
    text-align: left;
    margin: auto;
    padding: 20px;
    width: 500px;
    height: 500px;
    background-color: #ddeeff;
    border: 2px solid #334455;
}
#entryBoxWindowDiv dd
{
    margin-left: 20px;
}

#entryBoxWindowDiv #ktonr, #entryBoxWindowDiv #blz
{
    width: 100%;
}

/* Reminder */

.imageReminder
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    width: 263px;
    height: 35px;
}

/* News-Box (Login) */

.news_container {
    width: 430px;
    height: 280px;
    border: 1px solid #5391CA;
    margin-top: 10px;
    padding: 10px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #e3e3e3;
    line-height: 1.3;
}
.news_header {
    margin-bottom: 10px;
}
.login_container {
    width: 450px;
}