 

@CHARSET "ISO-8859-1";
/**
* alle margin und padding werte auf 0 setzen um render probleme zu minimieren
*/
* {
	margin:0;
	padding:0;
	outline:0;
}

/**
* standard schriftart-, größe und scrollbalken erzwingen um "springen" der seite zu verhindern
*/ 
html, body {
	height:100.1%;
}

body {
	background: url(../images/rep_bg.jpg) repeat-x #8094af;
	font-family:Verdana;
	font-size:11px; 
	color:#353535;
}

/**
* Format der Überschriften
*/
h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
}

h1 {
	font-size:1.6em;
	line-height:2em;
}

h2 {
	font-size: 12px;
	padding: 10px;
}

h3 {
	margin:20px 0 8px 0;
	line-height:20px;
}

h4 {}

h5 {}

h6 {}


/**
* Absatz Formatierung
*/
p				{
	font-family:Verdana; 
	font-size:11px;
	color:#333333;
	line-height:16px; 
	padding:0 20px 0 10px;
}

p.tab {
	font-family:Verdana; 
	font-size:10px;
	color:#333333;
	line-height:16px; 
	padding:0 0 0 15px;
}

p.tab2 {
	font-family:Verdana; 
	font-size:10px;
	color:#333333;
	line-height:16px; 
	padding:0 0 0 10px;
}

p.maler {
	font-family:Verdana; 
	font-size:11px;
	color:#333333;
	line-height:16px; 
	padding:0 0 0 10px;
	margin-bottom:-10px;

}


p.maler2 {
	font-family:Verdana; 
	font-size:21px;
	color:#b92828;
	line-height:40px; 
	padding:10px 0 0 10px;
	font-weight:bold;
	background:url(../images/malerei_logo.jpg) 180px 10px no-repeat;
}

p.maler3 {
	font-family:Verdana; 
	font-size:17px;
	color:#010dc1;
	line-height:16px; 
	padding:0 0 0 10px;
	font-weight:bold;
	
}

p.maler4 {
	font-family:Verdana; 
	font-size:11px;
	color:#333333;
	line-height:16px; 
	padding:10px 0 0 10px;


}

p.maler5 {
	font-family:Verdana; 
	font-size:11px;
	color:#333333;
	line-height:17px; 
	padding:10px 0 0 10px;

}

p.maler6 {
	font-family:Verdana; 
	font-size:11px;
	color:#333333;
	line-height:16px; 
	padding:15px 0 0 10px;
	font-weight:bold;
}


/**
*	Definition der Listen Stile
*/
ul {	
	
}

li {
	padding:0 3px 0 3px;
	font-family:Verdana; 
	font-size:11px;
	color:#333333;
	line-height:16px; 
	_line-height:14px;
	margin:0 0 0 25px;
}


/**
* Definition der Link Stile
*/ 
a {
	color:#000;
	font-size:10px;
	outline:0;
	text-decoration:underline;
}



a:hover {
	color:#000;
	text-decoration:none;
	
}


table { 
	float:left;

	font-size:10px; 
	line-height:18px; 
}

tbody { 
	margin:20px 0 15px 0;
}

tr { 
	vertical-align:top;
}

td, th { 
		font-family:Verdana; 
	font-size:10px;
	color:#333333;
	line-height:16px; 
}

td { 
	padding-bottom:5px;
}

th { 
	font-weight:bold;
	padding-top:20px;
}

td.label, th.label {
	width:25px;
}

img { 
	border:0;
}

#rahmen {
	float:left;
	width:130px;
	height:89px;
	border:1px;
	border-style:solid;
	border-color:#000aab;
	margin:18px 5px 0 10px;
	_margin:18px 5px 0 5px;
}

.partner {
	float:left;
	width:200px;
	height:200px;

}

.partner_right {
	float:left;
	width:250px;
	height:200px;

}



/*------------------------------------------------------------------------------------------
	
	Clearing Container zum auflösen von floatenden Bereichen
	
------------------------------------------------------------------------------------------*/

/*  CLEARING DES MAIN CONTENT */
.clearing {
	clear:both;
	overflow:hidden;
}

* html .clearing {
	height:1%;
} /* IE HACK */@CHARSET "ISO-8859-1";

