/*/////////////////////////// ALLGEMEINE DINGE ///////////////////////////*/
/*--------------------------------- bodylayout ---------------------------------------------*/
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100.1%;
	background-color: #ffffff;
}
img {
	border: 0px;
}
div {
	z-index: 1;
}
table {
	font-family: Verdana;
	font-size: 13px;
	text-align: justify;
}
/*--------------------------------- webspellspezifisch ---------------------------------------------*/

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000;
}

.title {
    font-family: Arial;
    font-size: 10px;
    color: #737373;
    font-weight: bold;
    background-repeat: repeat;
    background-position: left top;
	background-color: #ffffff;
	font-weight: bold;
	height: 20px;
}

.category_big {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #909090; 
    font-weight: bold;
	height: 20px;
}

.category {  
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #000000; 
    font-weight: normal; 
}

.marked {
    background-color: #000000;
    font-weight: bold;
}

/*--------------------------------- hyperlinks ---------------------------------------------*/

a {
    color: #ff0000;
    text-decoration: none;
    font-weight: normal;
	border: 0px;
}

a:hover {
    text-decoration: underline;
    font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #808080;
    text-decoration: none;
    font-weight: bold;
	border: 0px;
}

a.titlelink:hover {
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #333333;
    text-decoration: none;
	border: 0px;
}

a.category:hover {
    color: #000000;
    text-decoration: none;
}

/*--------------------------------- formulare ---------------------------------------------*/

textarea, input, file, select {  
    font-family: Tahoma; 
    font-size: 12px; 
    color: #000000; 
	padding: 3px;
    background-color: #ffffff; 
    border: 1px solid #cfcfcf;
}
option {
	font-family: Tahoma;
	color: #000000;
	padding: 3px 0px 3px 3px;
}
.footer {color: #FFFFFF
	  size: 11px
			}
			
.form_off {  
    color: #666666; 
    background-color: #ffffff; 
    border: 1px solid #aaaaaa;
}

.form_on {  
    color: #666666; 
    background-color: #ffffff; 
    border: 1px solid #aaaaaa;;
}

.form_username {
    background-color: #ffffff;
    border: 1px solid #808080;
    background-repeat: no-repeat;
    background-position: left top;
	color: #808080;
}

.form_password {
    background-color: #ffffff;
    border: 1px solid #808080;
    background-repeat: no-repeat;
    background-position: left top;
	color: #808080;
}

.form_name {
    background-color: #eeeeee;
    border: 0px solid #333333;
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 0px solid #333333;
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 0px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

