/* CSS Document */

/* Allgemein */
* {
 font-family:Arial;
}

body{
 font-size:0.9em;
 line-height:1.4em;
 background-color:#003366;
 margin-top:0px;
 color:#000000;
}

/* Divs */

#weiss{
 position:absolute;
 width:950px;
 margin-left:50%;
 left:-475px;

 background-color:#ffffff;
 margin-top:0;
 border-left: 1px solid #ffdd00;
 border-right: 1px solid #ffdd00;
}

#kopf{
 width:100%;
 height:156px;
 background-image: url(../pics/kopf.jpg);
}

#menu{
 border-top:2px solid #003366;
 border-bottom:1px solid #003366;
 height:25px;
 background-color: #FFFFFF;
 padding-left:10px;
 padding-top:10px;
}

#inhalt{
 width:97%;
 padding: 10px;
}

#inhalt1 {
float:left;
width:600px;
}

#bilder {
float:right;
width:230px;
padding:0;
}

#next {
height:200px;
width:920px;
border:1px solid #003366;
}

#last {
height:200px;
width:920px;
border:1px solid #003366;
}

#container {
position:relative;
margin: 10 auto;
}

#footer{
 left:0px;
 width:100%;
 height:50px;
 border-top:1px dashed #C0C0C0;
 clear:both;
 background-image:url(../pics/footer_banner.jpg);
 background-repeat: no-repeat;
 background-position:center;
}

#footer_impressum {
float:left;
width:200px;
vertical-align:bottom;
}
#footer_skorpiona {
float:right;
width:200px;
text-align:right;
vertical-align:bottom;
}

#dev{
 position:absolute;
 top:10px;
 left:1300px;
 min-height:500px;
 min-width:500px;
 background-color:#CCCCCC;
 border:1px solid #ff0000;
 color:#333333;
 font-size:14px;
 z-index:99;
 }

/* Links */

a {
 color:#003366;
 text-decoration:underline;
}

/* Text */

#menu a:link, a:visited {
 font-size: 1.0em;
 font-weight:bold;
 text-transform: uppercase;
 text-decoration: none;
}

#menu a:hover {
 text-decoration: underline;
 color:#ffdd00;
}

#menu a:active {
 text-decoration: underline;
 
}

#footer a {
 font-size: 0.8em;
 color: #333333;
 text-decoration: underline;
 text-transform:none;
}

#inhalt a {
 font-size: 0.9em;
 color: #003366;
 text-decoration: underline;
 text-transform:none;
 font-weight:bold;
}


h1 {
font-size: 1.0em;
font-weight:bold;
color: #003366;
text-transform: uppercase;
}

h2 {
font-size: 1em;
font-weight:bold;
color: #003366;

}

.fehler{
 font-weight:bold;
 color:#FF0000;
 font-size:13px;
}

.small_form{
 font-size:10px;
 color:#333333;
}

/* Tables & Border */

.linie{
 border-bottom:1px solid #FFCC00;
}

.abstand{
 height:10px;
}

.tbl_event1{
 width:100%;
 border:#ffdd00 solid 1px;
 border-spacing:0px;
 padding:3px;
}
.tbl_event2{
 width:100%;
 border:#000000 solid 1px;
}
.td_info1{
 text-align:right;
 color:#333333;
 font-weight:bold;
}
.td_info2{
 text-align:left;
 color:#003366;
 font-weight:bold;
 font-size:0.9em;
 
}
.td_info3{
 font-size:12px;
 color:#333333;
}

.td_line{
 height:1px;
 background-color:#666666;
}

.td_farbe1{
 background-color:#FFFFFF;
 font-size:0.9em;
}

.td_farbe2{
 background-color:#CCDDFF;
 font-size:0.9em;
}

.td_anmeld {
font-size:0.9em;
font-weight:bold;
text-align: center;
background-color:#ffdd00;
color:#003366;
text-decoration: underline;
cursor:pointer;
}

.blink{
 background-color:#FFDD00;
 font-size:0.9em;
}

td {
font-size:0.9em;
}

/* Anderes */

.input{
 border:1px solid #FFCC00;
 width:150px;
}

.submit{
 border:1px solid #FFCC00;
 font-size:11px;
}

/* Listen */

ul {
list-style-image: url(../pics/bullet.jpg);
}

ol {
list-style-type:decimal;
list-style-position:outside;
}

ul#strich {
list-style-image: url(../pics/bullet1.jpg);
}

li {
padding-bottom:15px;
}

/* Forms */

form#chip_reg table{
border:1px solid #003366;
width:100%;
}

form#chip_reg td{
border:0px solid #ffcc00;
 font-size:0.9em;
 line-height:1.4em;
}

/* Verschiebbares Fenster */

.window{
 border:solid 2px #003366;
 background:#FFFFFF;
 width:500px;
 top:100px;
 left:100px;
  display:none;
 z-index:10;
}
 .window h1{
  font-size:11px;
  background:#DEDEDE;
  height:16px;
  padding-bottom:3px;
 }
 .window p{
  font-size:11px;
  padding:8px;
 }
 .msg{
  float:right;
  font-weight:normal;
  font-size:11px;
 }


/*developer */


.window_dev{
 border:solid 2px #003366;
 background:#FFFFCC;
 width:350px;
 display:block;
 z-index:10;
}
 .window_dev h1{
  font-size:11px;
  background:#DEDEDE;
  height:16px;
  line-height:16px;
  padding-bottom:6px;
 }
 .window_dev p{
  font-size:11px;
  padding:8px;
 }
 .msg_dev{
  float:right;
  font-weight:normal;
  font-size:11px;
 }
