/*
Theme Name: Komplizen.com
Theme URI: http://komplizen.com/
Description: Einzigartiges Theme, welches besser ist als alle anderen.
Version: 0.1
Author: Dots United
*/


html,
body {
  height: 100%;
}

body {
  background-color: #fafafa;
  font-size: 62.5%;
  color: #666;
  margin: 0;
  padding: 0;
  /*text-align: center;*/
  padding-left: 2.4em;
}

* {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

#wrapper {
  width: 85.9em;
  max-width: 100%;
  min-height: 100%;
  _height: 100%;
  position: relative;
	margin: 0;
  padding: 0;
  /*margin: auto auto;
  text-align: center;*/
}

#page {
  float: left;
	width: 100%;
  text-align: left;
	margin: 0;
  padding: 0;
  position: relative;
}

#header {
	width: 100%;
	height: 72px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

#breadcrumb {
  line-height: 2.4em;
  margin: 0;
  padding: 0;
  padding-left: 17.4em;
	width: auto;
  /*width: 676px;
	/*_width: 850px;*/
  height: 2.4em;
  position: relative;
}

#main {
  text-align: left;
	width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#menu {
  width: 16.3em;
  float: left;
	margin: 0;
  padding: 0;
  margin-right: 0.9em;
  position: relative;
}


#content {
  width: 68.5em;
  float: right;
  position: relative;
	margin: 0;
  padding: 0;
}

#footer {
	position: relative;
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #cccccc;
  clear: both;
}

#comment {
	width:30em;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  /*letter-spacing: -1px;*/
}

h1 {
  font-size: 1.8em;
  color: #E46917; /* #F66014; */
  font-weight: normal;
}

h2 {
  font-size: 1.6em;
  color: #E46917; /* #F66014; */
}

h3 {
  font-size: 1.4em;
  color: #E46917; /* #F66014; */
}

p,
.text {
  font-size: 1.1em;
  margin: 1.2em 0 1.2em 0;
}
.kontakt {
  font-size: 1em;
}

.fn {
	font-style: normal;
	font-size: 1.1em;
	font-weight: bold;

}

address {
  font-size: 1.1em;
  font-style: normal;
}

.spacer {
	padding-top: 1.1em;
}

sup {
  font-size: 0.8em;
}

a {
  color: #E46917; /* #F66014; */
}

ul {
  margin: 1.0em 0 1.0em 3.6em;
  padding: 0;
}

ol {
  margin: 1.0em 0 1.0em 3.6em;
  padding: 0;
}

hr  {
  width: 100%;
	height: 1px;
  border-width: 0px;
  padding: 0;
  color: #dddddd;
	border-bottom: 1px dotted #dddddd;
}

div.hr hr {
  display: block;
	padding: 0;
  margin: 0;
  border: 0;

  width: 12px;
  height: 8px;
  float: right;
  position: absolute;
  bottom: -1px;
  right: 0;

  background-image: url(images/corner.gif);
  background-position: right;
  background-repeat: no-repeat;

  _display: none;
}

div.hr {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: -1px;
  margin: 0.6em 0 0.6em 0;
}

div.hr-headline {
  margin: 0;
  padding: 0;
  margin-top: -1.2em;
}

/*.corner {
  position: absolute;
  width: 12px;
  height: 8px;
  bottom: -1px;
  _bottom: -2px;
  right: 0;
}*/

div.box {
  position: relative;
  width: auto;
	_width: 100%;
  border: 1px solid #cccccc;
	padding: 0.6em 1.2em;
	margin: 0;
	margin-bottom: 20px;
  background-color: #ffffff;
}

div.box-right {
	float: right;
  width: 18.3em;
	_width: 20.9em;
	margin: 0 0 1.2em 1.2em;
  background-color: #ffffff;
}

div.box-bottom {
  _display: none;
	position: absolute;	
	width: 12px;
  height: 8px;
  float: right;
	bottom: -1px;
  _bottom: -2px;
  right: -1px;
	_right: -2px;
	
	background-image: url(images/corner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

div.box h3 {
  margin: 0.4em 0 0.2em 0;
}

div.box p {
  margin: 0.6em 0 0.6em 0;
}

div.success {
  margin: 0.8em 0 0.8em 0;
	padding: 0.8em;
	vertical-align: top;
	border: 1px solid #339900;
	background-color: #ffffff;
	font-weight: bold;
	color: #339900;
}

div.error {
	margin: 0.8em 0 0.8em 0;
	padding: 0.8em;
	vertical-align: top;
	border: 1px solid #ff3300;
	background-color: #ffffff;
	font-weight: bold;
	color: #ff3300;
}

label {
  display: block;
	margin-bottom: 0.2em;
}

form {
  margin:0;
	padding:0;
}

.input {
  width: 20.0em;
  font-size: 1.0em;
	margin-bottom: 0.6em;
}

select {
	font-size: 1.0em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans serif;
	margin-bottom: 0.6em;
}

textarea {
  width: 20.0em;
  font-size: 1.1em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans serif;
	margin-bottom: 0.6em;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.news {
  font-size: 1.1em;
  margin: 1.2em 0 1.2em 0;
}

.projekte {
	font-size: 1.1em;
	margin: 1.2em 0 1.2em 0;
}

.projekte a {
	text-decoration: none;
	color: #666;
}

.projekte a:hover {
	text-decoration: underline;
}

/********************************/

#headline {
  position: relative;
  width: 68.5em;
  max-width: 100%;
  height: 167px;
	height: 143px;
  background-color: #E6E6E6;
}

#headline-left {
  position: relative;
  float: left;
  width: 45.0em;
  max-width: 100%;
	height: 167px;
	height: 143px;
}

#headline-innerleft {
  position: absolute;
	bottom: 1.0em;
	left: 1.2em;
	height: auto;
}

#headline h2 {
  font-size: 1.8em;
  margin: 0;
	font-weight: normal;
	/*letter-spacing: 0em;*/
}

#headline h3 {
  color: #666666;
  margin: 0;
}

#headline-right {
  float: right;
  width: 22.0em;
	height: 167px;
	height: 143px;
  text-align: right;
	vertical-align: bottom;
  background-image:  url(images/teaser-bg_right.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#headline-innerright {
  position: absolute;
	bottom: 2.0em;
	right: 2.0em;
  text-align: left;
	height: auto;
}

/********************************/

#header .logo {
  float: left;
  width: auto;
	margin: 0;
	margin-left:10px;
  padding: 0;
}

#header .headline {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  margin: 0;
  padding: 0;
  padding-right: 1.2em;
}

#header h1 {
  font-size: 1.8em;
	margin: 0;
  padding: 0;
  margin-bottom: 3px;
  _margin-bottom: 2px;
  color: #999999;
}

#header .corner {
  margin: 0;
  padding: 0;
	position: absolute;
  width: 12px;
  height: 8px;
  bottom: -1px;
  _bottom: -2px;
  right: 0;
	
	background-image: url(images/corner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

/********************************/

#footer .corner {
  width: 12px;
  height: 8px;
  float: right;
	margin: 0;
  padding: 0;
  position: absolute;
  top: -8px;
	_top: -12px;
  right: 0;

	background-image: url(images/corner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#footer .logos {
	text-align: left;
	margin-bottom: 4.8em;
	margin-left: auto;
	padding-left: auto;
}

#footer .sub {
  border-top: 1px solid #cccccc;
  line-height: 4.0em;
}

#footer .internal {
  margin: 0;
  margin-left: 10px;
  padding: 0;
	float: left;
	width: auto;
}

#footer .menu {
  margin: 0;
  padding: 0;
  padding-right: 1.2em;
	float: right;
	width: auto;
}

#footer a {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
}

/********************************/

#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li .page_item {
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  _margin-bottom: -0.2em;
  height: 2.1em;
  line-height: 2.1em;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid #FAFAFA;
  background-color: #E1E1E1;
  background-image: url(images/corner-bg-menu.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}


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

#menu a:hover,
#menu .hover,
#menu .active	{
  color: #E46917; /* #F66014; */
}

/********************************/


/******************************************
* Align box
******************************************/

img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}