/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	color: #607d91;	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Stylesheet Kraft Allmedia */

body {
	background: url(../images/bg.jpg) no-repeat fixed;
	line-height: 16px;
}

#page {
	width: 932px;
	margin: 0 auto;
	margin-top: 54px;
	background: #FFF;
	position: relative;
	margin-bottom: 40px;
}

/*########################################################################################################Header*/
#header {
	width: 932px;
	height: 46px;
	position: relative;
}

#header .logo {
	width: 201px;
	height: 56px;
	position: absolute;
	top: -24px;
	left: 0;
}

#header .ani {
	position: absolute;
	top: 17px;
	left: 325px;
}
/*+++++++++++++++++++++++++++++Topnavi*/
#header ul#topnavi {
	list-style-type: none;
	width: 731px;
	height: 46px;
	float: right;
}

#header ul#topnavi li {
	float: right; 
	margin-right: 20px;
	margin-top: 17px;
}

#header ul#topnavi li a:hover {
	color: #ee7f00;
}
/*+++++++++++++++++++++++++++++Topnavi*/
/*########################################################################################################Header*/

/*########################################################################################################linke Sidebar*/
#linkesidebar {
	width: 326px;
	float: left;
}
/*+++++++++++++++++++++++++++++Navigation*/
#navigation {
	width: 326px;
	height: 220px;
	padding-top: 30px;
	background: #7a94a6;
}

#navigation ul li ul {
	display: none;
	width: 200px;
	margin-left: 0 !important;
}

#navigation ul {
	list-style-type: none;
	margin-left: 30px;
}

#navigation ul li {
	float: left;
	margin-right: 25px;
	position: relative;
	height: 20px;
	line-height: 22px;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
}

#navigation ul li:hover ul li {
	display: block;
	float:none !important;	
}
/*+++++++++++++++++++++++++++++Navigation*/

/*+++++++++++++++++++++++++++++left Sidebar*/
#leftsidebar {
	padding-top: 20px;
}

#leftsidebar #subnavi {
	margin: 10px 20px 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #afbfca;
}

#leftsidebar #subnavi a:active {
	color: #EE7F00;
}

#leftsidebar #subnavi a:hover {
	color: #EE7F00;
}

#leftsidebar #subnavi li {
	margin-bottom: 5px;
}

#leftsidebar .news {
	margin: 0 40px 10px 20px;
}
/*+++++++++++++++++++++++++++++left Sidebar*/

/*+++++++++++++++++++++++++++++left Sidebar Downloads Projektstory*/
#leftsidebar .projektstory {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #AFBFCA;	
}

#leftsidebar .projektstory a {
	font-weight: bold;
}

#leftsidebar .projektstory a:hover {
	color: #EE7F00;
}

#leftsidebar .projektstory h3 {
	margin-left: 0px !important;	
}

/*+++++++++++++++++++++++++++++left Sidebar Carousel*/
#leftsidebar .carousel {
	margin-left: 20px;
	width: 286px !important;
	height: 280px !important;
    border-bottom: 1px solid #AFBFCA;
	padding-bottom: 10px;
	margin-bottom: 10px;

}

#leftsidebar .carousel ul {
	width: 286px;
	overflow: hidden;
	height: 280px !important;
}

#leftsidebar .carousel ul li {
	height: 100% !important;
	overflow: hidden !important;
	margin-right: 40px;
	width: 276px;
}

#leftsidebar .carousel ul li h4 {
	color: #607d91;
}

#leftsidebar .carousel ul li img {
	position: relative;
	float: left;
	margin-right: 10px;
}

#leftsidebar .carousel ul li p {
	display: inline;
	disply: block;
}

#leftsidebar .carousel ul li a:hover {
	color: #EE7F00;
}

#leftsidebar .slidenavi {
	position: relative;
	margin: 0 20px;
	margin-bottom: 30px;
    border-bottom: 1px solid #AFBFCA;
	padding-bottom: 25px;
	margin-bottom: 10px;	
}

#leftsidebar .slidenavi .prev {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}

#leftsidebar .slidenavi a:hover {
	color: #EE7F00;
}

#leftsidebar .slidenavi .next {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}

.aktuellesslide {
	margin-bottom: 10px;
	display: block;
	height: 60px;
	padding-top: 5px;
}

.aktuellesslide2 {
	display: block;
	display: inline;
}

.aktuellesslide2 a {
	font-weight: bold;
}
/*+++++++++++++++++++++++++++++left Sidebar Carousel*/

/*########################################################################################################linke Sidebar*/

/*########################################################################################################Content*/
#content {
	width: 606px;
	float: right;
}
/*+++++++++++++++++++++++++++++Slider*/
#content .carousel {
	width: 606px !important;
	height: 250px;
	overflow: hidden;
	z-index: 10;	
}

#content .carousel ul {
	width: 606px;
	height: 250px;
	overflow: hidden;
}

#content .carousel ul li {
	width: 606px;
	height: 250px;
	overflow: hidden;
	position: relative;
	float: left;
}

#content .carousel ul li .infotext {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 220px;
	z-index: 10000;
}

#content .carousel ul li .infotext p {
	display: inline;
}

#content .next {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 20px;
	height: 43px;
}
/*+++++++++++++++++++++++++++++Slider*/

/*+++++++++++++++++++++++++++++Text*/
#text {
	padding-top: 30px;
	padding-bottom: 20px;
}

#text a {
	font-weight: bold;
	text-decoration:underline;
}
/*+++++++++++++++++++++++++++++Text*/

/*+++++++++++++++++++++++++++++WebCMS*/
.listecontent {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #afbfca;
}

.listecontent img {
	margin: 20px 20px 20px 0px;
	position: relative;
	float: left;
}

.listecontent h2 {
	margin-bottom: 10px;
	margin-left: 0px !important;
}

.listecontent p {
	margin-left: 0px !important;
}
/*+++++++++++++++++++++++++++++WebCMS*/

/*+++++++++++++++++++++++++++++Content Liste*/
.contentliste {
	margin: 0 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #afbfca;
	padding-top: 10px;
}

.contentliste a {
	text-decoration: none !important;
	margin-top: 5px;
	margin-left: 10px;
}

.contentliste a:hover {
	color: #ee7f00;
}
/*+++++++++++++++++++++++++++++Content Liste*/

/*+++++++++++++++++++++++++++++Kundenliste*/
#kundenliste {
	margin: 0 20px;
}

#kundenliste a {
	margin-right: 30px;
	margin-bottom: 20px;
}

#kundenliste img {
	margin-bottom: 20px;
}
/*+++++++++++++++++++++++++++++Kundenliste*/

/*+++++++++++++++++++++++++++++Kontaktformular*/
#form {
	margin: 0 20px;
}

#form .zeile {
	position: relative;
	margin-bottom: 20px;
}

#form .zeile .textfeld {
	position: absolute;
	top: -5px;
	left: 130px;
	width: 250px;
	background: #FFF;
	border: 1px solid #AFBFCA;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #607D91;
}

#form .zeile #cfMessage {
	width: 380px;
	background: #FFF;
	border: 1px solid #AFBFCA;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #607D91;
}

.errors {
	margin-bottom: 20px;
	color: #EE7F00;
	font-weight: bold;
}

#form p {
	margin-left: 0 !important;
}
/*+++++++++++++++++++++++++++++Kontaktformular*/

/*########################################################################################################Content*/

.clear {
	clear: both;
}


/*########################################################################################################Typographie*/
h1 {
	margin: 0 20px 10px 20px;
	font-size: 16px;
	color: #ee7f00;
}

h2 {
	font-weight: bold;
	margin: 0 20px 0px 20px;
	color: #ee7f00;
}

h3 {
	margin: 11px 20px 10px 20px;
	color: #ee7f00;
	font-size: 13px;
}

h4 {
	color: #FFF;
	font-weight: bold;
}
/*+++++++++++++++++++++++++++++Navigation*/
#navigation ul li a {
	text-transform: uppercase;
	color: #cad4db;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #FFF;
}

#navigation ul li ul li a {
	text-transform: none;
	font-weight: normal;
	display: block;
}
/*+++++++++++++++++++++++++++++Navigation*/

/*+++++++++++++++++++++++++++++Newshead*/
.news .newshead {
	font-weight: bold;
	display: block;
}

.news .newsintrotext {
	display: inline;
}

.news .newslink {
	font-weight: bold;
}

.news .newslink:hover {
	color: #ee7f00;
}
/*+++++++++++++++++++++++++++++Newshead*/

/*+++++++++++++++++++++++++++++Infotext*/
.infotext p {
	color: #FFF;
}

.infotext a {
	color: #FFF;
	font-weight: bold;
}

.infotext a:hover {
	color: #ee7f00;
}
/*+++++++++++++++++++++++++++++Infotext*/

/*+++++++++++++++++++++++++++++Text*/
#text p {
	margin: 0 20px 10px 20px;
}

#text p.teaser {
	font-weight: bold;
}

#text ul {
	margin: 0 20px 10px 20px;
	list-style-type: disc;
}

#text ul li {
	margin-left: 13px;
}
/*+++++++++++++++++++++++++++++Text*/
/*########################################################################################################Typographie*/

/*############################################Rahmen*/
#rahmenoben {
	width: 940px;
	height: 4px;
	background: #aec2ce;
	position: absolute;
	top: -4px;
	left: -4px;
}

#rahmenunten {
	width: 940px;
	height: 4px;
	background: #aec2ce;
	position: absolute;
	bottom: -4px;
	left: -4px;
}

#rahmenlinks {
	width: 4px;
	height: 100%;
	background: #aec2ce;
	position: absolute;
	top: 0;
	left: -4px;
}

#rahmenrechts {
	width: 4px;
	height: 100%;
	background: #aec2ce;
	position: absolute;
	top: 0;
	right: -4px;
}
/*############################################Rahmen*/






