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

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

.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; */
}

/* Men¬∏leiste ---------------------------------------------------------*/

.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;
}

#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_wide/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_wide/images/header_nav_hover.png);
}

#header_print { display: none; } 
/* 	in der Datei "view.php" (components/com_joomlaboard/) muss in der Zeile,
	in der das Stylesheet "forum.css" importiert wird, zusaetzlich "media="screen"" stehen
*/

/* #forum_search {
	z-index: 110;
	position: absolute;
	top: 7px;
	right: 19px;
	text-align: left;
} */

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

.maincontainer {
	
	/*margin: 120px auto 20px auto;
	geaendert wegen IE 8
	*/
	margin: auto auto 10px auto;
	position: relative;
	top: 120px;
	
	width: 760px;
	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: 500px;
	padding: 0px 20px 10px 0px;
	float: left;
}

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

table.contentpaneopen { /* ehemals .post */
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
	text-align: left;
}

.contentpaneopen {
	text-align: left;
}

table.contentpaneopen:hover {
	background-color: #EAEAEA;
	border-bottom: 1px solid #333333; 
}

table.contentpaneopen img { border: 1px solid #000000; margin: 10px; }
table.contentpaneopen img:hover { border: 1px solid #CC0000; }

#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 {
	margin: 20px auto 20px auto;
	border-top: 1px solid #CCCCCC;
	width: 760px;
	padding: 0px 20px 10px 0px;
	float: left;
	font-size: 10px;
}

.sectiontableentry1 {
	background-color: #FFFFFF;
}

.sectiontableentry2 {
	background-color: #EDEDED;
}

#header_login {
	position: fixed; 
	z-index: 90; 
	top: 15px;
	right: 15px; 
	height: 100px;
	text-align: right;
}

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

.sb_footer {
	display: none;
}

span.fineprint {
	display: none;
}

.postheading {
	margin-bottom: 30px;
}

td.contentheading { /* ehmals h2 */
	font-weight: bold;
	/* text-shadow: 3px 3px 4px #000; */
	float: left;
	font-size: 18px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	padding-bottom: 15px;
}

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

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

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

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


/* 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 .gbBreadCrumb { display: none; }

#gallery .summary{ color: #000000; }

#gsHeader { display : none; }

