/*css stylesheet mumaminis.de*/
/*Author: Webdesign Ludwigsburg Jutta Kemperle jukemedia.de MiniWebsites*/
/*copyright 2009 jukemedia.de*/
/*last-update: 6.12.2009 */

html, body {height:100%;}

body {
	background:#F0F6F6 url(images/bg-body.png) top center repeat-y;
	color:#4E4E4E;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

ul, li { margin: 0; padding: 0;}

/********************** strucure ***************************/
#wrapper {
	margin: -8px auto 0 auto;
	width: 717px;
  background-color: #fff;
  min-height: 100%;
  padding-bottom: 10px;
}

#header {
	background: #fff url(images/header.png) no-repeat -10px 0px ;
	height:320px;
  position: relative;
}

#content {
    margin-top: 70px;
      margin-bottom: 30px;
}

#text {
	/*float:left;*/
  margin-left: 8px;
  }

/*#column-right {
	float:right;
	width:200px;
	border-left: #FFF 2px solid;
  margin-top: 70px;
    background-color: #fff;
    padding-left: 8px;
 
}*/


#vorschau
{padding-bottom: 40px;
}



a{	font-size:12px;  color: #FF6633;}


.inside {
margin: 10px;
}

.clearleft {
clear: left;
}

div.ausgabe {
overflow: hidden;
margin-bottom: 30px;
}

/********************** header ***************************/

#header ul{
	position:absolute;top:315px;
  height:22px; width:100%;
	padding:5px 0px 0px 0px;
  background-color:#44788D;
	border-top: 3px solid #FFFFFF;
}



#header li{
	display:inline;	
  padding: 0 5px 0 5px;
}
#header ul li a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}

#header ul li a:hover, #header ul li.active {
	text-decoration:underline;
	color:#FF9900;
	margin: 0px 15px;
}


/********************** text ***************************/
h1{
	color:#FF6633;
	font-size:20px;
}

h2.subline{
	font-size:14px;
	margin: -10px 0 35px 0;
}

h2{
	font-size:14px;
	margin: 30px 0 15px 0;
}

body#kaufen h2{
	font-size:14px;
	margin: 0 0 10px 0;
}

#content #text p.overline {
margin-bottom: -14px;}



#text a{color:#FF6633;}
#text a:hover{color:#FF9900;}
#text p {
font: normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
}

p.breadcrump {display: none;}

img.preview  {
display: block;
float: left;
margin-right: 8px;
border: 1px solid #44788D;
}

table td {
border: 1px solid #4E4E4E;
padding: 3px;
width: 150px;
vertical-align: top;
text-align: right;}

table th {
font-weight: bold;
vertical-align: top;
text-align: right;
border: 1px solid #4E4E4E;
background-color: #FF6633;
color: #000;
}

table.vorschau td.second {
width: 450px;
text-align: left;
padding-left: 10px;
}

table.vorschau th.second {
text-align: left;
padding-left: 10px;
}

/********************** Footer ***************************/

#footer {
clear:both;
padding: 10px 0px;
background-color: #fff;
position: relative;
border-top: 1px solid #FF6633;
}

body#start #footer {
background-color: #44788D;
border: none;
}


#footer p.info {
position: absolute;
width: 160px;
top: 5px;
right: 10px;
color: #fff;
font-size:10px;
}

#footer p.adresse {
text-transform: uppercase;
color: #FF6633;
font-size: 10px;
margin-top: -6px;
text-align: center;
}


label {
display: inline-block; 
width: 200px;
padding-right: 10px;
}

textarea, input.kurzeEingabe {
display: block;
border: 1px solid #ddd;
padding: 3px;
background-color: #fafafa;
}

input {
display: inline;
}

fieldset {
border: 1px solid #ddd;
}













