/*  
Theme Name: TelematicsPro
Theme URI: http://www.intervista-ag.de/
Description: Das komplett eingedeutschte standard WordPress Theme basierend auf dem famosen <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Deutsche Bearbeitung: <a href="http://blogshop.de">Olaf A. Schmitz</a>.
Version: 1.6
Author: Andreas Hille
Author URI: http://www.bluehilltec.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


*/



body {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #E7E7E7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#banner img {
	margin-right: 30px;
	margin-top: 15px;

}



#wrapper {
	background-image: url(images/wrapper.gif);
	background-repeat: repeat-y;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	background-position: center;
}
ul#navi {
	float: left;
	width: 160px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-left: 7px;
	margin-top: 2px;
	text-align: left;
}
ul#navi li {
	background-color: #90A4BD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #96A9C1;
	border-bottom-color: #8BA0BB;
	font-size: 11px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(images/li.gif);
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#navi li:hover {
	background-color: #9AADC4;

}
ul#navi li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
ul#navi li a:hover {
	color: #FF9900;
}

#content {
	float: left;
	width: 508px;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top: 2px;
}
#content h1 {
	font-size: 20px;
	color: #333333;
	font-weight: lighter;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 12px;
	color: #FF6600;
	margin-top: 0px;
}
#content p {
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
#content a {
	color: #90A4BD; 
}
#content a:hover {
	color: #FF6600;
}
#content h1, #content h2, #content p,#content img.werbung {
	margin-right: 20px;
	margin-left: 20px;
}
#content li {
	font-size: 12px;
	color: #666666;
}
#content .article {
	float: left;
	width: 50%;
	margin-top: 10px;
}
#content .article h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
 

div#right {
	float:right;
	text-align: right;
	margin-top: 2px;
	margin-right: 8px;
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right img {
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}






#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 50px;
	background-position: top;
	color: #8095B6;
	font-size: 10px;
}
#footer p {
	font-size: 10px;
	color: #8095B6;
}
#footer a {
	color: #8095B6;
}
#footer a:hover {
	color: #FF6600;

}

