/***************************************************************************************************

	Project		:	Die Gemeinnützige
	Copyright	:	Puro Nectar

	::: Main Stylesheet :::

****************************************************************************************************

	Colors
		Fond Green 						#E6EDE9
		Header Green					#C3D4CB
		Green 							#ACC4B7
		Dark Green						#0D654C

/* include ************************************************************************************** */

@import url(gmnBase.css);
@import url(gmnNav.css);
@import url(gmnAddon.css);
@import url(gmnMod.css);
		
/* undo   *************************************************************************************** */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* reset some basic style *********************************************************************** */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* HTML ***************************************************************************************** */
html {
	min-height: 100%;
	margin-bottom: 1px;
	}

/* BODY ***************************************************************************************** */
body {
	background:#fff;
	color: #222;
	font-family:helvetica, verdana, arial, sans-serif;
	text-align:justify;
	font-size:11px;
	background-position:center 0;
	background-repeat:no-repeat;
	}

body.main {
	background-image: url(img/gmn_body.jpg);
	}

body.prominent {
	background-image: url(img/gmn_body.jpg);
	}

body.extern {
	overflow:hidden;
	background-image: url(img/gmn_bodyext.jpg);
	height:100%;	
	}

/* \*/ * html body { text-align:center; font-size: 12px; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
	}

.clear {
	clear:both;
	}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

#website {
	margin:0 auto;
	position:relative;
	width:970px;
	}

#extWebsite {
	margin:0 auto;
	position:relative;
	width:984px;
	height:136px;
	}

#horizon {
	position:absolute;
	top:135px;
	left:0;
	width:100%;
	height:1px;
	background-color:#C3D4CA;
	background-image: url(img/gmn_horizon.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	}

.logo {
	position:absolute;
	left:0px;
	top:330px;
	width:220px;
	height:45px;
	background-image: url(img/gmn_name.png);
	}

body.prominent .logo {
	position:absolute;
	left:375px;
	top:40px;
	width:595px;
	height:50px;
	background-image: url(img/gmn_title.png);
	}

#extFrame {
	}
	
.extShadow {
	position:absolute;
	width:100%;
	height:10px;
	background-image: url(img/gmn_shadowoveriframe.png);
	background-repeat:repeat-x;
	}

/* Navigation ************************************************************************************** */
#quickNav {
	position:absolute;
	top:0;
	left:0;
	width:292px;
	height:318px;
	background-image:url(img/gmn_quickNav.png);
	}

#extWebsite #quickNav {
	height:136px;
	}

.quickNavShad {
	position:absolute;
	top:0;
	left:0;
	width:292px;
	height:318px;
	background-image:url(img/gmn_quickNavShad.png);
	}

#extWebsite .quickNavShad {
	height:136px;
	}

#navBase {
	position:absolute;
	top:112px;
	left:320px;
	width:670px;
	height:30px;
	}

#navSub {
	position:absolute;
	top:135px;
	left:305px;
	width:670px;
	height:30px;
	}

#nav3 {
	height:20px;
	display:block;
	background-color:#ACC4B7;
	}

#header {
	position:relative;
	padding:0 50px;
	height:0px;
	}

#eyeline {
	position:absolute;
	left:0;
	top:0;
	width:920px;
	}

#push {
	position:absolute;
	left:280px;
	top:175px;
	width:690px;
	height:20px;
	}
	
/* Main ************************************************************************************** */

#main {
	position:relative;
	float:left;
	left:15px;
	top:191px;
	width:740px;
	}

#main .top {
	background-image:url(img/gmn_fieldMain_head.png);
	background-repeat:no-repeat;
	width:740px;
	height:34px;
	border-bottom:1px solid #0D654C;
	}

#main .content {
	background-color:#E6EDE9;
	padding:10px 20px 0 20px;
	min-height:330px;
	margin:0;
	}

#main .foot {
	background-image:url(img/gmn_fieldMain.png);
	background-position:0 -85px;
	background-repeat:no-repeat;
	height:30px;
	width:740px;
	padding-top:15px;
	margin-bottom:22px;
	}

/* Sidebar ************************************************************************************** */
#sidebar {
	position:relative;
	float:left;
	left:1px;
	top:385px;
	width:215px;
	}

body.prominent #sidebar {
	position:relative;
	float:left;
	left:1px;
	top:360px;
	width:215px;
	}

#sidebar .top {
	height:34px;
	border-bottom:1px solid #0D654C;
	background-image:url(img/gmn_fieldSidebar_head.png);
	background-repeat:no-repeat;
	}

#sidebar .content {
	padding:10px 15px 0 15px;
	width:185px;
	background-color:#E6EDE9;
	min-height:120px;
	}

#sidebar .foot {
	background-image:url(img/gmn_fieldSidebar.png);
	background-position:0 -85px;
	background-repeat:no-repeat;
	height:15px;
	width:215px;
	margin-bottom:12px;
	}

/* title *********************************************************************************** */
.title {
	font-size:16px;
	font-weight:bold;
	padding:2px 20px 10px 30px;
	color: #fff;
	}

.titleMeta {
	float:left;
	}

.name {
	text-align:right;
	margin-top:8px;
	}

.item {
	float:left;
	margin-left:20px;
	border-left:2px solid #b5133d;
	padding-left:20px;
	text-transform:lowercase;
	}
