@charset "utf-8";
/**
* rot: #B60E1F
*
*
*/

/** reset **/

h1, h2, h3, h4, h5, h6
{
	margin: 0; 
	padding: 0;
}

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

body  {
	background: transparent url(../images/body.bg.jpg) repeat-x top  center;
	font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}


li{
	list-style-image: url(../images/bullet.png);
}

a{
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.redBox a{
	color: white;
	text-decoration: underline;
}
/*************************************/

.nanopact #container {
	font-size: 1.3em;
	width: 970px; 
	margin: 0 auto; 
	text-align: left; 
} 
	 
    .nanopact #header { 
	/*		border-bottom: 1px solid red; */
		height: 110px;
    } 
	 
    .nanopact #header img {
    	margin: 0; 
    	padding: 10px;
    }
	 
	 .nanopact #header #lang_select{
	 	text-align: right;
		margin-bottom: 15px;
	 }
	 .nanopact #header #lang_select p{
	 	width: 120px;
		background-color: #CCC;
		display: inline;
		padding: 3px 15px;
	
	 }
	 
	

/** Linke Spalte [STARTSEITE} **/	 
    .nanopact #sidebar1 {
    	float: left; 
    	width: 300px; 
    	padding: 0px 10px 15px 10px;
		margin-top:20px;
    }

	 .nanopact #sidebar1 .boxLeft {
	 	width:280px;
		height: 300px;
		background-color: silver;
	 }
	 
	 	 
	 .nanopact #sidebar1 .boxLeft h1{
	 	font-size:1.1em;
		letter-spacing: 1px;
	 	background-color: #333;
		color:white;
		font-weight: bold;
		padding: 5px;
		margin:0;
	 }
	 
	 .nanopact #sidebar1 .boxLeft p, .nanopact #sidebar1 .boxLeft2 p {
	 	padding: 0 5px;
	 }

	.nanopact #sidebar1 .boxLeft2 {
	 	 	width:280px;
			margin-top:25px;
	}
	 
	 /**** Unterseite:: linke seite **/
	  
	 
	 	 #wrapper1{
	margin: 20px 0;
	padding: 0;
	background: transparent url(../images/unterseite.bg.png) repeat-y 10px;
}

	 
	 #wrapper1 #sidebar2{
	 	float: left; 
    	width: 280px; 
    	padding: 0px 30px 15px 10px;
	/* 	border: 1px solid blue;*/
	 }
	  
	  
	 #wrapper1 #sidebar2 h1{
	 	 	font-size:1.1em;
		letter-spacing: 1px;
	 	background-color: #333;
		color:white;
		font-weight: bold;
		padding: 5px;
		margin:0;
	 }
	 
	 
/** Main Content **/	 
    .nanopact #mainContent { 
    	margin: 0 0 0 340px; 
    	padding: 0; 
    } 
	 
	 
	 .nanopact #mainContent #startseite{
	margin-top: 20px;
	background: gray url(../images/startseite.grafik.jpg) no-repeat left;
	color: white;
	text-align: right;
	height: 300px;
	margin-bottom: 15px;
}
	 
	 .nanopact #mainContent #startseite .text{
	height: 240px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	overflow: hidden;
}
	 
	  .nanopact #mainContent #startseite .overlay{
			height: 27px;
			padding: 14px 10px 0 0	;
			color:black;
			font-weight: bold;
	 }
	 
	    .nanopact #mainContent .content{
	    	margin-top:25px;
	    } 
	 
/** footer **/	 
    .nanopact #footer { 
    	padding: 0;
		text-align: right;
		color: Gray;
    } 
    .nanopact #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
	 
	 
	 
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	 
/********************

	Menu

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

.menu {
	float: right;
	width: 630px;
	margin: 8px 0;
	height: 54px;
	background: transparent url(../images/navigation1.bg.gif) repeat-x bottom;
}


.menu ul, .menu li {

	margin:0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.5em;
	height: 53px;
	/*
	background:green;
	 margin-right: 15px; */
	
	float:left;
}

.menu ul ul {

	padding-left: 8px;

}

.menu a, .menu a:visited, .menu a:active
{
	display: block;
	color: White;
	text-decoration: none;
	padding: 28px 10px 10px 10px;

}

.menu a:hover, .menu a.active, .menu .menu-current a, .menu .menu-parent a{
	background: #B60E1F url(../images/navigation1.hover.gif);
}


.menu_default a:link, .menu_default a:visited, .menu_default a:active {

	text-decoration:none;

}

.menu_default a:hover {

	text-decoration:underline;

}



.menu_current  {

	text-decoration:underline;

	font-weight:bold;

}


/***** STyles **********/

div.redBox{
	background-color: #B60E1F;
	color: white;
	padding:10px;
}



	 
