/* Autor: www.meiss.info | www.rhein-main-mediendesign.de */
/* Start 2007 */
/* Stand März 2007 */

/* Allgemein -------------------------------------------------------------------------------- */
/* Info: Hintergrundgrün: #d7d9c9 */
/* Info: Hintergrundgrau: #f3f3f2 */
/* Info: Layout,Bildgröße: 942x705 */

/*
Struktur:
| id_container  - fenster zentriert, für das layoutbild
|| id_text  - für den seitentext ||
|| id_fuss  - für die fusszeile ||
|
*/

/* 	Standard / Background  ------------------------------------------------------------------ */
/* 	----------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html {
	background: #fff url("images/layout_ivan_web_bg.jpg") repeat-x left;
}

body {
	background: #fff url("images/layout_ivan_web_bg.jpg") repeat-x left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 99%;
	color: #000;
	text-align: center; /* Zentrieren für den IE 5 und 5.5 */
}
	
#container				/* Hintergrundmotiv und Layoutcontainer */
{
	background: #f3f3f2 url(images/layout_ivan_web.jpg) no-repeat;
	width:942px;
	height:705px;
	margin: 0px auto;
	padding: 0px;
	text-align: left; /* Zentrieren für den IE 5 und 5.5 wieder aufheben, wegen nicht weitervererben  */
}

#text					/* Textfenster */
{
	padding-top: 155px;	
	padding-left: 160px;
	padding-right: 40px;
	
	color: #808080;	
	font-size: 100%;
	text-align: center;
	line-height: 120%;	
}

#fuss					/* Fusszeile */
{
	clear: both;		
	padding: 5px;
	padding-top: 190px;		
	padding-right: 40px;
	text-align: right;
	
	color: #808080;	
	font-size: 75%;
	text-align: right;
	line-height: 120%;
}

/* Text/Ueberschriften ----------------------------------------------------------------------- */
/* 	----------------------------------------------------------------------------------------- */

text p					/* geht nicht? anweisung in #text */
{
	color: #808080;	
	font-size: 100%;
	text-align: center;
	line-height: 120%;	
}

fuss p					/* geht nicht? anweisung in #fuss */
{
	color: #97979a;	
	font-size: 75%;
	text-align: right;
	line-height: 120%;	
}

h1 {
	color: #808080;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;	
}

/* Farbe der Hyperlinks---------------------------------------------------------------------- */
/* 	----------------------------------------------------------------------------------------- */

a.text:link        { color: #808080; font-weight: normal; text-decoration: none; border-bottom: 1px dotted; }
a.text:visited   { color: #808080; font-weight: normal; text-decoration: none; border-bottom: 1px dotted; } 
a.text:hover    { color: #000; font-weight: normal; text-decoration: underline; border-bottom: 0px; }
a.text:active    { color: #000; font-weight: normal;  text-decoration: underline; border-bottom: 0px; }

a.fuss:link        { color: #808080; font-weight: normal; text-decoration: none;  }
a.fuss:visited   { color: #808080; font-weight: normal; text-decoration: none;  } 
a.fuss:hover    { color: #000; font-weight: normal; text-decoration: underline; }
a.fuss:active    { color: #000; font-weight: normal;  text-decoration: underline; }