/* basic elements */
body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: Black;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
	margin: 0.5em 0em 1em 0em;
	line-height: 1.5em;
}

p a {
	font-size: 90%;
}

p a:visited {
    color: grey;
    background-color: transparent;
}

p a:hover {
    color: black;
    background-color: #FFFF66;
}

p a:active {
    
    color: red;
    background-color: transparent;
}
p img {
    border: 0;
    margin: 0;
}
hr {
    height: 1px;
    color: #8cacbb;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #8cacbb;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: Black ! important; 
}
h1 {
    font-size: 130%;
    padding-right: 1em;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}
h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}
h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}
h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}
ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(pics/bullet.gif);
}
ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
ul a, ol a {
    text-decoration: underline;
}
li {
    margin-bottom: 1em;
}
dt {
    font-weight: bold;    
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: White;
    vertical-align: top;
}
ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

.netscape4 {
    display: none;
}

/*
#################################
elemente zur struktur
#################################
*/

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}

#portal-top {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#portal-siteactions {
    background-color: transparent;
    white-space: nowrap;
    list-style: none;
    margin: 1px 0 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 3px 0em 3px 0;
	font-size: 90%
}
#portal-siteactions li {
    display: inline;
}
#portal-siteactions li a {
    background-color: transparent;
    border: 1px solid White;
    color: #76797c;
    height: auto;
    padding: 0em;
    margin-right: 0em;
    text-decoration: none;
    text-transform: lowercase;
}
#portal-siteactions li.selected a {
    background-color: #dee7ec;
    color: #436976;
    border: 1px solid #8cacbb;
}
#portal-siteactions li a:hover {
    background-color: #FFCC00;
    color: #436976;
    border: 1px solid #8cacbb;
}
#portal-globalnav {
	background-color: transparent;
	padding: 0em 0em 0em 2em;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	height: auto;
	line-height: normal;
}
#portal-globalnav li {
    display: inline;
}
#portal-globalnav li a {
    /* The normal, unselected tabs */
    background-color: transparent;
    border-color: #8cacbb;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #436976;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    text-decoration: none;
    text-transform: lowercase;
}
#portal-globalnav li.selected a {
    /* The selected tab */
    background-color: #DEE7EC;
    border: 1px solid #8cacbb;
    border-bottom: #D8D8D8 1px solid;
    color: #436976;
}
#portal-globalnav li a:hover {
    background-color: #DEE7EC;
    border-color: #8cacbb;
    border-bottom-color: #dee7ec;
    color: #436976;
}

#portal-personaltools {
	background-color: #DEE7EC;
	border-top-color: #8cacbb;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #8cacbb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 1.3em;
	color: #333366;
	padding: 0em 3em 0em 3em;
	margin: 0;
	text-align: right;
	text-transform: none;
	list-style: none;
}

#portal-breadcrumbs {
    /* The path bar */
    border-bottom-color: #8cacbb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: none;
}
.contentViews {
    background-color: transparent;
    padding-left: 1em;
    line-height: normal;
    margin-top: 2.1em;
    margin-left: 0;
    list-style: none;
    border: 1px solid #74ae0b;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
    padding-top: 0.5em;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #74ae0b;
    border-style: solid;
    color: #578308;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.5em;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #cde2a7;
    border-bottom: #cde2a7 1px solid;
    color: #578308;
}
.contentViews li a:hover {
    background-color: #cde2a7;
    color: #578308;
}

.menuPosition {
    position: relative;
}
.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #8cacbb;
}
.documentContent {
    font-size: 110%;
    padding: 0em 1em 2em 1em;
    background: White;
}
.documentEditable .documentContent {
    border: 1px solid #74ae0b;
    padding: 0;
}
.documentActions {
    margin: -1.5em 0 2em 0;
}
.documentActions ul {
    margin: 0 0 0.3em 0;
    float: right;
    clear: right;
}
.documentActions ul,
.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
}
.documentActions a {
    border: 0;
    text-decoration: none;
}
.documentDescription {
    font-weight: bold;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}
.documentByLine {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
.documentByLine a {
    text-decoration: underline;
}
.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}
.productCredits a {
    text-decoration: underline;
}
#portal-footer {
	background-color: #DEE7EC;
	border-top: 1px solid #8cacbb;
	border-bottom: 1px solid #8cacbb;
	float: none;
	margin: 1em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
	text-align: center;
	width: 847px;
}
#portal-colophon {
    float: none;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}
#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
    list-style: none;
    display: inline;
    text-decoration: none;
    color: Black;
}
#portal-colophon ul li {
    font-size: 85%;
    margin: 0 0.25em;
    padding: 0.1em 0.2em;
}
 /*
 ##################################
 listig
 ##################################
 */
.listing,
.stx table {
    border-collapse: collapse;
    border-left: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    font-size: 85%;
    margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #dee7ec;
    border-top: 1px solid #8cacbb;
    border-bottom: 1px solid #8cacbb;
    border-right: 1px solid #8cacbb;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .even {
    background-color: #f7f9fa;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #8cacbb;
    padding: 0em 1em;
    text-align: left;
}
.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}
/* 
##########################
anfang navigation links 
##########################
*/
.portlet {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}

.bwpath4 { 
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    padding: 0em 0.3em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.bwpath4_2 { 
    background-color: #FFCC66;
    border: 1px solid #8cacbb;
    padding: 0em 0.3em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.bwpath4_3 { 
    background-color: #CCFF99;
    border: 1px solid #8cacbb;
    padding: 0em 0.3em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.bwpath4_4 { 
    background-color: #CC99FF;
    border: 1px solid #8cacbb;
    padding: 0em 0.3em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.bwpath4_5 {
	background-color: #CC0000;
	border: 0px solid #8cacbb;
	padding: 0em 0.3em 0em 1em;
	text-transform: none;
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.bwpath4_5_a {
	background-color: #CC0000;
	border: 0px solid #8cacbb;
	padding: 0em 0.3em 0em 1em;
	text-transform: none;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}

.bwpath5 { 
    background-color: #D8D8D8;
    border: 1px solid #8cacbb;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    top: -1px;
}
.bwpath6 { 
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    padding: 0em 0.3em 0em 0.3em;
    text-transform: none;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.nav-linksBody {
	position: relative;
	top: -1px;
	background: transparent;
	border: 1px solid #8cacbb;
	background-color: transparent;
		
}
.nav-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
}

.link-parent {
    display: block;
    background: transparent url(pics/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 1px 16px;
    font-size: 85%;
}

.link-user {
    background: transparent url(pics/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-external {
    background: transparent url(pics/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-https {
    background: transparent url(pics/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-mailto {
    background: transparent url(pics/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-news {
    background: transparent url(pics/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-ftp {
    background: transparent url(pics/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-irc {
    background: transparent url(pics/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-comment {
    background: transparent url(pics/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px;
}



.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; 
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.visualClear {
    display: block;
    clear: both;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}
.portal {
	width: 95%;
}
.text {
	text-align: justify;
}
.foto {
	position: relative;
	float: left;
	margin: 2px 10px 0 0;
	height: 52px;
	padding-left: 3em;
}

.fotoarticle {
	position: relative;
	float: left;
	margin: 5px 10px 0 0;
	height: 115px;
	padding-left: 1.5em;
	top: 15px;
}

.specialspalteabstand {
	margin-bottom:1px;
	padding:0px;
	font-size: 30%;
}
.grau {
	font-size: 10px;
	color: #999999;
}

.nav_small {
	font-size: 10px;
	color: #660099;
}

.articleby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	left: 10px;
	border-bottom: 1 px;
}
.byline {
	font-size: 86%;
	border-bottom: 1px solid;
	margin: -1.2em 0 1em 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom-color: #8CACBB;
}
.nachoben
	{position:relative; margin-left:30px; width:336px; max-width:336px; clear:both; 
	
}
	
.rot {
	font-size: 85%;
	line-height: normal;
	color: #CC0000;
	}
	
	
.page {
	width: 950px;


	margin top: 1px;
}
.Titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 80%;
}
.fotoindexframe {
	position: relative;
        height: 52px;
	width: 95%;
	padding-bottom: 1px;
	
}
.fotoindexframe_aut {
	position: relative;
	height: 100px;
	width: 95%;
	padding-bottom: 1px;
	background-color: #E8E8FF;
	left: 1px;
}

.fotoindexframe_dow {
	position: relative;
	height: 16px;
	width: 95%;
	padding-bottom: 1px;
	background-color: #E8E8FF;
	left: 1px;
}

.fotoindexframe_dow_zip {
	position: relative;
	height: 16px;
	width: 95%;
	padding-bottom: 1px;
	background-color: #DECEFF;
	left: 1px;
}

.text_FP {
	line-height: 13px;
}
