/*
-------------------------------------------------------------------------------
SCREEN
-------------------------------------------------------------------------------
*/
@media screen, projection {
	/*
	Fonts
	*/

	body {
	font-family: 'Droid Sans', 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	}
	
	#head, #mainmotif, #mainmotif h1 {
	font-family: 'Droid Serif', 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	}
	
	html, body {
	margin: 0;
	padding: 0;
	}

	body {
	font-size: 85%;
	line-height: 1.8em;
	color: #333;
	background-color: #f4f4f4;
	background-image: url('../../data/images/layout/bg-mainmotif.jpg');
	background-position: center 44px;
	background-repeat: no-repeat;
	}

	a img {
	border-style: none;
	}

	address {
	font-style: normal;
	}

	.pagerow {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}
	
	.clearfix:after {  /* Firefox, IE8, Opera, Safari, etc. */
	content: ".";  
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
 
	* + html .clearfix { /* IE7 */
	display: inline-block;
	}
	 
	* html .clearfix { /* IE6 */
	height: 1%;
	}

	/*
	--------------------------------------------------------------------------------
	HEAD
	--------------------------------------------------------------------------------
	*/
	#head {
	font-size: 100%;
	height: 44px;
	line-height: 44px;
	background-image: url('../../data/images/layout/bg-topbar.jpg');
	background-repeat: repeat-x;
	}

	#logo {
	float: left;
	}

	ul#navi {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	ul#navi li {
	float: left;
	margin-left: 4em;
	}

	#head a, #head a:link, #head a:visited {
	color: #f4f4f4;
	background-color: transparent;
	text-decoration: none;
	}

	#head a:hover, #head a:focus, #head a:active {
	text-decoration: underline;
	}

	#fastcontact {
	margin: 0;
	padding: 0;
	float: right;
	}

	#fastcontact a, #fastcontact a:link, #fastcontact a:visited {
	color: #b0fdb8;
	background-color: transparent;
	}

	#fastcontact a:hover, #fastcontact a:focus, #fastcontact a:active {
	text-decoration: underline;
	}

	/*
	--------------------------------------------------------------------------------
	MAINMOTIF
	--------------------------------------------------------------------------------
	*/
	#mainmotif {
	height: 307px;
	background-image: url('../../data/images/layout/main-motif1.jpg');
	background-repeat: no-repeat;
	color: #fff;
	background-color: transparent;
	}

	#mainmotif div, #mainmotif h1, #mainmotif p {
	margin: 0;
	padding: 0;
	}

	#mainmotif .top {
	height: 231px;
	margin: 0 20px;
	line-height: 1.7em;
	}

	#mainmotif  .overline {
	height: 20px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 16px;
	text-shadow: .1ex .1ex .2ex #000;
	}

	#mainmotif h1 {
	height: 56px;
	line-height: 56px;
	margin-left: 20px;
	font-weight: normal;
	font-size: 2.5em;
	text-shadow: .1ex .1ex .2ex #000;
	}

	/*
	--------------------------------------------------------------------------------
	CONTENT
	--------------------------------------------------------------------------------
	*/
	#content {
	width: 978px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	color: inherit;
	background-color: #fff;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	}
	
	#content a, #content a:link, #content a:visited {
	color: #308030;
	background-color: transparent;
	text-decoration: underline;
	}

	#content a:hover, #content a:focus, #content a:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}

	#content .besides {
	width: 20%;
	float: left;
	clear: both;
	padding: 0 0 0 20px;
	color: #585858;
	background-color: transparent;
	}

	#content .main {
	float: right;
	width: 72%;
	padding-right: 20px;
	}

	#content div.hr {
	clear: both;
	margin: 0;
	padding: 1em 0;
	height: 1px;
	border: none;
	background-color: transparent;
	background-image: url('../images/layout/hr.png');
	background-position: center center;
	background-repeat: no-repeat;	
	}
	#content div.hr hr {
	display: none;
	}

	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	line-height: 110%;
	font-weight: normal;
	color: #308030;
	background-color: transparent;
	text-shadow: .2ex .1ex .3ex #cfe6cf;
	}

	#content h1 { font-size: 180%; }
	#content h2 { font-size: 160%; }
	#content h3 { font-size: 140%; }
	#content h4 { font-size: 120%; }
	#content h5 { font-size: 100%; }
	#content h6 { font-size: 90%; }

	/*
	--------------------------------------------------------------------------------
	FOOT
	--------------------------------------------------------------------------------
	*/
	#foot {
	clear: both;
	color: #bfd0e1;
	background-color: transparent;
	padding: 1em 0;
	line-height: 170%;
	font-size: 100%;
	color: #787878;
	background-color: transparent;
	}

	#foot p, #foot address {
	margin-top: 0;
	}

	#foot a, #foot a:link, #foot a:visited {
	color: #787878;
	background-color: transparent;
	text-decoration: none;
	}

	#foot a:hover, #foot a:focus, #foot a:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}

	#foot div.right {
	float: right;
	padding-right: 1.2em;
	}

	#foot div.right .left,
	#foot div.right .right {
	float: left;
	}

	#foot div.right .left {
	margin-right: 2em;
	}

	#foot div.right .right {
	text-align: right;
	}
	
	#foot hr {
		display: none;
	}

	#foot ul.navi {
	float: left;
	margin: 0 0 0 1.2em;
	padding: 0;
	list-style-type: none;
	}

	#foot ul.navi li {
	float: left;
	margin-right: 3em;
	}

	#foot ul.navi a, #foot ul.navi a:link, #foot ul.navi a:visited {
	color: #787878;
	background-color: transparent;
	text-decoration: none;
	}

	#foot ul.navi a:hover, #foot ul.navi a:focus, #foot ul.navi a:active {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}
}

/*
-------------------------------------------------------------------------------
PRINT
-------------------------------------------------------------------------------
*/
@media print {
	#head {
	display: none;
	}	
}