header {
     height: 33%;
	 text-align: center;
}

textarea {
	width: 100%;
}

#main {
	width: 65%;
	margin: 0px 0px 0px 5px;
	float: left;
}

#welcome {
    text-align: center;             
    margin-left: auto;
    margin-right: auto;
}

#welcome fieldset {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}

#welcome input {
    text-align: right;
}

#enter {
    margin-top: 200px;
}

#selectNAV {
    color: #808080;    
}

#links {
    background-color: #FFFF7F;
    margin-left: 205px;
    margin-right: 200px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: left;
}



table {
    padding: 5px;
}


td {
    height: 25px;
}

.abstand {
		margin-left: 10px;
	}
	
.smgr {
    font-size: 0.8em;
    color: #808080;
    font-style: normal;
    font-weight: 100;
}

.dunkelrot {
    color: #FF0000;
}


.untermenue {
    font-size: 0.8em;
}

.tabellelinks {
    width: auto;
    float: left;
}
.lg {
	background-color: #DFDFDF;
}

.textlinks {
    text-align: left;
}

.textrechts {
	text-align: right;
}

.small {
    font-size: 0.8em;
}
.smaller {
    font-size: 0.5em;
}
.smalllines {
    line-height: 0.2em;
}

td.high {
    height: 35px;
}

.dicka {
    font-weight: bolder;
}

.new {
    clear: left;
}

.savebutton {
	background: none repeat scroll 0px 0px #808080;
	border-radius: 5px;
	}

a:link { 
    color:black; 
    text-decoration:none; 
}
    
a:visited { 
    font-weight:normal; 
    color:black; 
    text-decoration:none; 
}

a:focus { 
    color:black; 
    text-decoration:none; 
}
    
a:hover { 
    color: #808080; 
    text-decoration:none; 
}
a:active { 
    color:black; 
    text-decoration:none; 
}