/**
 * Stylesheet fuer http://www.maria-hill.de/
 *
 * Standard-Stylesheet
 *
 * @author    C. Conrad
 * @link      http://www.maria-hill.de/
 * @copyright Copyright 2008, C. Conrad
 * @license   private
 * @version $Id: template_css.css 9768 2008-07-09 17:46:21Z
 */


/**
 * Layout behvaior styling
 *
 * @author		C.Conrad <cconrad@complex-mind.de>
 * @package		Maria Hill
 * @version   1.0
 */
BODY {
	color: #FFF;
	background-color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
}
P, H1, H2, A, DIV, TABLE { 
	color: #FFF; 
	font-size: 12px; 
	font-family: Verdana, Arial, Sans-Serif;
	text-align: justify;
}

H1 {
	color: #FFF;	
	font-size: 19px;
	font-weight: normal;
}		

H2 {
	color: #FFF;	
	font-size: 15px;
	font-weight: normal;
}		

#content_background { 
	position: relative;
	width: 977px;
	height: 532px;
	background: url(images/main_background.gif);
	background-repeat: no-repeat;
}

#navigation { 
	position: absolute;
	top: 31px;
	left: 497px;
}
.navi_buttons {
}
.navi_buttons_active {
}

#left_picture {
	float: left;
}
#right_picture {
	float: right;
}
#left_picture IMG {
	padding: 0;
	margin: 0;
}
#right_picture IMG {
	padding: 0;
	margin: 0;
}
#content { 
	position: absolute; 
	top: 70px; 
	left: 362px; 
	width: 490px; 
	height: 300px;
	padding-right: 20px;
	text-align: justify;
}

/**
 * Link behvaior styling
 *
 * @author		C.Conrad <cconrad@complex-mind.de>
 * @package		Maria Hill
 * @version   1.0
 */
A         { color: #FFF;	  font-weight: normal; text-decoration: underline; }
A:link		{ color: #ffffff; font-weight: normal; }
A:visited	{ color: #ffffff; font-weight: normal; }
A:hover 	{ color: #BF7217; font-weight: normal; }
A:active 	{ color: #ffffff; font-weight: normal; }


.color_blue      { color: #6888FF; }
.color_lightblue { color: #ABB5D9;}
.color_white     { color: #FFF;}
.color_amber     { color: #BF7217;}
.color_mindgreen { color: #96D996;}

#zwischenraum {
	padding-top: 74px;
	padding-left: 90px;
}
.zwischenraum {
	color: #BF7217;
	font-family: Arial;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 1px;
}
