
/*allgemeine Einstellungen*/
* {
margin: 0;
padding: 0;
}
html {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	background-image: url(../img/popp_bgd.jpg);
	background-repeat: repeat-x;
}
#all {
	width: 1020px;
	overflow: hidden;
}

/*Texte, Links und �berschriften*/
a {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin: 0 0 0.3em 0;
	line-height: 140%;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0 0 1em 0;
	line-height: 180%;
	letter-spacing: 0.06em;
}
h1 {
	font-size: 135%;
	color: #3162a6;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	color: #0000CC;
	font-weight: normal;
}
h3 {
	font-size: 90%;
}
h4 {
	font-size: 70%;
}
h5 {
	font-size: 100%;
}

/*Header*/
#header {
	background-image: url(../img/popp_logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 140px;
	width: 800px;
	overflow: hidden;
	text-indent: -999px;
	left: 35px;
	top: 0px;
	background-position: left top;
}

/*Link Home ueber Logo*/
#linkHome {
	z-index: 9999;
	left: 20px;
	top: 20px;
	position: absolute;
}
#linkHome a {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: -9999px;
}

/*trailer*/
#trailer {
	position: absolute;
	left: 707px;
	top: 20px;
	height: 226px;
	width: 226px;
	overflow: hidden;
}

/*Breadcrumb Navi*/
#breadcrumb {
	position: absolute;
	left: 205px;
	top: 121px;
	width: 515px;
	padding: 0 0 5px 0;
	font-size: 90%;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#breadcrumb a {
	text-decoration: none;
}

/*Suche*/
#searchbox {
	position: absolute;
	left: 20px;
	top: 117px;
	height: 25px;
	width: 160px;
	text-align: right;
}
#searchbox p {
	display: inline;
}
#searchbox .searchlabel {
	font-size: 0.8em;
	color: #333333;
	margin: 0 5px 0 0;
}
#searchbox .searchbox {
	font-size: 1em;
	border: 1px solid #333333;
}
#searchbox .searchbutton {
	font-size: 1em;
	margin: 0 0 0 5px;
	background-color:#fff;
	border: 1px solid #333333;
	height: 1.5em;
}

/*Printversion*/
#printversion {
	position: absolute;
	left: 585px;
	top: 121px;
	width: 207px;
	font-size: 85%;
}
#printversion a {
	text-decoration: none;
}

/*nav*/
#nav1 {
	position: absolute;
	left: 20px;
	top: 170px;
	width: 192px;
}

#nav1 {
    background: url(../img/nav-top.png) top left no-repeat;
    font-weight: bold;
    margin-bottom: 15px;
    width: 160px;
}

#nav1 ul {
    background: url(../img/nav-bottom.png) bottom left no-repeat;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

#nav1 ul li a:link,
#nav1 ul li a:visited,
#nav1 ul li span,
#nav1 ul.allmenu li {
    display: block;
    width: 140px;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
}

#nav1 ul li {
    background: url(../img/nav-back.png) 0 0 no-repeat;
}

#nav1 li a.act {
    background: url(../img/nav-back.png) -400px 0 no-repeat;
}

#nav1 ul li a:hover,
#nav1 ul li a:active,
#nav1 ul li.error {
    background: url(../img/nav-back.png) -200px 0 no-repeat;
}

#nav1 ul li.indented {
    text-indent: 1em;
}

/*content*/
#content {
	position: absolute;
	width: 800px;
	left: 205px;
	top: 170px;
	overflow: hidden;
}

/*mittlere Spalte*/
#normal {
	float: left;
	width: 490px;
	overflow: hidden;
}
#normal li {
	font-size: 11px;
	margin: 0 0 0.5em 1.2em;
	line-height: 120%;
	letter-spacing: 0.03em;
}

/*rechte Spalte*/
#right {
	display: inline;
	float: left;
	width: 250px;
	margin: 080px 0 0 55px;
}

/*IE clearing*/
#ieclearing {
	clear: both;
}

/*footer*/
#footer {
	font-size: 90%;
	display: inline; /*behebt double margin bug im ie*/
	clear: both;
	float: left;
	width: 515px;
	height: 20px;
	margin: 20px 0;
	padding: 4px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
}

/*Specials f�r Typo3 Elemente*/
/*Bildunterschriften, Tabellen*/
.csc-caption {
	font-size: 90%;
	background-color: #DEE3E7;
	padding: 0 0 0 2px;
}
.contenttable {
	width: 100%;
}
.contenttable p {
	margin: 0;
}
.contenttable td {
	margin: 3px;
	padding: 3px;
}
.contenttable .tr-odd {
	background-color: #DEE3E7;
}
.contenttable .tr-0 {
	font-weight: bold;
}

/*News Formatierungen*/
.news-list-container H3 {
	font-size: 100%;
	padding: 0 10px;
}
.news-list-date {
	display: block;
	font-size: 80%;
}
.news-list-category {
	display: none;
}
.news-list-morelink {
	padding: 0 10px 10px 10px;
}
.clearer {
	display: none;
	/*border:solid #FF7800 1px;height:1px;*/
}

/*Calendar Formatierung*/
.tx-keyac-pi1 {
			width:530px;
		}

/*social bookmarking*/
.tx-timtabsociable-pi1 img {
	border: none;
	padding: 1px;
}


/*Formular*/
.formu {
width:94%;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
border: 1px solid #C0C0C0;
}
.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 0;
margin-left: 8px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-submit {
color: #ffffff;
background-color: #00a97d;
border: 0px;
margin-top: 20px;
}

