/**********************************************************
 * General styles for all sites
 *
 * Author: uccooperation
 * E-Mail: info@uccooperation
 *
 *
 * URL:    http://www.uccooperation.de
 **********************************************************/


/**********************************************************
 * General formatting
 **********************************************************/

#tabelinner {padding:5px; margin: 5px; background-color: silver; border-bottom: 1px silver; }



* {
	margin:  0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: small;
	background: #000;
	height: 100%;
	min-height: 101%; /* Force FF and Netscape to make Scrollbars for a consistent layout */
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	background: #151515;
}

img {
	border: 0;
}

a {
	color: #6A358F;
	text-decoration: none;
	border-bottom: 1px dotted #6A358F;
}

a:hover {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}

td {
	vertical-align: top;
}

#main {
	width: 647px;
}

/**********************************************************
 * END General formatting
 **********************************************************/


/**********************************************************
 * Sidebar
 **********************************************************/

#sidebar {
	width: 353px;
}

#sidebarlist {
	list-style: none;
	margin: 70px 0 0 65px;
	width: 262px;
}

#sidebarlist a {
	display: block;
	width: 252px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #b4b4b4;
	text-decoration: none;
	color: #b4b4b4;
}

/**********************************************************
 * END Sidebar
 **********************************************************/


/**********************************************************
 * Navigation
 **********************************************************/

#navigation {
	width: 647px;
	height: 73px;
	background: url(../images/navi_bg.jpg) top left no-repeat;
}

#navlist {
	list-style: none;
	padding: 43px 0 0 70px;
}

#navlist li {
	float: left;
}

#navlist a {
	display: block;
	padding: 0 0 3px 0;
	color: #FFF;
	text-decoration: none;
	border: 0;
}

#navlist a:hover, #navlist a.current {
	border-bottom: 3px solid #7C3FA0;
}

#navlist .seperator {
	color: #7C3FA0;
}

/**********************************************************
 * END Navigation
 **********************************************************/


/**********************************************************
 * Content
 **********************************************************/

/* Slideshow */
#slideshow {
	clear: both;
}
/* END Slideshow */

#content {
	padding: 30px;
	color: #FFF;
	font-size: 95%;
	line-height: 1.4em;
}

#content h1 {
	margin-bottom: 1em;
	font-size: 110%;
	color: #565353;
}

/* Formulare */
#submitbutton {
	font-weight: bold;
	padding: 2px;
	border: 1px dotted #6A358F;
	color: #FFF;
	background: #151515;
}

#binnetzusehen{visibility:hidden}

/**********************************************************
 * END Content
 **********************************************************/