﻿/* Grunddefinitionen */
/* ----------------- */
* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
}

html {
	/*min-height:101%*//*Scrollbalken im Mozilla immer zeigen*/
}

body {
	/*height:100%;*/
	background-image: url(../images/weblayout/bg_grad.jpg);
	background-repeat: repeat-x;
   background-position: center; 
	font: 14px Arial, Helvetica, sans-serif;
}

/* div Container styles and positions */
/* ---------------------------------- */

/* center container to the middle of the screen */
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -400px;
	float: left;
	/*background-color: #f00;*/ /*nur zu Demozwecken*/
}

/* container includes everthing from our website */
#container {
	margin: 0 auto;
	position: relative;
	height: 800px;
	width: 1024px;
	text-align: left;
	clear: left; /* Rahmen mit Rundung */;
	border: 1px solid #dddddd;
	-moz-border-radius: 10px;
	-khtml-border-radius: 30px;
	background-color: #aaaaaa;
}

#top { /* top startet bei 220px und ist 790x50px gross, border nimmt nochmals 2px dazu */
	background-color: #CCCCCC;
	position: absolute;
	height: 50px;
	width: 790px;
	left: 220px;
	top: 10px;
	border: 1px groove #000000;
	/*background-image: url(../test/pfaadtsoft_top/pfaadtsoft_top.png);*/
}

/* company logo */
#logo {
	width:200px;
	height:270px;
	background-image: url(../images/weblayout/light.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top:  10px;
	left: 10px;
}

#menue {
	font: 12px Arial, Helvetica, sans-serif;
	/* background-color: #CCCCCC;*/
	position: absolute;
	height: 200px;
	width:  200px;
	top: 290px;
	left: 10px;
}

/* WEPP Logo */
#partner {
	position: absolute;
	height: 100px;
	width: 200px;
	top: 540px;
	left: 10px;
	/*background-color: #f00;*/ /*nur zu Demozwecken*/
}

#change_language {
	position: absolute;
	height: 20px;
	width: 200px;
	top: 730px;
	left: 10px;
	/*background-color: #f00;*/ /*nur zu Demozwecken*/
}

#content {
	background-color: #FFFFFF;
	position: absolute;
	height: 680px; /*min-height: 680px;*//*for large page edit*/
	;
	width: 690px;
	top: 70px;
	left: 222px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: auto;
}
#maincontent {
	width:60%;
	float:left;
	
}
#newscontent {
	width:30%;
	float:right;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding-left:10px;
	padding-right:10px;
	/*height:100%;*/
	height: 1000px;
	background-color: #EEEEEE;
	
}

/*#footer {
	background-color: #CCCCCC;
	position: absolute;
	height: 30px;
	width: 1024px;
	top: 790px;
	left: 0px;*/
	/* Rahmen mit Rundung */
	/*border:1px solid #dddddd;
	-moz-border-radius-bottomright:10px;
	-khtml-border-radius-bottomright:30px;
	-moz-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomleft:30px;
	background-color: #aaaaaa;
}*/

/* class */
/* ----- */
.boxed{
	border: 1px groove #000000;
	padding: 20px;
}
.klitzeklein{
    font-size: xx-small;
}

/*.menu_level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	margin-bottom: 1px;
	line-height: 20px;
	margin: 0;
	padding: 2px 0px 2px 10px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.menu_level2 {
	margin: 0;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	/*color: #666666;*/
	/*background-color: #eeeeee;
	margin: 0;
	padding: 2px 0px 2px 10px;
}*/
/************ sectionLinks styles **************/
.listing{
	border: 1px groove #000000;
	background-color: #CCCCCC;
	text-align: left;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

li {
	margin-bottom: 10px;
	margin-left: 20px;
	color: #000000;
	list-style-type: square;
}
p {
	font-style: normal;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #777777;
	border-bottom-width: medium;
	border-bottom-color: #777777;
	border-bottom-style: solid;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
.BildMitAbstand {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
	clear: right;
	float:right;
}

/* Link */
a {
	border-width: 0px;
	color: #0000FF;
	text-decoration: none;
}

/* Bild-Link ohne Rahmen */
a img {
	border : 0 none;
}

table {
	text-align: justify;
}

/* für Demozwecke */
/*table {
	border: thin dotted #FF0000;
}
td {
	border: thin dotted #0000FF;
}
tr {
	border: thin dotted #00FF00;
}*/

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:10 - Plum Royale
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul {
	border-top: 1px solid #333333;
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url(../p7pm/img/p7PM_plum.jpg);
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #C3AAAE;
}
#p7PMnav ul {
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 12px 4px 10px;
	color: #333333;
	border-top: 1px solid #E0D1D3;
	border-right: 1px solid #333333;
	border-bottom: 0;
	border-left: 1px solid #E0D1D3;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active, #p7PMnav .p7PMtrg:hover {
	color: #FFFFFF;
	background-color: #B9B9B9;
	letter-spacing: 0.01px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	background-image: url(../p7pm/img/p7PM_plumover.jpg);
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMtrg:active {
	background-image:  url(../p7pm/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMtrg:hover {
	background-color: #B9B9B9;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 199px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}
