/*
  Frosch.biz - Druck-Styles
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	width: 100%;
	text-align: center;
	background: #fff;
}

#wrapper{
  margin: auto;
	width: 100%;
	text-align: left;
	background: #fff
}

#head{
  width: 100%;
  height: 77px;
  float: left;
  background: #f3f3f3;
  margin: 35px 0
}

#logo{
  width: 348px;
  height: 121px;
  background: url(pix/logo.gif) no-repeat 35px 0
}

#navigation {
  display: none;
  width: 100%;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #ccc
}

#content,
#content_contact{
  width: 100%;
  margin: 35px 0 0
}

    #content div {
      background: none !important;
      width: auto !important;
      height: auto !important;
      float: none !important;
      display: block !important
    }
    
    .profile div {
      border: none !important
    }

#spacer,
#news,
#footer,
#grey_background {
  display: none
}

/*
  Navigation-Styles
*/

.nav_1_n,
.nav_2_n{
  display: none !important
}

.nav_1_h,
.nav_2_h {
  font-size: 2em;
	font-weight: 700
}

/*
  Text-Styles
*/

h1 {
	font-family: calibri,arial,verdana,helvetica;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0
}

div,td,p,a {
	color: #000;
	text-decoration: none;
	font-family: calibri,arial,verdana,helvetica;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { color: #000; text-decoration: none;}
a:active { color: #000; text-decoration: none;}

h1,h2,h3,div,p,span,a,table,th,td,tr,ol,ul,li {
  margin: 0 0 1px 0;
  color: #000 !important
}

a {
  text-decoration: none !important
}

/*
  Baustein-Styles
*/

.input_text{
	width: 388px;
	height: 18px;
	padding: 0 2px 0 2px;
	background-color: #fff;
}

.textarea{
	width: 388px;
	height: 50px;
	padding: 0 2px 0 2px;
	background-color: #fff;
}

.formular_text{
  height: 12px;
  font-weight: bold;
  background: url(pix/contact_border.gif) no-repeat;
  padding: 6px 0 0 0;
}

.button{
	width: 73px;
	background: url(pix/senden_button.gif) no-repeat;
	cursor:pointer;
}

* html .button {  /* nur fuer Internet Explorer */
 width: 73px;
}

.bildlinks{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.bildrechts{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
