

html {
    overflow-y: scroll;
}

body{
	background-repeat: repeat-x;	
}

body, td {
	color: #333333;	
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
	font-family: verdana, sans-serif;
	margin: 8px;
}

/*
################################################################################################
*/

.copylink {
	color: #333333;
	text-decoration: none;
}

a.copylink:hover {
	text-decoration: underline;
	color:#878080;
}

a {
	color:#878080;
}

/*
################################################################################################
*/

.copy-versalien { 
	text-transform: uppercase; 
	letter-spacing: 0.035em; 
}

.copy-versalien-klein { 
	text-transform: uppercase; 
	letter-spacing: 0.015em; 
	color: #ffffff;
}

.copy-versalien-mager { 
	text-transform: uppercase; 
	letter-spacing: 0.035em; 
}


.copy-versalien-weiss {
	text-transform: uppercase;
    letter-spacing: 0.035em;
    color: #ffffff;
}


.copy-weiss {
	font-weight: bold;
	color: #ffffff;
}

.copy-rot {
	color: #CB2C2C;
}


.copy-grau {
	color: #d5d2cb;
	text-decoration: none;
}

.rot {
	color: #712322;
	text-decoration: none;
}

a.copy-grau:hover {
	text-decoration: underline;
	color:#ffffff;
}


/*
################################################################################################
*/


.metamenue {
	color: #b3a4a4;
	text-decoration: none;
	line-height: 12px;
	font-size: 9px;
	margin: 5px; 
}

a.metamenue:hover {
	text-decoration: underline;
	color:#D5D2CB;
}


/*
################################################################################################
*/

.caps {
	font-size: 9px;
	line-height: 13px;
	color: #666666;
}

/*
################################################################################################
*/


.suchfeld {
	font-size: 9px;
	color: #333333;
	width: 80px;
	height: 17px;
	border-width: 0px;
	border-color: #ded9cf;
	background-color: #CCC8C2;
	padding: 1px 0px 0px 3px;
}

/*
################################################################################################
*/

.textfeld  {
	font-size: 13px;
	width: 400px;
	height: 20px;
	border-width: 1px;
	border-color: #ded9cf;
	background-color: #eae6dd;
	line-height: 16px;
	padding-left: 2px;
}

/*
################################################################################################
*/

.headline-weiss-gross {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
    letter-spacing: 0.035em;
}

.headline-grau-gross {
	font-size: 12px;
	color: #d5d2cb;
}



/*
################################################################################################
*/

ul {
    list-style: none;
	margin-left: 8px;
	margin-top: 0px;
	padding-left: 10px;
}

li {
    margin-top: 2;
    margin-bottom: 0;
    background:url(bullet-schwarz.gif) no-repeat 0px 5px; margin-left: 0px; padding-left: 8px;
}

