@import url(maypole.css);

body {
   font-family:	Verdana, Arial, Helvetica, sans-serif;
   font-size: 		90%;
   color:		#666666;
   background-color:	#ffffff;
}

h1 {
   font-size: 		120%;
}

h2 {
   font-size: 		110%;
}

h1.erh {
   font-size: 		120%;
}

h2.erh {
   font-size: 		110%;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:active {
    text-decoration: none;
    color: #c0c0c0;
}

a:hover {
    text-decoration: underline;
}

a.button {
    position: relative;
    top: -5px;
    padding: 1px 3px;
    margin-left: 3px;
    margin-right: 6px;
    border: 1px outset;
    background-color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 11px;
    color: #000;
    margin-bottom: 0px;
}

a.button:hover {
    color: #fff;
    background-color: #7d95b5;
}

div.important
{
    font-weight:	bold;
    color:		#ff0000;
}

span.hint
{
    font-size:		80%;
}

span.email
{
    font-family:	Courier;
    font-weight:	bold;
}

span.error
{
    font-family:	sans-serif;
    font-weight:	bold;
    font-size:		11pt;
    color:		#ff0000;
}

span.warn
{
    font-family:	sans-serif;
    font-weight:	normal;
    font-size:		11pt;
    color:		#ff0000;
}

span.info
{
    font-family:	sans-serif;
    font-weight:	bold;
    font-size:		11pt;
    color:		black;
}

span.notice
{
    font-family:	sans-serif;
    font-weight:	normal;
    font-size:		11pt;
    color:		black;
}

span.active
{
    font-weight:	bold;	
}




/* econex style */
#menubar {
    width: 200px;
    padding: 3px 0;
    margin-left: 0;
    margin-top:3em;
    font: bold 10px Verdana, sans-serif;
    color: #666666;
}

#menubar li {
    list-style: none;
    margin: 0;
    padding: 4px 20px;
    text-align:left;
}

#menubar li a {
    display: block;
    text-decoration: none;
    color: #666666;
    background: url(blau_kl.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#menubar #active a {
    display: block;
    text-decoration: none;
    color: #666666;
    background: url(gelb_kl.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#menubar li a:hover {
    display: block;
    text-decoration: none;
    color: #666666;
    background: url(gelb_kl.gif);
    background-repeat: no-repeat;
    background-position: right;
}

input[type=password] {
    height: 16px;
    width: 136px;
    font-family: sans-serif;
    font-size: 11px;
    color: #2E415A;
    padding: 0px;
    margin-bottom: 5px;
}

input[type=text] {
    height: 18px;
    width: 236px;
    font-family: sans-serif;
    font-size: 11px;
    color: #2E415A;
    padding: 0px;
    margin-bottom: 5px;
    font-size:12px;
}



option {
    width: 250px;
}

select {
    width: 250px;
}

.centered {
    margin: auto;
    width:600px;
    height:400px;
    background-color: #f3f6f8;
}

.login {
    padding: 20px 50px;
}

table.login {
    background-color: #f3f6f8;
}

div.spacer 
{
  clear: both;
}

textarea {
    width:  50em;
    height: 30em;
    font-family: sans-serif;
    font-size: 12px;
    color: #2E415A;
    padding: 0px;
    margin-bottom: 5px;
}

.messages {
    margin-left: 1em;
}

.messages li {
    list-style: none;
    margin: 0;
    display: block;
    padding: 1;
}

div.logo {
    padding: 3em;
}



/* versuch 2 */
div.main {
   /*width: 1000px;*/
}

div.main div.left {
    width: 200px; 
    float: left;
}

div.main div.content {
    margin-left:50px;
    width: 706px;
    float: left;
}

div.main div.balken {
    background: #000080;
}
div.content table{
	background-color: #f3f6f8;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:20px;
}
div.content th{
	font-weigt:bold;
	width:50px;
	font-size: 12px;
}
div.content td{
	text-align:center;
}
div.content td.left{
	font-weight:bold;
	font-size: 12px;
	width:80px;
	text-align:right;
}
.bahnhof_links{
	width:300px;
	float:left;
	text-align:center;
}
.bahnhof_rechts{
	width:300px;
	margin-left:50px;
	float:left;
	text-align:center;
}

.bahnhofsliste{
	list-style-type:none;
	list-style-position:outside;
}
.bahnhofsliste li{
	clear:left;
}
.bahnhofsliste_span {
    width:200px;
    float:left;
//    height: 18px;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
    font-weight:bold;
    background-color: #f3f6f8;
}

.content {
    padding: 0px;
    margin-top: 0px;  
    margin-bottom:10px;
    margin-left: 0px; 
    margin-right: 0px;
    border-color: #000000;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.action:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c0c0c0;
}

.actionbutton {
    height: 16px;
    width: 60px;
    font-family: sans-serif;
    font-size: 10px;
    border: 1px outset;
    background-color: #fff;
    margin-bottom: 0px;
}

input:hover[type=submit] {
    color: #fff;
    background-color: #7d95b5;
}

input[type=reset] {
    height: 18px;
    width: 90px;
    font-family: sans-serif;
    font-size: 11px;
    border: 1px outset;
    background-color: #fff;
    padding: 0px 2px 2px 0px;
    margin-bottom: 5px;
    margin-left: 5px; 
}

input[type=submit] {
    height: 18px;
    width: 80px;
    font-family: sans-serif;
    font-size: 11px;
    border: 1px outset;
    background-color: #fff;
    padding: 0px 0px 2px 0px;
    margin-bottom: 5px;
}

input:hover[type=reset] {
    color: #fff;
    background-color: #7d95b5;
}

.begruendung {
    width: 30em;
    height: 10em;
}

.formbutton {
    height: 16px;
    width: 90px;
    font-family: sans-serif;
    font-size: 10px;
    border: 1px solid;
    background-color: #fff;
    margin-bottom: 0px;
    margin-right: 6px;
    float: left;
}   

.formbutton:hover {
    color: #fff;
    background-color: #7d95b5;
}

label select{
    height:20px;
    font-size:12px;
}

.field {
    float:left;
    height: 18px;
    width:25%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
    font-weight:bold;
    background-color: #f3f6f8;
    
    line-height:16px;
}

label .field {
    float:left;
    height: 18px;
    width:25%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
    font-weight:bold;
    font-size:12px;
    background-color: #f3f6f8;
}

label .hinweis {
    float:left;
    width:25%;
    margin-right:0.5em;
    padding-top:0.2em;
    text-align:right;
    font-weight:none;
    background-color: #f3f6f8;
}

label .value {
    float:left;
    padding-top:0.2em;
    text-align:left;
    font-weight:normal;
}

.view .label {
    text-align: right;
    display: block;
    border: 0;
    padding: 2;
}

.view .value {
    border: 0;
    padding: 2;
}

.zeit {
    text-align: center;
}

.zeiten input[type=text] {
    height: 16px;
    width: 80px;
    font-family: sans-serif;
    font-size: 11px;
    color: #2E415A;
    padding: 0px;
    margin-bottom: 5px;
}


table.view  {
    border: 0;
    background: #f3f6f8;
}

table.view tr.alternate { background-color:#e3eaf0; }

td.storniert { text-decoration:line-through; }


.pager .current-rows {
    padding: 2px 6px;
    font-weight: bold;
    vertical-align: top;
}

#navlist {
    padding: 3px 0;
    margin-left: 0;
    margin-top:3em;
    border-bottom: 0px;
    font: bold 12px Verdana, sans-serif;
    line-height: 3em;
}

#navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #778;
    border-bottom: 1px solid #778;
    background: #b5cadc;
    text-decoration: none;
}

#navlist li a:hover {
    color: #000;
    background: #eef;
    border-top: 4px solid #7d95b5;
    border-color: #227;
    border-bottom: 1px solid #778;
}

#navlist #active a {
    background: white;
    border-top: 4px solid;
    border-bottom: 1px solid #778;
}


#region-search {
    width: 50%;
    float: left;
}

ol.schritte {
    line-height: 2em;
}

.geaendert {
    float:right;
    width: 80%;
    text-align:right;
    font-size: 80%;
    margin-top: 20px;
}

