/*
Theme Name: Rocon GmbH
Theme URI: http://www.rocon-gmbh.de
Description: "Template Rocon GmbH"
Version: 1.0
Author: RouxIT
Author URI: http://www.rouxit.de
License: GPL
*/



/* Begin Typography & Colors */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 10px;
	color: #000000;
	font-family: Verdana; 
	background: #000000;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
}

a {
	/*color: #0082C3;*/
	color: #094665;
	text-decoration:none;
}

a:hover {
	color: #0082C3;

}

h1 {
	font-size: 16px;
	font-family: Arial; 
	color: #094665;
	margin-top: 30px;
	padding-left: 5px; 
	padding-bottom: 2px; 
	border-left: 3px solid #094665; 
	border-bottom: 1px solid #094665; width: 100%;
}

h2 {
	margin-top: 15px; 
	font-size: 14px;
	font-family: Arial; 
	color: #107FB6;
	border-left: 2px solid #107FB6; 
	border-bottom: 1px solid #107FB6; width: 100%;
	padding-left: 5px;
}

h3 {
	font-size: 11px;
	font-family: Arial; 
	color: #139ADD;
	border-bottom: 1px solid #139ADD; width: 100%;
}

td {
	font-size: 11px;
	line-height: 20px;
	color: #06344B;
}

.topline {
	background-image: url(images/topline.gif);
}

.logo {
	height: 140px;
	background: #FFFFFF;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

.content {
	background: #FFFFFF;
	background-image: url(images/topbg.jpg);
	background-repeat: no-repeat;
}

.infoline {
	background: #CCCCCC;

}

.maintext {
	width: 95%;
}

.inhalt {
	margin: 15px;

}

.menu_content {
	background: #FFDD00;
}

.menu {
	left: 10px;

	background: #FFDD00;
}

.footer {
	height: 80px;
	background: #232323;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	padding: 0px; 
	margin-bottom: 25px;
	text-align:left;
	width: 180px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}

#sidebar ul li {
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li ul li {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}	

#sidebar ul li ul li ul li {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}	

.produkte tr td{
	border: 1px solid #C0C0C0;
}

.img {
	border: 0px;
}


