html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd,
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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* 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: "" "";
}



/* start my own styles */

body {
  font-family:sans-serif;
  font-size: 9pt;
  line-height: 140%;
}

a:active, a:focus{
	outline:none;
}

a:hover {
color: #fff;
}

a{
color: #bbdcee;
}


.paging div {
	display: none
}



#navigation {
 display: none
}

#sub-nav {
  display: none;
}

#sprachbuttons {
  display: none;
}

#inhalt {
  width: 500px;
  color: white;
  font-size: 10pt;
}


#start {
  position: relative;
  top: 200px;
  float: right;
  width: 460px;
  padding-right: 150px;
}

#start img.first {
  margin-left: 110px;
}

#start .page {
  padding: 10px;
  font-weight: bold;
}

#start .page  p{
  padding-bottom: 1em;
}

#start-logo {
  position: relative;
  top: 350px;
  float: right;
  width: 180px;
  padding-right: 20px;
}

#footer {
display: none;
}

#footer-logo {
  position: fixed;
  right: 25px;
  top: 10px;
  height: 30px;
  z-index: 10;
}


#kontakt-footer {

  display: none;
}

#start-kontakt {
  color: #F6F6F6;
  font-weight: bold;
  padding-left: 10px;
}

#start-kontakt a {
  color: #F6F6F6;
  text-decoration: none;
}

.reference {
  width: 22%;
  float:left;
  height: 180px;
  min-width: 180px;
}

.reference img {
  border : solid 1px #B8DBEC;
  margin-top: 5px;
}

.reference-view img {
  border : solid 1px #B8DBEC;
  margin-top: 5px;
}

.reference h4 {
  font-size: 10pt;
  margin-bottom: 0px;
}

.reference .small {
  font-size: 8pt;
}

.reference a {
  text-decoration: none;
}


.post-date {
  font-size: 8pt;
}

.post h3 {
  margin-bottom: 0.4em;
}

.post .entry {
  margin-bottom: 2.5em;
}

.sidebar {
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
}

ul.bildliste, ul.bildliste2 {
  padding-left: 0px;
}

ul.bildliste li {
  min-height: 100px;
  list-style: none;
}

ul.bildliste li img {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

ul.bildliste2 li {
  min-height: 60px;
  list-style: none;
}

ul.bildliste2 li img {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}



label
{
width: 8em;
float: left;
text-align: right;
margin-right: 1em;
margin-bottom: 1em;
display: block
}

input, textarea
{
margin-bottom: 1em;
width: 20em;
}


input.short_input {
width: 5em;
margin-right: 1em;
}

input.middle_input {
width: 13.75em;
}


select
{
margin-bottom: 1em;
width: 5em;
}

.selectbox
{
width: 12em;
}


textarea
{
width: 20.5em;
} 


fieldset {
 border: solid 1px #8EBCD4;
 padding: 5px;
 padding-top: 0em;
 margin-top: 1em;
 width: 50em;
}

legend {
    font-weight: bold;
    font-variant: small-caps;
    padding: 2px 6px;
    margin-bottom: 4px;
}

span.explain {
	margin-bottom: 1em;
	padding-left: 9em;	
}

div.checkbox {
 padding-left: 8.5em;
}

div.checkbox label {
 width: 30em;
 float: left;
 text-align: left;
 margin-left: 0em;
}

div.checkbox input {
 width: 2em;
 float: left;
 background: transparent;
 border: none;
}


div.multicheckbox {
 padding-left: 9em;
}

div.multicheckbox label {
 width: 10em;
 float: left;
 text-align: left;
 margin-left: 0.5em;
}

div.multicheckbox input {
 width: 1em;
 float: left;
 background: transparent;
 border: none;
}



input, textarea, select
{
color: #000;
background: #8EBCD4;
border: 1px solid #B8DBEC
}

.submit input
{
margin-left: 9.5em;
margin-top: 1em;
color: #000;
background: #8EBCD4;
border: 2px outset #B8DBEC
} 

.error-message {
margin-left: 7em;
color: #f00;
}


.cake-sql-log {
display: none;
}

.edit-this {
display: none;	
}
