/* mangoo by crossconcept GmbH * All rights reserved * Congratulations! You found this stylesheet! */



/*----------CSS GOGAS---------*/


body{
	background-color: #e8ebee;
	margin: 0;
	padding: 0;
}

#layout{
	margin: 0;
	padding: 0;
	background-image: url(../mangoo_custom/images/layout/bg_main.gif) repeat-y;
	background-position: center;
}


/*----------Divconcent---------*/

#divcontent{
	width: 880px;
	margin: auto;	
}

/*----------Head---------*/


#head{
	width: 880px;
	height: 88px;
	background-image: url(../mangoo_custom/images/layout/headneu.gif);
}


#navigation{
	width: 880px;
	height: 28px;
	background-image: url(../mangoo_custom/images/layout/bg_mainnav.gif);	
}

#siteimage{
	width: 880px;
	height: 88px;
	background-image: url(../mangoo_custom/images/layout/headimg1.jpg);		
}			


/*----------Cointainer---------*/
	

#container{
	width: 880px;
	display: table;
}

#sidebar{
	width: 200px;
	height: 100%;	
	float: left;
	background-color: #e7e7e7;	
}

#content{
	width: 680px;
	height: 100%;
	float: right;		
}

/*----------Containerleft  MAIN---------*/


#contentleft{
	width: 490px;
	float: left;
}

#contentleft .article.standard{
	width: 438px;
}

/*----------Containerright---------*/


#contentright{
	width: 190px;
	float: right;
}

/*----------Textformatierung---------*/


.article.standard h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B50101;
	font-weight: normal;
}

.article.standard h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6b6868;
	font-weight: normal;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6b6868;
	font-weight: normal;
	line-height: 18px;
}

.article.standard a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B50101;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}

.article.standard a:hover{
	text-decoration: underline;
}


/*----------Footer---------*/

				
#footer{
	clear: both;
	width: 880px;
	height: 24px;
	background-color: #6b6868; 
}











/* @group debugg */

* {
}

/* @end */

/* @group Layout */

/* @group Basics */

body {
	font-size: 13px;
}

/* @end */

/* @group Layoutlayer */

#layout {
		position: relative;
		width: 500px;
		min-height: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		font-size: 100.01%;
	/* min-width: 300px; wenn width relativ ist, nicht für IE */
	}

#layoutlayer {
	
}

/* @end */

/* @group Allg. Seitenelemente */

.layoutimage {}
.breadcrumbs {
	font-size: 0.8em;
	margin-top: 5px;
	margin-left: 15px;
}

/* @end */

/* @group Links */

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

a:link, a:visited {}

a:active, a:hover {
	text-decoration: underline;
}

a[href^="http:"] {}
a[href^="mailto:"] {}

/* @end */

/* @group Allg. Textformatierung */

.text {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}

.strong {
	font-weight: bold;
}

.marker {
	background-color: #B5D5FF;
}

/* @end */

/* @group cblock */

.cblock {
	clear: both;
	padding: 0 0 2em 0; /**Artikel-Abstand**/
}

.cblock.message {
	clear: both;
	padding: 0 20px 0 20px;
	border-left: 10px solid #CCCCCC;
}

.cblock.article.standard {}
.cblock.article.teaser {}
.cblock.article.headline {}
.cblock.article.first {}

.cblock.messagetop {}
.cblock.messagebottom {}
.cblock.articletop {}
.cblock.articlebottom {}

/* @end */

/* @end */

/* @group Artikel */

/* @group Überschriften */

.cblock h3 {
	margin: 0 0 .6em 0;
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #333333; /**Schriftfarbe**/
}

*html .cblock h3 {
	margin-bottom: 1em;
}

.cblock h1 {
	margin: 0 0 .4em 0;
	line-height: 1em;
	font-family: Arial, Verdana, sans-serif; /**Schriftfamilie groß**/
	font-size: 20px; /**Schriftgröße sehr groß**/
	font-weight: bold;
	color: #333333; /**Schriftfarbe**/
}
	
.cblock.message.error h1 {
	color: #CC0000; /**Schriftfarbe Hinweis**/
}

.cblock h2 {
	clear: both;
	margin: 1.2em 0 .8em 0;
	line-height: 1em;
	font-family: Arial, Verdana, sans-serif; /**Schriftfamilie groß**/
	font-size: 14px; /**Schriftgröße groß**/
	font-weight: bold;
	color: #333333; /**Schriftfarbe**/
}

/* @end */

/* @group Autor, Datum */

.cblock p.info {
	margin: 0 0 .8em 0;
	font-size: 11px; /**Schriftgröße klein**/
	color: #666666; /**Schriftfarbe hell**/
}

.cblock p.info .date,
.cblock p.info .author {}

/* @end */

/* @group Paragraph */

.cblock p.text {
	margin: 0 0 .8em 0; /**Absatz-Abstand**/
	font-size: 13px; /**Schriftgröße normal**/
	line-height: 1.4em; /**Zeilenhöhe**/
	color: #333333; /**Schriftfarbe**/
}

.cblock p strong {}
.cblock p i {}
.cblock p u {}

.cblock p.emph {
	font-weight: bold;
}

.cblock p.quote {
	margin: 0 0 1.2em .8em;
	padding: 0 0 0 .8em;
	border-left: 1px solid #CCCCCC;
	font-style: italic;
	color: #666666; /**Schriftfarbe hell**/
}

.cblock p.small {
	font-size: 11px; /**Schriftgröße klein**/
	width: 90%; /*Reduzierte Breite*/
}

.cblock.message p {
	padding: 0 0 0 22px;
	font-weight: normal;
}

.cblock.message.error p {}

/* @end */

/* @group Fußnote */

.cblock p.footnote {
	margin: 0 0 .8em 0; /**Absatz-Abstand**/
	width: 90%; /*Reduzierte Breite*/
	font-size: 11px; /**Schriftgröße klein**/
	color: #666666; /**Schriftfarbe hell**/
}

/* @end */

/* @group Artikel-Links */

.cblock p .detaillink {
	display: block;
	float: right;
	margin: 1.4em 0 .8em 0; /**Absatz-Abstand**/ /**Zeilenhöhe**/
}



/* @end */

/* @group Inline-Bilder */

.cblock.article .image {
	margin: .4em 0 0 0;
}

.cblock.article .image.left {
	float: left;
	margin-right: .8em;
}

.cblock.article .image.right {
	float: right;
	margin-left: .8em;
}

.cblock.article .image.middle {
	display: block;
}

.cblock.article .image p {
	margin: 2px 0 0 0;
	padding: 2px 0;
	font-size: 10px;
	text-align: center;


}

/* @end */

/* @group Inline-Tabellen */

.cblock.article table {
	table-layout: auto; /* fixed bei Tabellen mit width-Angaben, wird evtl. vom IE nicht interpretiert, ausprobieren */
	border-collapse: collapse;
	margin: 0 0 .8em 0; /**Absatz-Abstand**/
}

.cblock.article table td {
	padding: .2em .4em;
	line-height: 1.4em; /**Zeilenhöhe**/
	vertical-align: top;
	font-size: 13px; /**Schriftgröße normal**/
	color: #333333; /**Schriftfarbe**/
	border: 1px solid #CCCCCC;
}

/* @end */

/* @group Inline-Listen */



.cblock.article ul.links  {}
.cblock.article ul.links li {}
.cblock.article ul.links li a.file {}

/* @end */

/* @end */

/* @group Bilderserien */

/* @group Bilderserie */

.cblock.gallery {
	margin: 0;
	padding: 0;
}

.cblock.gallery div.galrow {}

.cblock.gallery div.galrow div.image {
	position: relative;
	float: left;
	margin: 0 15px 10px 0;
	padding: 1px;
	width: 186px;
	height: 148px; /* Bildhöhe + 24 */
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 120px; /* Bildhöhe - 4 */
}

.cblock.gallery div.galrow div.image.lastcol {
	margin-right: 0;
}

.cblock.gallery div.galrow div.image img {
	vertical-align: middle;
}

.cblock.gallery div.galrow div.image p {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
}

.cblock.gallery div.galrow div.image img.zoom {
	position: absolute;
	left: 2px;
	bottom: 1px;
}

.cblock.gallery div.galrow div.image p.title {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 3px;
	bottom: 1px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	color: #666666;
}

/* @end */

/* @end */

/* @group Formulare */

div.form {
	width: 500px;
	margin: 50px;
}

form {}

form div {
	clear: both;
	margin-top: 20px;
}

form label {
	display: block;
	margin: .5em 0;
	text-align: right;
	font: normal 13px Arial, sans-serif;
}

form label.area,
form label.checkbox {
	text-align: left;
}

form input {
	width: 298px;
	margin-left: .5em;
	padding: 1px;
}

form input.grid2 {
	width: 100px;
	margin-right: 200px;
}

form select {
	width: 304px;
	margin-left: .5em;
}

form select.grid2 {
	width: 104px;
	margin-right: 200px;
}

form textarea {
	float: right;
	width: 496px;
	height: 160px;
	margin: .5em 0 0 0;
	padding: 0;
	font: normal 1em Arial, sans-serif;
}

form input.checkbox {
	width: 1em;
	margin: 0 .5em 0 200px;
}

form p.info {
	float: left;
}

form button {
	float: right;
	width: 140px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	background: #CCCCCC;
	border: 1px solid #666666;
}

/* @end */

/* @group Header */

#top {
	height: 91px;
}

/* @group Logo */

#logo {
	padding-top: 15px;
	padding-left: 20px;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	margin: 5px;
	float: left;
}

/* @group navigation */



#footer ul {
	list-style-type: none;
	padding: 10px 0 0 10px;	
}



#footer h1{
	font-size: 20px;
	color: #333;		
}

#footer .first{
	padding:0 0 3px 0;
	font-weight: bold;
}


/* @end */

/* @group navigation link */

/* @end */

/* @group information */

#information {
	margin-top: 10px;
}

/* @end */

/* @end */

/* @group Content */

#content {
	float: right;
	margin: 5px;
}




/* @end */

/* @group Footer */

.backlink a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 20px 0 0 0;
	padding: 2px 5px 2px 5px; 
	background-color: #EE483E !important;
}

.backlink.bottom a:hover {
	color: #000;
	text-decoration: underline;
}

.backlink.bottom a:active {
	color: #000;
	background-color: #17447B;
	text-decoration: none;
}

/* @end */