	* {margin: 0;padding: 0;}
	
	body, html {
	    background: #ccc url("../images/bg.jpg");
		background-attachment:fixed; 
	}	
	
	#container {
		width: 960px;    /* feste Seitenbreite */
		height: auto;  /* feste Seitenhöhe */ 
		margin: 0 auto;	 /* Seite zentrieren */
		padding: 0;
		text-align: left;
		background: #f7f7f7; /* Seitenhintergrund */
		/*border-left: 1px solid darkred;
		border-right: 1px solid darkred;*/
		border: 0px solid silver;
		-webkit-box-shadow: 0px 0px 5px rgba(100,100,100,0.7);
		-moz-box-shadow: 0px 0px 5px rgba(100,100,100,0.7);
		box-shadow: 0px 0px 5px rgba(100,100,100,0.7);
		position: relative;
		top: 0px;		/*oberer Seitenrand */
	}
	#header {
		height:200px;	/* ggf. anpassen */
		border: 0px dotted red;
		border-top: 0px solid darkred;
		background: url("../images/AoP-head.jpg") center center no-repeat;
		overflow:hidden;
		border-bottom: 2px solid darkred;
		/*position:relative;*/
	}
	#logo {
		position: relative;
		top:0px;
		left:0px;
		height: 100%;
		border: 0px dotted green;
		float:left;
		background: url("") top left no-repeat;
	}
	#layer {
		position:absolute;
		top:80px;
		right:160px;
		/*width: 100%;
		height: 100%;*/
		border: 0px dotted green;
		float:right;
		background: url("") top left no-repeat;
	}
	#menu-main {
		width: 100%;
		height: 29px;
		margin: 1px 0 1px 0;
		background: url("../images/bg_menu-main.jpg") top left repeat-x;
		border-bottom: 2px solid darkred;
	}
	#menu-top2 {
		width: 80px;
		height: auto;
		margin: 0px 0 2px 0;
		background: #f7f7f7;
		border-bottom: 0px solid darkred;
	}
	#content {
		position: relative;
		width: 100%;
		border: 0px dotted yellow;
		overflow: hidden;
	}
	#col-right {
		position: absolute;
		left: 66%;
		width: 33%;
		height: auto;
		border: 0px dotted cyan;
		border-left: 0px dotted black;
		float:right;
	}
	#col-left {
		position: absolute;
		left: 0;
		width: 66.4%;
		height: auto;
		border: 0px dotted cyan;
		border: 0;
		float:left;
	}
	#footer {
		position: relative;
		width: 100%;
		height: 140px;
		border: 0px dotted red;
		border-top: 1px solid lightgrey;
		background: #a7db93 /*#cc6611;*/
	}
	#footer_headline {
		color:black;
		font-weight:bold;
		vertical-align:top;
		font-size:12pt;
	}
	#footer-content {
		position: absolute;
		top: 20px;
		left: 60px;
		width: auto;
		height: auto;
		border: 0px dotted green;
		font-size:10pt;
		color: black;
	}
	#footer-totop {
		position: absolute;
		top: 8px;
		left: 80%;
		width: aoto;
		height: auto;
		border: 0px dotted green;
		font-size:12pt;
	}
	.p-full {
		position:relative;
		border:0px dotted black;
		width:90%; /* !!!!  100% ./. col-right */
		margin: 0 5% 0 5%; 
	}
	.p-left-66 {
		float:left;
		border:0px dotted black;
		width:66%;
		/*padding: 5px 10px 5px 10px;*/
		border-right: 1px dotted lightgrey;
	}
	.p-left-33 {
		float:left;
		border:0px dotted black;
		width:33%;
		/*padding: 5px 10px 5px 10px;*/
	}
	.p-right-33 {
		float:right;
		border:0px dotted black;
		width:33%;
		/*padding: 5px 10px 5px 10px;*/
	}
	.p-right-66 {
		float:right;
		border:0px dotted black;
		width:66%;
		/*padding: 5px 10px 5px 10px;*/
	}
	.p-middle-33 {
		float:left;
		border:1px dotted black;
		width:33%;
		/*padding: 5px 10px 5px 10px;*/
	}
	.p-col-right {
		border:0px dotted orange;
		/*padding: 5px 10px 5px 10px;*/
	}
	
	.pic-right {
		float:right;
		margin-bottom:0px;
		border:0px dotted black;
		padding: 0 20px 0 20px;
	}
	.pic-left {
		float:left;
		margin-bottom:0px;
		border:0px dotted black;
		padding: 0 20px 0 20px;
	}
	.pic-description {
		font-size:8pt;
		padding:5px 0 10px 0;
	}
	img {
		border:0px solid black;
	}
	
	h1, h2, h3, h4, h5, h6, p {
		font-family: Verdana, Arial, sans-serif;
		padding: 0 50px 0 50px;
		margin: 0 0 0.25em;
	}

	h1 {
		font-size:18pt;
		color: darkred;
		font-weight: bold;
	}
	h2 {
		font-size:14pt;
		color: darkred;
		font-weight: bold;
	}
	h3 {
		font-size:12pt;
		color: darkred;
		font-weight: bold;
	}
	p {
		font-size:12pt;
		padding-bottom:0px;
		padding-top:0px;
		line-height: 1.5em;
		margin: 0 0 1em;
	}
	p.right {
		text-align:right;
	}
	p.small {
		font-size:8pt;
	}
	p.more {
		text-align:right;
		font-size:8pt;
		padding:0 20px 0 0;	
	}
	p.col-right-header {
		font-size:7pt;
		color:darkblue;
	}
	p.col-right {
		font-size:10pt;
		padding-bottom:0;
	}
	.sep-1 {
		background-color:darkblue;
		color:darkblue;
		height:1px;
		margin: 10px 20px 10px 20px;
		border:none;
		padding: 0;
	}

	a.right {float:right;}
	
	a {outline:none;border:0px;text-decoration:none;color:darkred;font-family: Arial, Helvetica, sans-serif;}
	a:link {color: black;}		
	a:hover {
		color: black;
		/*background: orange;*/
		text-decoration:underline;
		outline: none;
	}		
	a:visited, a:active, a:focus {
		background: orange;
		color: white;
		outline: none;
	}	

#menu-main a {
	font-size:16px;
	border: 0px solid black;
	margin-right:1px;
	background-color:darkred;
	color:white;
    border-right: 1px solid white;
    display: block;
    float: left;
    height: auto;
    padding: 4px 15px 4px;
}
#menu-main a:link {
	background: url("../images/bg_menu-main.jpg") top left repeat;
}
#menu-main a:hover {
	background: url("") orange;
	outline:none;
}
#menu-main a:focus, #menu-main a:link.act {
	background: url("") orange;
	outline:none;
}
#menu-main a.language {
	margin-right:1px;
    border-right: 0px solid white;
    float: right;
    padding: 4px 5px 4px;
}

	/* Externe Links mit vorangestellter Grafik  */
	a.extern:link {
		background: url(../images/ico_extern.gif) no-repeat;
		padding: 0 0 0 16px;
	}
	a.extern:visited {
		background: url(../images/ico_extern.gif) no-repeat;
		padding: 0 0 0 16px;
	}
	a.extern:hover, a.extern:active, a.extern:focus {
		background: url(images/ico_extern.gif) no-repeat;
		padding: 0 0 0 16px;
	}

.p-table {
	width:800px;
	border: 0 none;
}	

tbody td {
	padding: 2px;
	border: 0 none;
	font-family: Verdana, Arial, sans-serif;
}

.boxstyle-red {
    border: 3px solid darkred;
    margin: 10px 50px 0 50px;
	width:89%;
}	
.boxstyle-red2 {
    border: 3px solid darkred;
	/*background:#eee;*/
    margin: 10px 90px 0 90px;
	padding:20px;
	width:auto;
	-moz-border-radius:10px; 
	border-radius: 10px;
	/*box-shadow: inset 3px 3px 3px #888888;*/
	behavior: url(CSS/PIE/PIE.htc);
	-moz-box-shadow: 0px 0px 7px #555 inset; 
	box-shadow: 0px 0px 7px #555 inset; 
	background-color: #eeeeee;
}	

.donate {
	position: relative;
	left: 80px;
	top:0px;
	width:141px;
	border:0px dotted black;
}
a.donate-button {
	background: transparent url("../images/btn_3_001.gif") no-repeat center center;
    color: lightgray;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 33px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 165px;
	margin: 0px 0 0 0px;
}
a:hover.donate-button {
	/*background: #eee url("../images/btn_3_001.gif") center center no-repeat;*/
    color: darkgray;
	text-decoration: none;
}
a.linkstyle-1 {
    color: darkblue;
	font-weight:bold;
}
a:hover.linkstyle-1 {
    color: #33c;
	background-color:darkorange;
}
.center {
	text-align:center;
}
.darkblue {
	color:darkblue;
}
/*----------------------------- textlink --      ------------------------------*/
a.textlink {outline:none;border:0px;text-decoration:none;color:darkred;background-color:white;font-family: Arial, Helvetica, sans-serif;}
	a.textlink:link {outline:none;border:0px;text-decoration:none;color:darkred;background-color:transparent;font-family: Arial, Helvetica, sans-serif;}
	a.textlink:hover {outline:none;border:0px;text-decoration:none;color:red;background-color:white;font-family: Arial, Helvetica, sans-serif;}
	a.textlink:visited, a.textlink:active, a.textling:focus {outline:none;border:0px;text-decoration:underline;color:red;background-color:white;font-family: Arial, Helvetica, sans-serif;}

