/* Content und Sidebar-Elemente */

BODY {
	margin: 2px;
	padding: 0px;
	background-color: #354990;
	min-width: 790px;
}

#mymarquee {
    height: 20px;
	width: 340px;
	background-color: #FFF;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF2F33;
}

/* nur Textseiten */ 
#plaintext {
	font-weight: bold;
	color: #FFF;
	background: transparent;
	text-align: left;
	margin: 0 auto;
	width: 790px;
}
#plaintext a {
	color: #FFFFFF;
	text-decoration: none;
}
#plaintext a:hover {
    text-decoration: none;       /* 	orig: text-decoration: underline;   original */
}

#content h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0px;
	color: #354990;
}

#content h2, #sidebar h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#sidebar h2 {
	padding: 2px 0px 2px 0px;	
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

#content p, #sidebar p {
	margin: 0px;
	margin-right: 30px;               /*  orig:   kein Eitrag    */
	padding: 2px 0px 2px 0px;	
	line-height: 110%;                /*    orig:    160%     */ 
}

#sidebar p, #sidebar h2 {
	color: #354990 !important;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight: normal; 
	color: #354990;
}

/* #content a:link, #sidebar a:link {
 	text-decoration: none;  neu hinzugefügt  */

	/* BEGINN Links in der Sidebar:  Rote Schrift, kein Underline */
 
#sidebar a:link {
    color: #E4001C; 
	font-weight: bold;
 	text-decoration: none;  /*  neu hinzugefügt  */
}
	
#sidebar a:visited {
    color: #E4001C;
	font-weight: bold;
	text-decoration: none; /*  neu hinzugefügt */
}
#sidebar a:hover {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; /*  text-decoration: underline;   original*/
}

#sidebar a:active {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; /*  neu hinzugefügt */
}
	/*  ENDE Links in der Sidebar: rote Schrift, kein Underline */
	
#content .sidepicture {
	float: left;
	padding: 1px 0px 0px 0px;
	margin: 1px 10px 0px 0px;
	border: none;
	width: 160px;
}

#content .picturetext {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;	
}

#content .clearer {
	clear: both;
}

#more {
	margin: 5px 0px 0px 0px;
	padding: 4px 0px 10px 0px;
	background: url(../images/pline.gif) no-repeat top right;
	text-align: right;
}

#youarehere {
	display: block;
	text-align: right;
	background: url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

/* Aufzählung */
#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 3px;
	/*    text-transform: UPPERCASE;     */
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */
#content table.cells {
	border: 0px none #DEDEDE;	
	margin: 5px 0px 10px 0px;
}

#content td.cell {
	background-color: #fff;
	padding: 4px;	
	margin: 0px;
}

#content td.headercell {
	font-weight: bold;
	background-color: #354990;
	color: #ffffff;
	padding: 4px;	
	margin: 0px;
}

/* Teaser */
div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
	background-color: #B2B7D4;
	border: 1px solid #666666;
	height: 1%;
}

div.teaser {
	margin: 10px 0px 10px 0px !important; 
	border: none;
	width: 441px;
}

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;
	text-decoration: none;
	color: #ffffff !important;
}

/* Absatztype Formular */
input.box {
	border: 1px solid #DEDEDE;
	width: 270px;
	text-align: left;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border: 1px solid #DEDEDE;
	width: 270px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 100%;
	line-height: 150%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #666666;
	line-height: 160%;
	padding: 2px 0px 10px 204px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */
P.s2d  {
	font-size: 180%;
	color: #354990;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}
