/* Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(pt_bg.gif) top center repeat-y;
text-align:center;
}


DIV.csc-textpic-clear {
        clear: none;
        display: none;
}

#wrap {
color: #303030;
margin: 0 auto;
width: 960px;
/*background-image: url(wrap_bg.gif);*/
text-align:left;
}

#header {
clear: both;
margin: 0 0 0 8px;
padding: 0;
height: 35px;
background-color:#FFFFFF;
}

#headerphoto {
	height: 162px;
	background-image:url(pt_head_hg.jpg);
	background-color:#ffffff;
}

#logo{
width:250px;
padding-left: 70px;
padding-top: 50;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
	width: 950px;
	float: right;
	color: #a0a0a0;
	margin: 0 0 0 235px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 10px;
}

#hmenue {
	clear: both;
	margin: -2px 0 0 0;
	height: 25px;
	padding-left: 20px;
	/*background-image: url(hmenue_bg.gif);*/
	background-color:#ffffff;
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#aktivbild {
	clear: left;
	float: left;
	width: 200px;
	margin: 10px 0 20px 20px;
	font-size: 0.9em;
	height: 130px;
	background-image: url(vitalman.jpg);
	background-repeat: no-repeat;
}

#leftmenu {
	clear: left;
	float: left;
	width: 218px;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	padding-left: 10px;
}

#leftmenu h1, h2, h3{
font-size: 0.8em;
}

#leftmenu ul {	
list-style: none;
width: 218px;
margin: 0 0 0 0;
padding: 0;
font-size: 1.0em;
}	

#leftmenu li {
margin-bottom: 4px;
}

#leftmenu li a {
font-weight: bold;
height: 18px;
text-decoration: none;
color: #505050;
display: block;
padding: 5px 5px 0px 5px;
border-left: 4px solid #FEAA26;
border-bottom: 1px solid #FEAA26;
}	
	
#leftmenu li a:hover {
color: #0099ff;
border-left: 4px solid #0099ff;
border-bottom: 1px solid #0099ff;
}

.level1 {
padding-left: 10px;
}

.level2 {
padding-left: 20px;
}

.announce {
	margin: 0 0 0 0;
	width: 170px;
	height: 120px;
	background-image:url(vitalman.jpg);
	background-repeat:no-repeat;
	line-height: 1.3em;
}

#rightmenu {
float: right;
width: 180px;
margin: 0 10px 10px 10px;
line-height: 1.5em;
}

#rightmenu h1, h2, h3{
font-size: 0.8em;
}

#rightmenu ul {	
list-style: none;
width: 180px;
margin: 0 0 0 0;
padding: 0;
font-size: 0.9em;
}	

#rightmenu li {
margin-bottom: 2px;
}

#rightmenu li a {
font-weight: bold;
height: 15px;
text-decoration: none;
color: #505050;
display: block;
}
	
#rightmenu li a:hover {
color: #009933;
}

#content {
	margin: 0 0 20px 235px;
	padding: 10px 15px 10px 25px;
	line-height: 1.6em;
	text-align: left;
	width: 650px;
	position:relative;
}

#content h2, h1 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}
#content h2 {
font-size: 1.3em;
margin: 0 0 0.4em 0;
}
#content p{
	margin:2px 0 8px 0;
}

h3 {
font-size: 1.15em;
margin: 20px 0 0 0;
}

a {
/*text-decoration: none;*/
font-weight:bold;
color: #333333;
}

a:hover {
text-decoration: underline;
color: #777777;
}

a img {
border: 0;
}

#footer {
display:none;
clear: both;
margin: 0 auto;
padding: 5px 0 5px 0;
border-top: 1px dotted #333333;
width: 960px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.csc-form-label{
font-size: 0.8em;
}
.csc-mailform {
	background-color:#f2f2f2;
	border: 1px solid #828c95;
}

.csc-mailform-forum {
	background-color:#fff5e5;
	border: 1px solid #828c95;
}

.csc-mailform-field {
	display: block;
	margin: 10px;
	padding: 10px;
}

.csc-mailform label, .csc-mailform-forum label{
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin: 2px 2px;
	padding:0;
}


.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea{
	font-family: Verdana,Arial,Helvetica;
	color: #000000;
	background-color:white;

	border: 1px solid #828c95;
	/*width: 350px;*/
	padding: 2px 2px;
	font-size: 1.0em;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 80px;
	cursor:hand;
}

.csc-mailform form input.csc-mailform-submit:hover{
	background-color:#828c95;
	border: 1px solid white;
	color: white;	
}

.csc-firstHeader{
color: #FEAA26;
padding-top: 10px;
}
#pagecontent{
	position:absolute;
	width:670px;
}
#copy {
	padding:20px 0 0 0;
}
#copy p{
	margin:0;
	padding:0;
	font-size:90%;
	color:#999999;
}
.tx_ghinfoblock_infoblock h3{
	font-size:90%;
	color:#333;
	margin:0;
	padding:0 0 5px 0;
	line-height:1.3em;	
}
.tx_ghinfoblock_infoblock {
	line-height:1.3em;	
}
.tx_ghinfoblock_infoblock li {
	font-size:92%;
	line-height:130%;
	margin:0 0 1px 16px;
}
.tx_ghinfoblock_infoblock ul {
	list-style-image:url(bullet_orange.gif);
	list-style-position:outside;
	margin:0;
	padding:0 0 15px;
}
#content .tx_ghinfoblock_content {
	width:100%;
}
#content .tx_ghinfoblock_infoblock {
	float:right;
	padding-left:30px;
	width:35%;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
background:#FFFBDA none repeat scroll 0 0;
border-top:1px solid #CCCCCC;
color:#444444;
font-size:90%;
margin:0;
padding-left:5px;
}
