/**********************************************************
 * Style for startseite.html
 *
 * Author: uccooperation
 * E-Mail: info@uccooperation

 *
 * URL:    http://www.uccooperation.de
 **********************************************************/


/**********************************************************
 * General formatting
 **********************************************************/

* {
	margin:  0px;
	padding: 0px;
	border: 0;
}

table {
	margin:auto;
} 

html {
	height: 100%;
}

body.a {

	color: #000;
	font-family: Arial, sans-serif;
	font-size: small;
	background: #000;
	height: 100%;
}


img {
	border: 0;
}

a {
	text-decoration: none;
	color: #A6A6A7;
}

a:hover {
	text-decoration: none;
	color: #A6A6A7;
}

a:active {
	text-decoration: none;
	color: #A6A6A7;
}

td {
	vertical-align: top;
}



/**********************************************************
 * END General formatting
 **********************************************************/

/**********************************************************
 * Side-Css
 **********************************************************/

td.service {
	
	font-family: Arial;
	color: #ACACAD;
	font-weight: bold;
	padding-top: 2px;
	text-indent: 7px;

}

td.aktion {
	
	font-family: Arial;
	color: #ACACAD;
	font-weight: bold;
	padding-top: 2px;
	text-indent: 7px;
	vertical-align: bottom;

}

td.zeiten {

	font-family: Arial;
	font-size: 8pt;
	color: #ACACAD;
	font-weight: bold;
	padding-top: 6px;

}

td.text_aktion {
	
	background-image: url(../images/aktion_back.jpg);
	font-family: Arial;
	font-size: 9pt;
	line-height: 18pt;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 5px;
	letter-spacing: 0px;
	
}
	
td.adresse {
	
	font-family: Arial;
	font-size: 9pt;
	color: #ACACAD;
	font-weight: bold;
	padding-top: 6px;
	line-height: 15pt;

}


#index{visibility:hidden}

#binnetzusehen{visibility:hidden}


/**********************************************************
 * END Side-Css
 **********************************************************/