/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Helvetica, Arial, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clr {
	clear:both;
}



/* CONTENT BREITE */
.resize {
	width: 940px;
	padding: 0 10px;
	margin: 0px auto;
}

/*************
HEADER
*************/

#header {
	height: 130px;
	width: 100%;
	background-image: url(../../img/header_bg.jpg);
}
#logo {
	background-image: url(../../img/logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 265px;
	padding-top: 25px;
	background-position: 0 bottom;
	float:left;
}

#logo a {
	display:block;
	height:100%;
	width:100%;
	}

.menu {
	float:right;
	margin:0;
	padding:60px 0 0;
	width:600px;
}

.menu ul {
float:right;
}

.menu ul li {
float:left;
padding: 0 5px;	
	}

.menu ul li a {
color:#B6B6B6;
float:left;
font-size:11px;
margin:0;
padding:12px 0;
text-decoration:none;
text-transform:uppercase;
}

.menu ul li a span {
background:none repeat scroll 0 0 transparent;
padding:12px 9px;
}

.menu ul li a.active, .menu ul li a:hover {
background:url("../img/r_menu.jpg") no-repeat scroll right center transparent;
color:#8A8A8A;
}

.menu ul li a.active span, .menu ul li a:hover span {
background:url("../img/l_menu.jpg") no-repeat scroll left center transparent;
color:#8A8A8A;
}

/**************
SLIDER
**************/

#slider {
	width: 100%;
	background-image: url(../img/middle_bg.jpg);
}
#slider_inner {
	background-image: url(../img/middle_bg_shadow.jpg);
	background-repeat: no-repeat;
	height: 440px;
	width:960px;
	padding: 10px 0px 0px;

}

#slider h2 {
	padding:15px 0;	
}

/**************
HOME-TEASER
**************/
#teaser {
	background-color: #e6e6e6;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
}

#teaser h2 {
	font-size:14px;
	color:#454545;
	margin: 5px 0;
	}
#teaser h3 {
	font-size:11px;
	color: #8e8e8e;
	}

/**************
CONTENT
**************/

#content .resize {
	padding: 10px;
}

#content h1 {
color:#343434;
font:24px Arial,Helvetica,sans-serif;
margin:0;
padding:5px;
}

#content h1 span {
color:#7D7D7D;
font:italic 12px Arial,Helvetica,sans-serif;
}

#content h5 {
padding:10px 0;	
	}

#content p {
color:#605F5F;
font:12px/1.8em Arial,Helvetica,sans-serif;
}

#content img.floated {
float:left;
margin:10px 15px 10px 0;
padding:0;
}

#content ul {
list-style:none outside none;
margin:10px auto;
padding:10px 0;
}

#content li {
color:#7D7D7D;
font:12px Arial,Helvetica,sans-serif;
margin:0;
padding:3px 5px;
}

#content li a {
color:#7D7D7D;
font:12px Arial,Helvetica,sans-serif;
text-decoration:none;
}

#content .left {
float:left;
margin:0;
padding:0;
width:590px;
text-align:justify;
}

#content .right {
float:right;
margin:0;
padding:0 10px;
width:297px;
}

/**************
KONTAKT
**************/

#contactform {
margin:0;
padding:5px 10px;
}

#contactform ol {
list-style:none outside none;
margin:0;
padding:0;
}

#contactform * {
color:#7A7A7A;
}

#contactform li {
background:none repeat scroll 0 0 transparent;
border:medium none;
display:block;
margin:0;
padding:0;
}

#contactform label {
color:#222222;
float:left;
font:12px Arial,Helvetica,sans-serif;
margin:0;
padding:5px 0;
text-transform:capitalize;
width:100px;
}

#contactform input.text {
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #E8E8E8;
height:15px;
margin:5px 0;
padding:5px 2px;
width:480px;
}

#contactform li.buttons {
margin:5px 0;
}

#contactform li.buttons input {
border:0 none;
color:#FFFFFF;
margin:0 0 0 370px;
padding:3px 0;
}

#contactform textarea {
background:none repeat scroll 0 0 #F8F8F8;
font:12px Arial,Helvetica,sans-serif;
border:1px solid #E8E8E8;
height:150px;
margin:10px 0;
padding:2px;
width:480px;
}

/**************
PORTFOLIO
**************/
#port {
	width: 100%;
}

.port_resize {
float:left;
margin:10px 5px 10px 8px;
padding:0;
width:299px;
}

.port_resize h2, #accordion h4 {
background:url("../img/h2_bg_black.gif") no-repeat;
color:#FFFFFF;
font-size:18px;
height:40px;
margin:0;
padding:7px 10px;
width:279px;
}

.port_resize h2 span, #accordion h4 span  {
color:#9D9D9D;
font-size:11px;
font-style:normal;
}

.port_resize p  {
color:#6e6e6e;
font-size:12px;
line-height:1.8em;
margin:0;
padding:5px;
}

.port_resize a {
color:#2e6ab9;
font-size:12px;
text-decoration:none;
}

.port_resize img {
padding:2px;
border: 1px solid #6e6e6e;	
}

/**************
FOOTER
**************/
#pre_footer {
	background-color: #F3F3F3;
	height: 300px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a8a8a8;
	border-bottom-color: #a8a8a8;
}

#pre_footer .left {
float:left;
margin:10px 5px 10px 15px;
padding:10px 5px;
width:205px;
}

#pre_footer .left h2  {
color:#2B2B2B;
font-size:18px;
margin:0;
padding:5px;
}

#pre_footer .left p  {
color:#605F5F;
font-size:12px;
line-height:1.8em;
margin:0;
padding:5px;
}

#pre_footer .left a  {
color:#2e6ab9;
font-size:12px;
text-decoration:none;
}

#pre_footer .left ul  {
list-style:none outside none;
margin:10px auto;
padding:0;
}

#pre_footer li {
padding: 0 5px;
}

#pre_footer .left li a {
color:#605F5F;
font-size:12px;
line-height:1.6em;
text-decoration:none;
}

#footer {
	height: 70px;
	width: 100%;
}


.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
#accordion h4 { cursor:pointer; }
#accordion div { padding: 10px; }
