@charset "utf-8";
/* ###################################################################
## CSS Document www.timber-macpom.de 
## @author: Edgar Nanninga, construktiv GmbH (www.construktiv.de) 
## 
## 1. Allgemeines
## 2. Header
## 3. Navigation
## 4. Inhalt
## 4.1. Content-Bereich
## 4.2. Teaserboxen
## 5. Footer
## 6. Construktiv-Branding
##
################################################################### */


/* ###################################################################
## 1. Allgemeines
################################################################### */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:"Trebuchet MS", Verdana;
}


#wrapper {

	}

sub {
	font-size:8px;
}

img
 {
		behavior:url(pngbehavior.htc);
 }

div.clearer {
	clear:both;
}

.right {
	text-align:right;
}

/* ###################################################################
## 2. Header
################################################################### */

#header {
	display:none;
}
	

/* ###################################################################
## 3. Navigation
################################################################### */

#navigationwrapper {
	display:none;
}


/* ###################################################################
## 4. Inhalt
################################################################### */

#inhalt {
	width:100%;
}

/* 4.1. Inhalt */
#content {
	padding:0;
}
#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
}

#content h2 {
	font-size:13px;
	color:#000;;
	padding-top:15px;
	margin-bottom:-20px;
}

#content p {
	font-size:12px;
	line-height:19px;
	margin:25px 0px;
}

#content a {
	text-decoration:underline;
	color:#005BC2;
}

#content a:hover {
	text-decoration:none;
}

#content ul {
	list-style-type:disc;
	font-size:12px;
	padding:0px 30px;
	margin-top:-20px;
	color:#90653a;
}
#content ul ul {
	margin-top:0px;
	list-style-type:circle;
}

/* 4.2. Teaserboxen */
#teaserboxen {
	display:none;
}


/* ###################################################################
## 5. Footer
################################################################### */

#footer {
	display:none;
}

/* ###################################################################
## 6. Construktiv-Branding
################################################################### */

#construktiv {
	display:none;
}

