/*=========================================

CSS Datei zu www.detektei-fern.de

Autor: Michael Neumann

Datum: 20.04.09

Version 1.0

Datei: meinestyles.css

==========================================*/

/*=======================================
  kalibrierung ========================*/
  
/*=======================================
  1. CSS RESET=========================*/

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;
}

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;
}


html {
  background-color: #FFFFFF;
  color: #555555;
  height: 101%;
  font-size:11pt;
  font-family: Arial, sans-serif; 
  font-size: 11pt; 
  font-weight: normal;
}

/*=======================================
  allgemeine styles ===================*/
  
p   {padding: 0; margin: 0; border:0; font-size: 14px; line-height: 18px; font-weight: normal;}
h2  {padding: 0; margin: 0; border:0; font-size: 20px; color: #555555;}
h3  {padding: 0; margin: 0; border:0; font-size: 1px; color: #555555; padding-bottom: 10px;}
h5  {padding: 0; margin: 0; border:0; font-size: 16px; color: #555555; font-weight: normal;}
dt  {padding-bottom: 5px; font-size: 11px; color: #555555; font-weight: bold; cursor:pointer;}

/*=======================================
  layout
  
  #wrapper
  ___________________
  | #header         |
  |_________________|
  |#topmenu         |
  |-----------------|
  |#content         |
  |                 |
  |_________________|
  |#footer__________|
  
======================================*/

  
    #wrapper {
      background-color: #FFFFFF;
      width: 400px;
      margin: 10px auto;
      padding-bottom: 10px;
    }
   
#header {
  height: 97px;
  width: 204px;
}
  
#topmenu {
  margin-top: 30px;
  padding-left: 10px;
  height: 12px;
}     
    
#content {
  width: 400px;
  height: auto;
  border: 1px solid #a8a6a6;
  padding-bottom: 20px;
}

  #content a:link, a:visited, a:active, a:hover {
  text-decoration: none; 
  font-size: 11pt; 
  font-weight: bold; 
  color: #a8a6a6;
  }
      #headline {
        margin-top: 20px;
        margin-left: 15px;
        text-align: left;
      }
	  
	  .headline {
        margin-top: 20px;
        margin-left: 15px;
        text-align: left;
      }     
      
      #textbox {
        text-align: left;
        margin-top: 20px;
        margin-left: 15px;
        width: 180px;
        color: #555555;
        position: relative;
      }
          
      #image {
        width: 161px;
        height: 107px;
        float: right;
        margin-right: 15px;
        position: relative;
        margin-top: 20px;
      }

#footer {
  text-align: center;
  font-weight: normal;
  color: #a8a6a6;
}

	#footer a {
		text-decoration: none;
  		text-align: center;
	  	font-weight: normal;
	  	color: #a8a6a6;
	    }

.footer {
	font-size: 10px;
	line-height: 12px;
}

.grey	{
	background-color:#FFF;
	padding-left: 2px;
}

.grey1	{
	background-color:#EBEBEB;
	padding-left: 2px;
}
  
/*=======================================
  formularstyles ======================*/
  
    
form {
  background-color: white;
  color: black;
  width: 350px;
  margin-top:20px;
  margin-left: 15px;
}

label{
  display: block;
  cursor: pointer;
  padding: 0; 
  margin: 0; 
  border:0; 
  font-family: "Myriad Pro", Arial;
}

input#absender,
input#name, 
textarea {
  width: 300px;
  border: 1px solid #a8a6a6;
  margin-bottom: 1em; 
}

textarea { height: 7em; }

input#absender:focus,
textarea:focus,
input#name:focus {
  background-color: #d9d9d9;
  color:black;
}

#button {
  padding: 0; 
  margin: 0; 
  border:0; 
  font-family: "Myriad Pro", Arial;
}


/*=======================================
  angebotstyles =======================*/
  

  
/*============================
              ENDE
============================*/
