﻿@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}

body, html {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #004080;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('images/ptp_back.jpg');
	background-position: center middle;
	background-repeat: no-repeat;
	scrollbar-track-color: #4080c8;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #4080c8;
	scrollbar-arrow-color: #4080c8;
}


.bilderrahmen {
	border: 1px solid #4080c8;
}

.warnung
{
	color:red;
	font-weight:bold;
}

.hinweis_grau
{
	color:#666666;
	font-size: xx-small;
}

.hinweis_gruen
{
	color:#004000;
	font-size: xx-small;
	display:inline;
}

.hinweis_gruen_disable
{
	color:#004000;
	font-size: xx-small;
	display:inline;
	text-decoration:line-through;
}

.hinweis_rot
{
	color:#ff0000;
	font-size: xx-small;
}

.headline {
	width:200px;
	text-align:center;
	margin-top:20px;
}

h2 {
	font-style: italic;
	margin-bottom: 18px;
	font-size: 19px;
	border-bottom: solid 0px #746b64;
	padding-bottom: 4px;
}

h3 {
	font-size: 15px;
}



.head_Div {
	position: relative;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-color: #9db9d6;
	background-image: url('images/entwurf_yellow.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 560px;
	z-index: 1;
}

.panda_Div {
	width: 185px;
	height: 272px;
	top: -9px;
	position: relative;
	left: 393px;
	float:left;
	z-index:3;
}

.flash_Div {
	text-align: right;
	width: 385px;
	height: 146px;
	position: relative;
	top: 4px;
	float:right;
	z-index: 2;
	visibility:visible;
}


.menue_Div {
	position: relative;
	top: 193px;
	left: -173px;
	text-align: left;
	width: 160px;
	height: 230px;
	font-weight: ;
	font-size: 12px;
	float: left;
	z-index: 3;
}

.content_Div {
	position: relative;
	width: 700px;
	height: 374px;
	top: -48px;
	float: right;
	padding-right: 40px;
	left: -3px;
	overflow:auto;
	z-index: 2;
}

