/*--- 
print css file 
for wohnung.org
	1.  reset browsersettings
	2.	generic classes (body, a, p, h1, etc.)
	3.  layout
	4.  typo
	5.  link behavior 
	6.	hiding elements
---*/

/*--- reset browsersettings
-------------------------------------------------------------------*/

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,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;		
	margin: 0;	
	outline: 0;
	padding: 0;
}

a:link img, 
a:visited img, 
a:hover img, 
a:active img {
    border: 0;
}

/*--- generic classes
-------------------------------------------------------------------*/

body {
    background: transparent;
    color: #000;
    float: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 11pt;
    text-align: left;    
}

/*--- layout 
-------------------------------------------------------------------*/

.box_right_top_img{
	float: right;
	margin: 0 0 20px 20px;
}

.logo_whg {
	float: left;
	height: 78px;
	width: 100%;
	margin: 0 0 20px 0;
}
 
 /*--- typo
-------------------------------------------------------------------*/
h1 {
	color: #010101;
	font-size: 16pt;
	margin: 0;
	padding: 0 0 6px 0;
}

h2 {
	color: #f9b900;
	font-size: 14pt;
	padding: 0 0 5px 0;
}

h3 {
	color: #434343;
	font-size: 15px;
	font-weight: normal;
	padding: 2px 0;
}

h4 {
	color: #999;
	font-size: 11pt;
	line-height: 26px;
}

h5 {
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	line-height: 22px;
}

/*--- height ---*/
.h_001,
.h_005,
.h_010{  
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.h_001, 
.h_005 { height:  5px; }
.h_010 { height: 10px; }
.h_450 { height: 500px; }

/*--- grids ---*/
.grid_04o16,
.grid_12o16 {
	display: inline; 
	float: left;
    margin: 0 20px 0 0;
	padding: 0; 
}
	
.grid_04o16 { width: 188px; }
.grid_12o16 { width: 645px; }


/*--- link behavior 
-------------------------------------------------------------------*/
a:visited, 
a:link, 
a:active {
	color: #000;
    text-decoration: none;
}

/*--- hiding elements
/*-------------------------------------------------------------------*/
.box_02,
.comment,
#mainnav,
#pagefooter,
#skyscraper,
#subnav,
.suchen{
	display: none;
}
