﻿@charset "utf-8";
/*
Autor: Patrick Weiss
bueroweiss.com



/*
CSS Reset by Eric Meyer
---------------------------------------------------------------------*/
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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Basics
---------------------------------------------------------------------*/
body {
	color: #fff;
    background: #212121;
    margin-left:20px;
    font: 12px/1.6 "lucida grande","Lucida Sans Unicode",tahoma,verdana,arial,sans-serif;
}

h1 {
    font-size:38px;
    font-weight:normal;
    line-height: 1.1em;
    font-family:Constantia, Georgia, Times New Roman, Times, serif;
    margin-bottom:1em;
}

h2 {
    font-size:14px;
    line-height: 1.4em;
    margin-bottom:0.5em;
    font-weight: normal;
    text-transform:uppercase;
    border-bottom: 1px dotted #444;
}

h3 {
    font-size: 13px;
    margin-bottom: 0.4em;
}

h4 {
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:0.05em;
    line-height: 1.4em;
    margin-bottom:1.5em;
    border-bottom: 1px dotted #444;
}

h5 {
    font-size:14px;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:0.05em;
    line-height: 1.4em;
    margin-bottom:1.5em;
}

p {
    margin-bottom: 1.5em;
}

a {
    color:#fff;
    text-decoration: underline;
}

a:hover {
    color:#ccc;
    text-decoration: underline;
}

.clearer {
	float:none;
	clear:both;
	width:1px;
	margin:0 0 -1px 0 !important;
	padding:0;
	font-size:1px;
	line-height:1px;
	height:1px;
}



/*
Seitenkonstrukt
---------------------------------------------------------------------*/

#wrapper {
    width:960px;
}

#navigation {
  margin: 0 10px ;
}

#footer {
  margin: 10px ;
  border-top:1px dotted #444;
  color: #444;
  padding: 5px 0;
  font-size:11px;
}

#footer a {
    color: #fff;
}


#top {
  margin: 10px 10px 80px 10px;
  color: #fff;
  border-bottom:1px dotted #444;
  font-size: 11px;
}

.col380 {
    float:left;
    width:380px;
    margin:10px;
}

.col460 {
    float:right;
    width:460px;
    margin:10px;
}


/*
Content-Elemente
---------------------------------------------------------------------*/

.txt-block,
.start-teaser  {
    margin-bottom:40px !important;

}

.start-teaser {
    /*font-size: 16px;
    font-family:Constantia, Georgia, Times New Roman, Times, serif;
    line-height: 1.4em;*/
}

.projekt {
    margin-bottom:4em;
    font-size: 11px;
}

.projekt-bild {
    border:5px solid #fff;
    width:450px;
    height: 175px;
    overflow:hidden;
    margin-bottom:5px;
}

.projekt h3 {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
}

.projekt h3 span {
    background-color: #fff;
    color:#333;
}

.projekt a {
  background-color: #666;
  text-transform: uppercase;
  color:#fff;
  text-decoration: none;
  font-size: 12px;
}

.projekt a:hover {
  background-color: #888;
  color:#fff;
  text-decoration: none !important;
}

.txt-block ol,
.txt-block ul {
    margin-left:30px;

}

.txt-block ol li {
    list-style: decimal;
    margin:1em 0;
}

.txt-block ul li {
    margin: 0;
    list-style: disc;

}

.txt-block ul li li {
    font-weight: normal !important;
}


/*
Navigation
---------------------------------------------------------------------*/
#navigation ul {
	list-style:none;
	display:inline;
    float: left;
}

#navigation li {
	list-style:none;
	float:left;
	padding:0;
}

#navigation li a, #navigation li.on a {
    width:auto;
    padding: 2px 10px;
    margin-right:2px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	display:block;
}

#navigation  li a:hover {
   background-color:#555;

}

#navigation  li.on a {
   color:#fff;
}


/* Formulare
-------------------------------------------------------------------------------*/


#form {
	margin:0px;
	padding:0px;
	width:100%;
}

#form fieldset {
	border:0px solid #1C1C1C;
}

#form legend {
	display:none;
}



#form .element {
	display:block;
	clear:both;
	background-color:#fff;
	/*border-top:2px solid #fff;*/
}

#form label {
	display:block;
    font-size:12px;
	/*width:130px;*/
    width:99%;
}




#form input.formtext {
    border: 2px solid #DCDCD4 !important;
}


#form input,
#form select,
#form textarea {
	/*margin:5px;*/
    padding:4px 5px;
	/*width:360px;*/
    /*width:528px;*/
    width:99%;
	border:1px solid #333;
	background-color:#333;
    color: #fff;
	font-size:13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom:10px;
}

#form textarea {
    height: 150px;
}


#form input:focus,
#form textarea:focus {
    background:#eee;
    color: #111;
}


#form input.senden {
	font-size:14px;
	/*color:#D958A1;*/
    color: #6699CC;
    /*font-family: Georgia, Times New Roman, serif;*/
    text-align: right;
    text-transform: uppercase;
    font-weight:bold;
	width:auto;
    background: #292929;
    float: right;
    border:0 none;

}

#form input.senden:hover {
	/*background:#292929;*/
    color: #fff;
}


#form input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

.formblock input {
	padding:2px 5px;
	border:1px solid #fff;
	background-color:#fff;
	color:#EA4F19;
	font-size:15px;
    font-weight: bold;
	text-align:right;
	cursor:pointer;
	width:auto;
    float:right;
    font-family: Georgia, "Times New Roman", Times, serif;

}

input.formsubmit:hover {
    background-color:#EA4F19;
    color: #fff;
}

#form label.textarea {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form textarea.textarea {
	height:100px;
	font-size:12px;
	color:#404040;
	padding:1px 5px;
	width:300px;
	font-family:verdana, arial, helvetica, sans-serif;
}

#form-thanks {
	display:block;
	color:#838489;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}



