/* So importiert man in eine CSS-Datei eine andere CSS-Datei: @import "layout.css"; */

busy { }

body {
	line-height: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #FFFFFF;
	text-align: left;
	font-size: 12px;
	height: 100%;
}

a#edition, div#edition {
	position: fixed;
	z-index: 110;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background-image: url(../images/design_v3_small.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.maincontainer a:link {
	color: #990000;
	text-decoration: none;
	/* border-bottom: 1px dotted #990000; */	
}

.maincontainer a:visited {
	color: #CC0000;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
}

.maincontainer a:active {
	color: #656500;
	text-decoration: none;
	/* border-bottom: 1px solid #656500; */
}

.maincontainer a:hover {
	color: #656500;
	text-decoration: underline;
	/* border-bottom: 1px solid #656500; */
}

.maincontainer a.external:hover {
	color: #656500;
	text-decoration: underline;
	/* border-bottom: 1px solid #656500; */
}

/* Menueleiste ---------------------------------------------------------*/

/* Mitrollender Header (funktioniert nicht 100%ig):
#header {
	background-image: url(../images/header_background.png); 
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100px;
	text-align: center;
}

#header_content {
	width: 800px;
	position: absolute;
	background-color: #000000;
}

.header_logo {
	height: 60px;
	width: 420px;
	position: absolute;
	margin-top: 7px;
	margin-left: 19px;
	text-align: right;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

.header_logo:hover {
	background-image: url(../images/logo_hover.png);
	background-repeat: no-repeat;
}

#navhorzcontainer {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	position: fixed; 
	z-index: 10; 
	top: 60px; 
	left: 14px; 
	width: 100%;
	height: 30px;
} */

/* Feststehender Header: */
#header {
	background-image: url(../images/header_background.png); 
	position: fixed; 
	z-index: 7; 
	top: 0px;
	left: 0px; 
	width: 100%; 
	height: 100px;
}

.header_logo  {
	z-index: 110;
	width: 90%;
	position: fixed;
	height: 60px;
	width: 420px;
	top: 7px;
	left: 19px;
	text-align: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

.header_logo:hover  {
	background-image: url(../images/logo_hover.png);
	background-repeat: no-repeat;
}

.header_background_right {
	background-image: url(../images/header_background_right.png); 
	background-repeat: no-repeat;
	position: fixed; 
	z-index: 10; 
	top: 0px; 
	right: 0px;
	width: 300px; 
	height: 100px;
	background-color: transparent;
}

#subtitle  {
	z-index: 110;
	width: 90%;
	position: fixed;
	height: 36px;
	top: 17px;
	left: 19px;
	text-align: left;
}

#navhorzcontainer {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	position: fixed; 
	z-index: 10; 
	top: 60px; 
	left: 14px;
	width: 100%;
	height: 30px;
}

#navhorzcontainer ul {
	margin: 0px;
	padding: 0px;		
	list-style-type: none;
	white-space: nowrap;
} 

#navhorzcontainer ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

#navhorzcontainer a {
	color: #333;
	height: 20px;
	padding: 8px 8px 2px 8px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: none;

}

#navhorzcontainer a:link, #navhorzcontainer a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	background-image: none;
}

#navhorzcontainer a:hover, #navhorzcontainer a:active {
	color: #000;
	/* background: #999999; */
	border-bottom: none;
	background-image: url(/portal/templates/priusfreunde_v3/images/header_nav_hover.png);
}

ul#navlist #active {
	color: #000;
	/* background-color: #999999; */
}

ul#navlist #active a {
	color: #000;
/*	background-image: url(/portal/templates/priusfreunde_v3/images/header_nav_active.png); */
}

/* Container ---------------------------------------------------------*/

.maincontainer {
	margin: 120px auto 20px auto;
	width: 780px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

#narrowcontent {
	/* background-color: #FFFFF3; */
	/* border-right: 1px solid #CCCCCC; */
	width: 520px;
	padding: 0px 10px 10px 0px;
	float: left;
}

#widecontent {
	width: 780px;
	padding: 0px 20px 0px 0px;
	float: left;
}

table.blog { /* ehemals .post */
	display: block;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
/*	background-image: url(../images/mainbody_contentheader.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 20px; */
}

.blog {
	text-align: left;
/*	background-color: #F0F0F0; */
}

table.blog:hover {
/*	background-color: #F1F1F1; */ /* Ehemals #EAEAEA */
/*	border-bottom: 1px solid #333333; */
}


.imageContainer { padding: 2px }
.imageBorder { background-color: #fff; padding: 4px; border: solid 1px #ccc; margin: 2px; }
/* .imageImageBorder { border: solid 1px #000 } */
.imageCaption { color: #666; font-size: 10px; font-family: font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }

table.contentpaneopen img { border: 1px solid #000000; margin-bottom: 5px; /* margin: 10px; */ }
table.contentpaneopen img:hover { border: 1px solid #CC0000; }

table.contentpaneopen { /* ehemals .post */
	padding: 0px;
	margin: 0px;
}

table.contentpaneopen td { /* ehemals .post */
	/* display: block; */
	padding: 10px 10px 0px 10px;
	text-align: left;
}

#main_modules { margin-bottom: 10px; width: 520px; }
#main_modules img { border: none; margin: 0px; }

#main_leftcolumn {
	width: 245px;
	float: left;
}

#main_rightcolumn {
	float: right;
	width: 245px;
}

/* .article_seperator {
	width: 540px;
	height: 20px;
	background-color: #FFFFFF;
} */

#textlinks {
	color: #333333; 
	/*font: 12px/150% Georgia, Times, "Times New Roman", serif;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding: 100px 20px 0px 0px;
	margin: -100px 20px 0px 0px;
	width: 420px;
	border-right: 1px dotted #aaa;
	float: left;
	z-index: 1;
}

#textrechts {
	float: left; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 125%;
	margin: 0px 0px 0px -21px; 
	padding: 0px 0px 0px 40px; 
	border-left: 1px dotted #aaa;
	z-index: 1; 
	width: 160px; 
}

#introtext {
	text-align: left;
	background-color: #FFFFFF;
}

#footer {
	/* background-color: #FFFFF3; */
	margin: 20px auto 20px auto;
	border-top: 1px solid #CCCCCC;
	width: 760px;
	padding: 0px 20px 10px 0px;
	float: left;
	font-size: 10px;
}

#footer img {
	border: none;
}

#footer_left {
	margin-top: 5px;
	float: left;
}

#footer_right {
	margin-top: 5px;
	float: right;
}

.sectiontableentry1 {
	background-color: #FFFFFF;
}

.sectiontableentry2 {
	background-color: #EDEDED;
}

#header_login {
	position: fixed; 
	z-index: 7; 
	top: 10px;
	right: 20px;
	text-align: right;
	font-size: 10px;
/*	padding: 5px 5px 0px 5px;
	border: 1px solid #000000; */
}

#mod_login_noaccount_header,#mod_login_usernametext_header,#mod_login_passwordtext_header,a.mod_login_header {
    display: none;
}
form.mod_login_logoutform_header {
    overflow: visible;
}
#header_login a, #header_login a:visited {
	color: #000000;
}

/* Sidebar ---------------------------------------------------------*/

#sidebar {
	text-align: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
	/* padding: 10px 0px 10px 0px; */
	float: right;
	/* border: 1px solid #CCCCCC;
	background-color: #FFFFF3; */
	margin-bottom: 20px;
/*	border-left: 1px solid #CCCCCC; */
}

#sidebar img {
	border: none;
	margin: 0px;
}

/* moduletable */

#top_bild table.moduletable {
	width: 100%;
}

#top table.moduletable {
	width: 100%;
	background-color: #F0F0F0;
}

table.moduletable { /* ehemals #sidebar */
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

table.moduletable th {
	text-align: left;
	padding: 8px 10px 8px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	background-image: url(../images/moduletable_header_yellow.png);
	background-repeat: repeat-x;
}

table.moduletable td {
	text-align: left;
	padding: 10px 10px 10px 10px;
/*	padding: 8px 10px 8px 10px; */
	font-size: 12px;
	background-color: #FFFFCC; /* vorher: #ECF7FF */
}

#header table.moduletable { /* ehemals #sidebar */
	padding: 0px;
	margin: 0px;
}

#header table.moduletable td {
	position: absolute;
	margin: 0px;
	padding: 4px 4px 4px 4px;
	background-color: transparent; /* vorher: #ECF7FF */
}

#narrowcontent table.moduletable {
/*	width: 480px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px; */
}

table.moduletable_menu { /* ehemals #sidebar */
	width: 100%;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

table.moduletable_menu th {
	text-align: left;
	padding: 8px 10px 8px 10px;
	font-size: 14px;
	background-image: url(../images/moduletable_header_yellow.png);
	background-repeat: repeat-x;
}

table.moduletable_menu td {
	text-align: left;
	padding: 0px 0px 0px 0px;
/*	padding: 8px 10px 8px 10px; */
	font-size: 12px;
	background-color: #FFFFCC; /* vorher: #ECF7FF */
}

table.moduletable_search {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable_search th {
	text-align: left;
	padding: 8px 10px 8px 10px;
	font-size: 14px;
	background-image: url(../images/moduletable_header_yellow.png);
/*	background-image: url(../images/moduletable_header_blue.png); */
	background-repeat: repeat-x;
}

table.moduletable_search td {
	text-align: center;
	padding: 10px 0px 0px 0px;
/*	padding: 8px 10px 8px 10px; */
	font-size: 12px;
	background-color: #FFFFCC; /* vorher: #ECF7FF */
}

#info table.moduletable { /* ehemals #sidebar */
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	
/*	background-image: url(../images/info_background.png);
	background-repeat: no-repeat;
	background-position: 10px -10px; */
}

#info table.moduletable th {
	text-align: left;
	padding: 8px 10px 8px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	background-image: url(../images/moduletable_header_red.png);
	background-repeat: repeat-x;
}

#info table.moduletable td {
	text-align: left;
	font-size: 12px;
	padding: 5px;
	background-color: #FFDCDF;
/*	Wenn kein Hintergrundbild:
	padding: 0px 10px 10px 10px; */
}

#main_widecolumn table.moduletable th {
	padding: 8px 10px 8px 0px;
	margin-bottom: 0px;
	font-size: 18px;
	background-image: none;
}

#main_widecolumn table.moduletable td {
	padding: 5px;
	background-color: #FFFFFF;
}

#weihnachten_container {
	width: 100%;
	height: 200px;
	background-image: url(../../../images/stories/allgemein/weihnachten_bgr.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
}

#weihnachten_container div {
	padding: 40px 20px 20px 200px;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
}

/* Weihnachten 2006 */

#weihnachten_2006_container {
	width: 100%;
	height: 280px;
	background-image: url(../../../images/stories/allgemein/weihnachten_2006_bgr.jpg);
	background-repeat: no-repeat;
	background-position: -20px -40px;
	background-color: #000000;
}

#weihnachten_2006_container div {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
}

/* mainlevel (Untermenüs) */

#mainlevel { /* ehemals #sidebar ul */
	border-top: 1px dotted #990000;
	list-style-type: none;
	padding: 0px;
}

#mainlevel a:link, #mainlevel a:visited, #mainlevel a:active {
	display: block;
	border-bottom: 1px dotted #990000;
	padding: 3px 12px 3px 20px;
	color: #990000;
	text-decoration: none;
}

#mainlevel a:hover {
	display: block;
	/* border-bottom: 1px solid #EEEEEE; */
	border-bottom: 1px solid #656500;
	background-color: #FFED97;
}

#mainlevel ul {
	list-style-image: none;
	/* border-bottom: 1px solid #EEEEEE; */
}

*html #navigationAndSearch li { display:inline; } /* IE fix */

/* Textformatierungen -------------------------------------------------*/

a.wiki {
	background-image: url(../images/extern_link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}

.sb_footer, span.fineprint {
	display: none;
}

.postheading {
	margin-bottom: 30px;
}

td.contentheading { /* ehemals h2 */
	font-weight: bold;
	/* text-shadow: 3px 3px 4px #000; */
	font-size: 18px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	width: 100%;
	line-height: 130%;
	margin-top: 30px;
	text-align: left;
	padding: 12px 12px -20px 12px; /* Oder vllt: padding: 8px 10px 0px 10px; */
}

td.contentheading a:link {
	border: none;
}

td.contentheading img { /* ehemals h2 */
	border: none;
	margin: 0px;
	padding: 0px;
}

td.contentheading img:hover { /* ehemals h2 */
	border: none;
}

span.contentheading {
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
}

.small {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	font-weight: normal;
}

.createdate {
	font-size: 10px;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

.datum {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}

a.readon {
	top: 12px;
	position: relative;
}

.big_button {
	padding: 5px;
	margin: 5px 5px 15px 5px;
	background-color: #404F59;
	font-size: 14px;
	color: #FFFFFF;
}

.big_button:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.big_button:active {
  background-color: #FFFFFF;
  color: #00FF00;
}

a.big_button:hover {
	text-decoration: none;
}

/* .quote {
	background: #EEEEEE url(images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
	text-indent: 3px;
} */

span.quote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	display: block;
	color: #666666;
}

.mosimage_caption {
	background-color: #999999;
	padding: 5px;
	margin: -10px 10px 10px 10px;
}

.pf-spezial {
	margin: 0px;
	padding: 0px;
}

h1 {
	line-height: 150%;
}

h2 {
/*	background-image: url(../images/mainbody_header.png);
	background-repeat: repeat-x;
	padding: 30px 20px 30px 20px; */
	width: 100%;
	padding: 10px 5px 10px 5px
}

h2.tab {
	font-size: 14px;
}

table.moduletable ul {
	margin-left: 10px;
	padding-left: 10px;
}

table.moduletable li {
	list-style-image: url(../../../images/M_images/arrow.png);
	list-style-position: inherit;
}

#main_widecolumn table.moduletable ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#main_widecolumn table.moduletable li {
	list-style-image: none;
	margin-bottom: 15px;
}

#main_widecolumn h3 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	bottom: 0px;
}

/* Sonstige Aktionen */

#programmpunkte caption {font-size: 1.7em; color: #000000; text-align: left;} /* ehem. color: F06; */
#programmpunkte table {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
#programmpunkte td, th {padding: 8px 4px 8px 4px; border-bottom: 1px solid #EEE; }
#programmpunkte td + td {border-left: 1px solid #FAFAFA; color: #999; }
#programmpunkte td + td + td {color: #666; border-left: none; }
#programmpunkte th {text-align: left;}
#programmpunkte th + th {text-align: right;}
#programmpunkte th + th + th {text-align: left;}
#programmpunkte tr { background-color: #F8F8F8; color: #666;}
#programmpunkte tr:hover { background-color: #E1E1E1;}

tfoot th {text-align: right;}
thead tr, tfoot tr { color: #555; font-size: 14px; }


#programmpunkte ul {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#programmpunkte ul li {
	background-color: #CCCCCC;
	padding: 5px;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
}

/* Priustreffen Speyer */

#pf_speyer_top {
	background-image: url(../../../images/stories/priustreffen/speyer_content_top.png);
	background-color: #000000;
	background-position: top;
	background-repeat: no-repeat;
	width: 520px;
	padding: 79px 0px 0px 0px; /* bei speyer_content_top_small.png 123px */
	color: #FFFFFF;
}

a#pf_top_link:hover { text-decoration: none; }

#pf_top_text { padding: 0px 10px 10px 10px; }

/* Philaform */

#philaform_table {
	background-color: #E6E6E6;
	margin: 3px 0px 3px 0px;
	padding: 2px 3px 0px 3px;
	border-top: 1px solid #666666;
}

#philaform_table h4 {
	margin: 0px;
	padding-top: 2px;
}

/* Sonstige Klassen und IDs */

#zur_anmeldung {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	position: fixed; 
	z-index: 10; 
	top: 1px; 
	left: 74%;
	width: 100%;
	height: 30px;
}

#platzhalter, .platzhalter { width: 500px; overflow: hidden; }

#kommentarbereich {
	width: 100%;
	clear: both;
}

#kommentarbereich img { border: none; padding: 0px; margin: 0px; }

/* Gallery2 */

#gallery{
  color            : black;
  font-size: 90% !important;
}

#gallery h1, h2, h3, h4, h5, h6, 
.giDescription, 
.autoCompleteBackground, 
.autoCompleteHighlight,
.autoCompleteNotSelected,
.autoCompleteNotSelected{
  color: black !important;
}

#gallery table.gbDataTable th { 
    background : #ffffff !important;
    color : #ffffff !important;
}
#gallery .gcBackground1, .gbEven { background-color: #ffffff !important; }
#gallery .gcBackground2, .gbOdd { background-color: #ffffff !important; }

#gallery .summary{ color: #000000; }

#gsHeader { display : none; }

