@charset "utf-8";
/**
 * Haupt CSS
 *
 * @project		KKN Ingenieurbüro
 * @author		Boris Bojic <bojic@devshack.biz>
 * @copyright	Copyright (c) 2010, Boris Bojic (DevShack)
 * @version		Tue, 16 Feb 2010 13:24:25 +0100
 *
 */

/*
--- CSS Reset -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

html,body,div,span,button,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
body{line-height:1.5;font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;color:#fff;background:#B3C3DC;font-size:100.01%;}
input,
select,
textarea{font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;}

a{color:#e2001a;text-decoration:none;}

a:visited{color: #e2001a;}

a:hover,
a:focus{
	color: #bb4b56;
	text-decoration: underline;
}

a:active{
	color: #f18f9a;
}

label{cursor:pointer;}


/*
--- Grundlayout -----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

body{
	padding-top: 50px;
}

#wrapper{
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 50px;
	background: url('./img/wrapper/wrapper-back.png') no-repeat;
	
}

#galbox{
	background: #455A7C;
	border: 1px solid #fff;
	height: 270px;
	overflow: hidden;
}


#navbox{
	background: #6887B9;
	border: 1px solid #fff;
	border-width: 0 1px;
	min-height: 300px;
}

#contentwrap{
	color: #333;
	width: 496px;

	position: absolute;
	top: -30px;
	right: 5px;
	z-index: 100;

}

	#contenthead{
		padding: 13px 11px 0 7px;
		background: url('./img/content/content-head.png') no-repeat;
	}

	#contentmain{
		padding: 0 11px 10px 7px;
		background: url('./img/content/content-main.png') repeat-y;
	}

	#contentfooter{
		border-top: 2px solid #04378B;
		background: #04378B;
		margin: 0 15px;
	}

	#content{
		min-height: 650px;
		background: url('./img/content/auto.png') 15px 250px no-repeat;
	}
	
	#contentend{
		padding: 0 11px 18px 7px;
		background: url('./img/content/content-end.png') no-repeat;
	}

#langfooter{
	padding-top: 25px;
	background: url('./img/footer/footer-back.png') no-repeat;
}

/*
--- Bilderbox -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#galbox img{
	display: block;
}

/*
--- Navigation ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#navbox ul{
	width: 165px;
	font-size: .9em;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
	padding: 15px 0 0 25px;
}

#navbox li{
	position: relative;
	padding-bottom: 1px;
	background: url('./img/nav/nav-li-line.png') repeat-x bottom left;
}

#navbox li.last{
	background: none;
}

#navbox ul a{
	display: block;
	padding-right: 10px;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

#navbox ul a:hover,
#navbox ul a:focus{
	background: url('./img/nav/nav-hover.png') 100% 55% no-repeat;
}

#navbox ul a:active,
#navbox ul a.active{
	color: #ccd6ea;
	background: url('./img/nav/nav-active.png') 100% 55% no-repeat;
}

/* 2. Ebene */
#navbox ul ul{
	padding: 0;
	font-size: 1em;
	position: absolute;
	left: 185px;
	top: 0;
	text-transform: none;
}

#navbox li li{
	background: url('./img/nav/nav-li-li-line.png') repeat-x bottom left;
}

/*
--- Logo im Inhalt --------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#content h1{
	margin: 0 auto;
	padding: 20px 0;
	width: 450px;
	height: 132px;
	background: url('./img/logo/logo.png') 0 20px no-repeat;
}

#content h1 a{
	display: block;
	height: 100%;
	text-indent: -9999em;
}

/*
--- Inhalt ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#content h2{
	font-size: .8em;
	color: #58585a;
	line-height: 1.5;
	padding: .5em 30px 1em 30px;
	text-transform: uppercase;
}

#content h3{
	font-size: .6em;
	color: #58585a;
	line-height: 1.5;
	padding: .5em 30px 1em 30px;
	text-transform: uppercase;
}

#content p,
#content address{
	font-size: .8em;
	color: #58585a;
	line-height: 1.5;
	padding: 0 30px 1em 30px;
}

#content address{
	font-style: normal;
}

	#content blockquote p{
		color: #333;
		text-align: right;
		font-style: italic;
		padding-left: 100px;
		background: url('./img/content/quote.png') no-repeat 50px 3px;
	}

#content ul,
#content ol{
	font-size: .8em;
	color: #58585a;
	line-height: 1.5;
	padding: 0 30px 1em 50px;
}

	#content ul li{
		padding-left: 18px;
		background: url('./img/content/ul.png') no-repeat 0 .6em;
	}

#content ol{
	list-style-type: decimal;
	margin-left: 20px;
}


#content img{
	border: 1px solid #738FBE;
	display: block;
}

#content img.imgright{
	float: right;
	margin: 0 0 10px 10px;
}

#content img.imgleft{
	float: left;
	margin: 0 10px 10px 0;
}

#content img.imgcenter{
	margin: 0 auto .5em auto;
}

/*
--- Bildergalerie ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#content ul.gallery{
	padding: 0 0 1em 0;
	width: 450px;
	margin: 0 auto;
}

#content ul.gallery li{
	float: left;
	width: 135px;
	height: 100px;
	margin: 0 5px 10px 5px;
	padding: 0;

	background-image: none;
	overflow: hidden;
	border: 1px solid #738FBE;
}

#content ul.gallery li img{
	margin: 0 auto;
	border: 0 none;
}

/*
--- Footer des Inhaltes ---------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#contentfooter p{
	border-top: 2px solid #fff;
	font-size: .7em;
	text-align: center;
	color: #fff;
	line-height: 4;
}

#contentfooter a{
	color: #fff;
}

#contentfooter a:hover,
#contentfooter a:focus{
	color: #ff0;
	text-decoration: underline;
}

#contentfooter a:active{
	color: #990;
}

/*
--- Footer des Inhaltes ---------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#langfooter ul{
	color: #fff;
	font-size: .6em;
	padding: 10px 0 0 30px;
}

#langfooter ul li{
	float: left;
	padding-right: 3px;
	width: 17px;
	height: 17px;
	overflow: hidden;
}

#langfooter ul li a{
	display: block;
	width: 17px;
	height: 17px;
	background: url('./img/lang/flags.png') no-repeat;
	text-indent: -9999em;
	opacity:0.5;
}

	#langfooter ul li a:hover,
	#langfooter ul li a.active{
		opacity:1;
	}

#langfooter ul li.flag-en a{
	background-position: -19px 0;
}

#langfooter ul li.flag-fr a{
	background-position: -39px 0;
}

#langfooter ul li.flag-es a{
	background-position: -58px 0;
}

#langfooter ul li.flag-none{
	padding-left: 3px;
	width: auto;
	text-shadow: 1px 1px 1px #666;
}


/*
--- CSS Autoclear ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#content:after,
#langfooter ul:after,
#content ul.gallery:after{
	content: ".";display: block;height: 0;clear: both;visibility: hidden;
}

/* Debugbox */
pre#debug{
	padding: 10px;
	margin: 20px 10px;
	border: 1px solid #777;
	background: #ACD6FF;
	font-size: 12px;
	color: #444;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: #999 2px 2px 2px 0;
	-webkit-box-shadow: 2px 2px 2px #999;
}
