/**
 * ################################################################################
 * ########## Globals 
 */
 
 
html {
	height: 100%;
	padding-bottom: .005em;
}

body, td {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-family: verdana, sans-serif;
}


/**
 * ################################################################################
 * ########## Texte 
 */


.text-gross-grau {
    color: #8a8a81;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.text-klein-grau {
    color: #8a8a81;
    text-decoration: none;
}

.text-klein-gruen {
    color: #038a12;
    text-decoration: none;
}

.text-gross-gruen {
    color: #038a12;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.text-gross-weiss {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}


/**
 * ################################################################################
 * ########## Links 
 */


a { 
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}


/**
 * ################################################################################
 * ########## Listen 
 */


ul {

	list-style:none;
	margin-left: 0px;
	margin-top: 10px;
	padding-left: 16px;
}

li {
    margin-top: 0;
    margin-bottom:  0;
    background:url(../common/listenstrich_grau.gif) no-repeat 0px 7px; margin-left: -16px; padding-left: 12px;
}


/**
 * ################################################################################
 * ########## Formulare 
 */


textarea {
    color: #000000;
    font-size: 12px;
	font-family: verdana, sans-serif;
}
