/********** base.css **********/
/* contains rules for all files */


/** basic elements **/

body
{
	margin: 0px;
	padding: 0px;
	font-family:  Tahoma, Arial, Helvetica, sans-serif !important; 
	/*font-size: 100.01%;*/	/* Minischriftenhack */
	font-size: 13px; 
	color: #000000;
	background-color: #ffeebb;
	text-align:center; /*for NN4, IE4, IE5, IE5.5 (these browsers do not support auto margins)*/
}

h1
{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	line-height: 150%;
	text-align:left;
}

ul
{

}

h3
{
	margin: 0em 0em 0em 0em;
	padding: 0px;
	font-size: 1.2em;
}

h4
{
	margin: 0em 0em 0em 0em;
	padding: 0px;
	font-size: 1em;
}

p
{
	margin: 0em 0em 1em 0em;
}

img
{
	border: 5px solid #eee;
}


a:link, a:visited
{
	margin: 0px;
	padding: 0px;	
	/*font-weight: bold;*/
	color: #008080;
	text-decoration:none;
}

a:hover, a:active
{
	margin: 0px;
	padding: 0px;	
	/*font-weight: bold;*/
	color: #008080;
	text-decoration:underline;
}

.center
{
	text-align: center;
}


/** basic classes **/

span.swap
{
	display:none;
}

div.em
{
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0em 1em 0em;
}

div.emstrong
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.2em 0em 1.2em 0em;
}

span.emph
{
	color: #000099;
}

.block
{
	margin-bottom: 2em;
}

div.clear	/* deprecated */
{
	clear: both;
	height: 1em;
}

div.leftcol
{ 
	float: left;
	width: 300px;
	text-align: left;
	margin: 0px;
	/*padding: 0px 20px;*/
}

div.rightcol
{
	float: right;
	width: 350px;
	text-align: left;
	margin: 0px;
	padding-left: 20px;
	/*padding: 0px 20px;*/
}

div.validate
{
	float: right;
	margin: 10px 10px 0px 0px;
}


/*** clear HACK ***/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** clear HACK ***/


/** basic divs **/

#container
{
	background-color: #FFE37F;	
	/*width: 700px;*/
	width: 750px;
	margin: auto;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	/*font-size: 76%;*/
	text-align:left; /* added, because of text-align:center was added to body */
}


/*** Box Model Hack ***/
* html #container
{
	width: 754px;
	w\idth: 750px;
}
/*** Box Model Hack ***/


#header
{
	background: url(../images/waschsalon_in_chemnitz.jpg);
	height: 175px;
	margin: 0px;
	padding: 0px;	
}

#topbar
{
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-color: #008080 /* teal */; 
	border-top: 1px solid #000000;
	border-bottom: 1px solid  #000000;		
}

/*** Hack f?r den IE ***
* html #topbar
{
	height: 27px;	
	h\eight: 25px;
}
*** hack f?r den IE ***/

#topmenue
{
	text-align: center;
	padding: 5px 0px;
 	font-size: 13px !important;	/* 12px */
}

#topmenue a:link, #topmenue a:visited
{
	color: #ffffff;
	/*margin-right: 25px;
	margin-left: 25px;	*/
	text-decoration:none;
}

#topmenue a:hover, #topmenue a:active
{
	/*margin-right: 25px;
	margin-left: 25px;	*/
	color: #ffffff;
	text-decoration:none;
}

#content
{
	margin: 0px;
	padding: 30px;
	padding-left: 50px;
	/*line-height: 150%;*/
	background-color: #ffffff;
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;	
}

#footer
{
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #eee;
	height: 80px;
	margin:0px;
	padding: 0px;	
}

#footer_content
{
	/*color: #4FCC4F;*/
	color: #000;
	/*padding-top: 10px;*/
}

#content ul
{
	line-height: 150%;
}