/* Standard-Elemente */
p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 150%;	
	color: #603D6B;
}

em {
	font-weight : bold;
	color: #7F7F7F;
	font-style : normal;
}

h1 {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 100px;
	font-size: 140%;
	background-repeat : no-repeat;
}

h2 {
	margin: 0;
	padding: 0;
	padding: 4px 0px 3px 0px;
	font-size: 110%;
}

h3 {
	margin: 0;
	padding: 2px 0px 2px 0px;
	font-size: 100%;
}

.clearer {
	clear: both;
}

a.link {
	font-weight: bold;
	color: #945FA5;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #945FA5;
	text-decoration: none;
	background:;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.blacklink {
	color: #945FA5;
	text-decoration: none;
	padding-left: 6px;
}

a.link:hover, a.blacklink:hover,a.arrow:hover, a.teaserlink:hover, a.s2d:hover {
	text-decoration: underline;
}

a.plaintext {
	font-size: 90%;
	color: #8F8F8F;
	text-decoration: none;
}


/* Layout-Elemente  */

BODY {
	background : #FFFFFF url(../images/kachel.jpg) repeat scroll top left;
    margin: 0;
    text-align: center;
    color: #603D6B;
    font-family: Verdana, sans-serif; 
	font-size: 13pt;
}

#main {
	width : 800px;
	margin: 0 auto;
	border: none;
	text-align: left;
}

#logo {
	background : transparent url(../images/plogo.gif) no-repeat bottom left;
	width: 800px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;	
	margin: 10;
	text-align: right;
}

#content {
	width: 778px;
	padding-left: 10;
	padding-right: 10;	
	margin-top: 10px;
	margin-bottom: 10px;	
	padding: 10px; 
	border: 0px solid #8F8F8F;
	background : #ffffff;
}

#eyecatcher {
	padding: 0px;
	margin-top: 10px;
	height: 191px;
	border: 0px solid #8F8F8F;
	background : #ffffff url(../images/header.jpg) no-repeat top left;
}

#youarehere {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

#more {
	display: block;
	text-align: right;
	background : url(../images/pline.gif) no-repeat top right;
	padding-top: 4px;
}

#plaintext {
	position: absolute;
	top: 5px;
	left 0px;
	margin: 0px;
	padding: 0px;
}

/* Menü */

#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}

#menuBar {
	margin: 0;
	padding: 0;
	border: 1px solid #945FA5;
	background : #FFFFFF;
}

ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

li.menuButton {
	display: inline;
	list-style: none;
}

a.menuButton, a.menuButtonActive  {
	color: #945FA5;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

.menu {
	background: #0F0F0F url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #8F8F8F;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index 20;
}

a.menuItem, a.menuItemActive {
	color: #000000;
	background-color: transparent;
	display: block;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #603D6B;
  color: #ffffff;
}

a.menuItem:hover, a.menuItemActive {
  background-color: #603D6B;
  color: #ffffff;
}



/* Absatztyp BIld */

div.picture {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	width: 480px;
	border: none;
}


/* Absatztype Aufzählung */

ul.content {
	list-style: none;
	padding: 10px;
	margin: 10px 0 20px 20px;
	background-color: #AFAFAF;
	border: 1px solid #8F8F8F;
	width: 490px;
}

li.content {
	padding: 2px 0px 2px 18px;
	background-image: url(../images/pbull.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* Absatztyp Tabelle */

table.content {
	margin: 0px 0px 10px 0px;
	border: 1px solid #8F8F8F;
}

tr.odd {
	background-color : #DFDFDF;	
}

tr.even {
	background-color : #AFAFAF;	
}

tr.header {
	background-color : #0F0F0F;	
}

td.cell {
	padding: 4px;	
	margin: 0px;
}

td.headercell {
	padding: 4px;	
	margin: 0px;
	font-weight: bold;
}


/* Absatztyp Teaser */

div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
	background-color: #AFAFAF;
	border: 1px solid #8F8F8F;
}

div.teaser {
	margin: 10px 0px 10px 20px ! important; 
	border: none;
	width: 748px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

div.teasernav {
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

a.teaserlink {
	font-weight: bold;
	color: #8F8F8F;
	text-decoration: none;
}

p.lookup {
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #0F0F0F;
}

