/*
Theme Name: KI Profi Theme
Theme URI: http://www.fusionsquare.com/
Description: The default WordPress theme for KI-Profi
Version: 1.0
Author: Sebastian Kunz
Author URI: http://www.fusionsquare.com/
Modified: Jurica Romic romic.de
Text Domain: kvprofi
*/


body, html
{
	margin:0;
	padding:0;
}

body
{
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color:#222222;
	background:#ccc url(images/bg.gif) center top no-repeat;
}



a:link, a:visited {
	color: #D70606;
	text-decoration: underline;
}
a:visited {
	color: #FA4949;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A00;
	text-decoration: none;
}
a img {
	border: none;
}

div
{
	line-height:18px;
}

h1{
line-height: 130%;
}

p{
	line-height: 160%;
	font-size: 14px;
}

#header
{
	width:974px;
	height:246px;
	margin:0 auto;
	position: relative;
	background:transparent url(images/header_bg.gif) center top no-repeat;
}

#page
{
	width:974px;
	margin:40px auto 0 auto;
	padding:0 0 100px 0;
	position:relative;
}

ul#navigation
{
	width:974px;
	height:55px;
	list-style:none;
	margin:0 auto;
	padding:0;
	background:transparent url(images/navigation_bg.gif) center top no-repeat;
	display:block;
}


ul#navigation li
{
	float:left;
	margin:0;
	padding:15px 13px 6px 13px;
	max-width: 140px;
}

ul#navigation li a
{
	color:#fff;
	display:block;
	text-decoration:none;
}

#container
{
	width:976px;
	margin:0 auto;
	padding:0;
	float: left;
	background:transparent url(images/footer_bg_thin.png) center top repeat-y;
	position:relative;
	height: 100%;
}

#content
{
	margin:0;
	padding:0 20px 20px 20px;
	width:650px;
	min-height: 400px;
	float: left;
}

div#breadcrumb_box
{
	margin:0;
	padding:10px 0 0 0;
	font-weight:normal;
}

div#breadcrumb_box p
{
	margin:0;
	padding:0;
}

div#breadcrumb_box p a
{
	color:#000;
}

#sidebar
{
	width:260px;
	min-height: 450px;
	position:relative;
	float: right;
	right:29px;
}

div.sidebox
{
	padding:0 25px;
}

#footer
{
	width: 100%;
	float: left;
	margin:0 auto;
	height:100px;
	background:transparent url(images/footer_bg.gif) center bottom no-repeat;
	text-align: center;
}

div.footer_space
{
	background:url(images/footer_bg_thin.png) center top repeat-y;
	padding:0 42px;
}
/*** Headlines ***/

h2, h2 a
{
	font-size:18px;
	color:#D22133;
	font-weight:normal;
	text-decoration:none;
}

h4, h4 a
{
	color:#D22133;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0 0 5px 0;
}

/*** Sidebar ***/

ul.lastposts
{
	list-style:none;
	margin:0;
	padding:0;
}

ul.lastposts li
{
	display:block;
}

ul.lastposts li a
{
	color:#000;
}

/*** Menü in Sidebar ***/
#menu{
	width: 200px;
	font-size: 14px;
	margin: 20px 0 10px 0;
}

#menu a{
	color: #ff0000;
	display: block;
	text-decoration: none;
}

#menu a:hover
{
	background: #cccccc;
	text-decoration: underline;
}


#menu li {
	font: 14px Verdana;
	letter-spacing: 0;
	margin: 5px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
}

#menu li ul {
	font: 13px Verdana;
	list-style-type: square;
	margin-left: 20px;
	letter-spacing: 0;
	padding: 0 0 2px 0; 
	background: transparent;
}


#menu ul li {
	font: 12px Verdana;
	letter-spacing: 0;
	margin: 5px 0 0 0;
	padding: 0 0 2px 0; 
	background: transparent;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {
	border: 0;
	font: normal 13px Verdana;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 20px;
	background: url(images/list.png) 0 3px no-repeat;
}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #D70606;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	border-bottom: 1px solid #D70606;
}

#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}
