/**********************************************************
 * General styles for all sites
 *
 * Author: uccooperation
 * E-Mail: info@uccooperation

 *
 * URL:    http://www.uccooperation.de
 **********************************************************/


/**********************************************************
 * General formatting
 **********************************************************/

* {
	margin:  0px;
	padding: 0px;
	border: 0;
}

.ubs         { color: #005EA3; font-family: Arial; font-size: 10pt; font-weight: bold }
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;
}

a:hover {
	text-decoration: none;
}

td {
	vertical-align: top;
}

hr.main {
	width: 97%;
	color: #D7D5D5; 
	background-color: #D7D5D5;
	height: 1px;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 10px;
}

#form
{
	width: 97%;
	color: #555555; 
	height: 1px;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 10px;
}
#form fieldset     { border:1px solid #000000; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px }

#form input     { border:1px solid #000000; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px }

#form textarea     { border:1px solid #000000; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px }



/**********************************************************
 * END General formatting
 **********************************************************/

/**********************************************************
 * Sidebar
 **********************************************************/

#sidebar
{
	background: url('../images/fill_link.jpg');
}

#sidebarlist a {
	display: block;
	width: 243px;
	padding-left: 20px;
	padding-top: 13px;
	border-bottom: 1px solid #DEDEDE;
	color: white;
	background: url('../images/link.jpg') no-repeat;
	font-family: Arial;	font-size: 9pt;
	
}

#sidebarlist a:hover {
	display: block;
	width: 243px;
	padding-left: 20px;
	padding-top: 13px;
	border-bottom: 1px solid #DEDEDE;
	color: #005EA3;
	background: url('../images/link_hover.jpg') no-repeat;
	font-family: Arial;	font-size: 9pt;
	font-weight: bold;

	
}

/**********************************************************
 * END Sidebar
 **********************************************************/
 
/**********************************************************
 * Top & Bottom
 **********************************************************/
 
#top {
 	font-family: Arial;
 	width: 1000px;
 	height: 29px;
 	background: #005ea4;
 	color: white;
 	font-size: 9pt;
 	
}

#conten2 {
 	font-family: Arial;
  	color: #555555;
 	font-size: 9pt;
 	
}
 
#top_text
{
 	padding-left: 15px;
	padding-top: 8px;
}
 
#navi_bottom {
	background: url('../images/fill_link.jpg');
}

#bottom {
	width: 732px;
 	height: 36px;
	background: url('../images/bottom.jpg') repeat-x bottom;
	font-family: Arial;	color: white;
 	font-size: 9pt;
 	font-weight: bold;
}

#bottom_text
{
 	padding-left: 15px;
	padding-top: 10px;
}

a.bottom, a:hover.bottom, a:active.bottom {

color:white;
text-decoration:none;

}
/**********************************************************
 * END Top & Bottom
 **********************************************************/
 	
 
/**********************************************************
 * Content
 **********************************************************/

#content_main {
	padding-left: 15px;
	font-size: 10pt;
	font-family: Arial;	color: #555555;
	
}

#content_header {
	padding: 15px 0 0 5px;
	font-size: 10pt;
	font-family: Arial;	color: #005EA3;
	text-align: top;
}

#binnetzusehen{visibility:hidden}
