/*
CODE:			Livingpage MediaAgentur
REVISION:		1.0
LAST CHANGE:	        21.10.03 bm@livingpage.com

CSS nach Typen sortiert. 

Getestet und fuer gut befunden in:
Win: IE5.0, IE5.5, IE6, Mozilla Firebird, Netscape Navigator 7.0, Opera 7.0

Nicht geeignet fuer alle anderen Browser (any version, any platform)

Weitere Erklaerungen gibt es bei w3.org/TR/REC-CSS2/
*/

/* ---------- tags ---------- */

body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #e7e7e7;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	}

h1 	{
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: baseline;
	}

h2 {
	font-size: 0.9em;
	}

h3 	{
	font-weight: normal;
	font-size: 1em;
}

h4 	{
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	}


a 	{
	color: #333333;
	text-decoration: none;
	}

p 	{
	font-size: 1em;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
li  {
	MARGIN-TOP: 0px; 
    MARGIN-BOTTOM: 0px;
	}

ul  {
	MARGIN-TOP: 0px; 
    MARGIN-BOTTOM: 0px;
    }

div {
    margin: 0;
	padding: 0;
    border: 0;
	}

	
/* ---------- IDs ---------- */	

#contenttop {
	position: relative;
    left: 40px;
	width: 80%;
    background-color: #ffffff;
	}

#contentbottom {
	position: relative;
	left: 40px;
    width: 80%;
	background-color: #ffffff;
	}

#header {
	position: relative;
	width: 80%;
	}

#title {
	position: relative;
	}

#footer {
	display: none;
	}
	
#foto {
	display: none;
	}

#text {
	position: relative;
	padding-top: 10px;
	}
	
#counter{
	display: none;
}

#firmenname {  
    display: none;
}



/* -- Globale Navigation -- */

#globalenavigation {
	display: none;
	}
    
/* -- Navigation links-- */

#navigationlinks {
    display: none;
}

/* -- Inhaltliche Navigation -- */

#mainnavigation {
    display: none;
}

/* -- Service Navigation -- */

#servicenavigation {
    display: none; 	
}

/* -- Pfad Navigation -- */

#rootnavigation {
	display: none;
}

/* -- Teaserbereich -- */

#teaserarea {
	display: none;
}

.klein {
	font-size: 0.85em;
	line-height: 1em;
}

.invisible {
    display: none;
}

hr {
    display: none;
}


