/*
Theme Name: kraftkinz 2009 weiss
Theme URI: http://www.kraftkinz.com/
Description: Thema basierend auf kraftkinz neu
Version: 1.1
Author: Marion Salinger modified by plp
Tags: white, kraftkinz, fixed width, two columns, widgets

	KRAFTKINZ v1.1
	 http://www.homeofdsine.at/


*/




/*normalisierung margin, padding*/

body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h6, pre, form, fieldset, input,  blockquote, th, td, #content
{
margin:0;
padding:0;
}

/*normalisierung font-size header*/

h1, h2, h3, h4, h5, h6
{
font-size:100%;
}



/*normalisiert font-style und font-weight auf normal*/

address, caption, cite, code, dfn, em, strong, th, var
{
font-style:normal;
font-weight: normal;
}


/*normalisiert tabellen*/
table
{
border-collapse: collapse;
border-spacing:0;
}

/*entfernt border aus fieldset und img*/
fieldset, img
{
border:0;
}

img {              
   margin-right: 10px;
   margin-bottom: 10px;
}

/*richtet text in caption und th links aus*/
caption, th
{
text-align:left;
}

/*entfernt anfuehrungszeichen aus q*/
q:before, q:after
{
content:'';
}

/*========================================*/



body {
	font-family:  helvetica, arial, verdana, sans-serif;
	background-color: #ffffff;
	margin: 0;
	font-weight: normal;
	text-align: center;
	color: #87888a;
}


#contain_all {
	margin: 0 auto;
	height: 600px;
	width: 900px;
	position: relative;
	padding-top: 0px;
	text-align: left;
	background-color: #ffffff;
}


/* Logo */

#logoindex {
	margin-top: 200px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 106px;
}
#logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 900px;
	height: 98px;
}



/* container */

#container {
	margin-top: 0px;
	width: 900px;
	height: 465px;
}


/* Navigation */	
	

#navsite {
	float: left;
	background-color: #ffffff;
	width: 300px;
	height: 400px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


#navsite h5 {
	display:none;
}
#navsite ul {
	padding: 66px 0px 0px 85px;
	font-size: 0.85em;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #9a9a9d;
}


#navsite ul li {
	list-style: none;
	line-height: 1.5em;
	color: #9a9a9d;
		
}	
	
#navsite ul li a {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #9a9a9d;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navsite ul li a:hover {
	color: #f39800;
}
#navsite ul li.current_page_item a {
	color: #f39800;
}


/* content */


#content {
	float: right;
	font-size: 0.75em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #9a9a9d;
	background-color: #ffffff;
	text-align: left;
	padding-left: 0px;
	padding-right: 140px;
	margin-top: 66px;
	width : 460px; 
	padding-top: 0px;
	overflow: auto; /* added for scrolling */
}

#content a{
	font-size: 0.9em;
	font-weight: normal;
	color: #f39800;
	text-decoration: none;
}
#content a:hover {
	color: #f39800;
	font-size: 0.9em;
	font-weight: normal;
}


h4 {
	margin: 0px 0px 25px 0px;
	color: #87888a;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 1.3em;
}

strong {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	margin: 0px 0px 15px 15px;
	line-height: 1.3em;
}

ol {
	list-style-type: none;
	margin: 0px 0px 0px 30px;
}

#balkenweiss {
	clear: both;
	position: relative;
	background-color: #ffffff;
	width: 900px;
	height: 40px;	
	margin: 0px auto;
}

/* fusszeile */

#fusszeile {
	clear: both;
	position: relative;
	background-color: #f39800;
	width: 900px;
	height: 40px;	
	margin: 0px 0px 0px 0px;
	
}

#fusszeile p {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	padding-top: 13px;
	padding-left: 110px;
}

/*Anpassung für IE 5,6*/

* html #content {
	padding-right: 120px;
	width : 450px; 

}
 

* html #fusszeile p {

	line-height: 0.7em;
}                                    
