/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
a:link,a:visited
{
	text-decoration: none;
	color: white;
}

a:hover,a:active,a:focus
{
	text-decoration: underline;
	color: black;
}

#navig_container a:link,navig_container a:visited
{
	text-decoration: none;
	color: black;
}

#navig_container a:hover,#navig_container a:active,#navig_container a:focus
{
	color: white;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}


p {
	line-height:1.4em;
	margin:5px 0;
}
img{
	border: 0;
}

/* ###########  header content #############  */
#header
{
	background: url(../images/header.jpg) no-repeat top left; 
	width: 1024px;
	height: 299px;
	margin: 0;
	position: relative;
	text-align: right;
}
#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo
{
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:0em;
	width: 390px;
	padding-top: 80px; 
    float: left;
}

#logo img
{
	display:block;
}

#navig
{
	background: url(../images/top.jpg) no-repeat 0 0; 
	width: auto;
	height: 31px;	
}
#navig_container{
	position: absolute;
	z-index: 100;
	left: 260px;
	top: -31px;
}
#contentarea
{
	margin: 0px;
	padding: 0px;
	width: 1024px;
	background: #B885B6 url(../images/content_pane.jpg) repeat-x left 65px;
}
#wrapper { 
    margin: 0px; 
    width: auto; 
}


#jsn-maincontent_inner {
	background: transparent url(../images/content_top.jpg) no-repeat left top;
	padding: 0 0px;
    width: auto; 
    min-height: 65px;
}
#jsn-maincontent_bottom {
	background: transparent url(../images/content_bottom.jpg) no-repeat 0 bottom;
    width: auto;
    z-index: 100;
	min-height: 337px;	
}
#left
{
	background: transparent url(../images/left_rp.jpg) repeat-y 0 0;	
}

#right
{
	background: transparent url(../images/right_rp.jpg) repeat-y 100% 0;
}
#jsn-box-left { 
	background: transparent url(../images/left.jpg) no-repeat 0 65px; 
    min-height: 337px; 
    }
#jsn-box-right { 
	background: transparent url(../images/right.jpg) no-repeat 100% 65px; 
    min-height: 337px; 
    
	}
	
/*  Search box  */
#header form
{
	background:#C39;
	border:solid 0 #000;
	float:right;
	height:5em;
	min-width:240px;
	text-align:left;
	padding:0 0 0 20px;
}

* html #header form
{
	height:65px;
}


/* ################# breadcrumbs ################ */
#breadcrumbs {
background:#93246F;
min-height:5em;
padding-top:0;
text-align:left;
color:#fff;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
height:65px;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
background:#93246F;
color:#fff;
}

#breadcrumbs span {
color:#fff;
font-size:0.9em;
padding:7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
background:#000;
color:#fff;
text-decoration:none;
}

/* ################ left ######################## */

#left form {
  background: transparent;
  color:#000;
  font-size:0.9em;
  margin:0px 0 0px 0px;
  padding:0px 40px;
  }
 

#left h3,#right h3 {
/*color:#000;
font-family:trebuchet MS, sans-serif;
font-size:1.2em;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;*/
}

/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

.small {
border:solid 0;
color:#932467;
font-size:0.85em;
margin:0 0 20px;
}


/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* ###############  right #################  */



#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}


/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}


#footer {
background:#93246F;
color:#fff;
padding:0px;
text-align:right;
background: transparent url(../images/bottom.jpg) no-repeat left top;
height: 81px;
}
#footer .moduletable {
margin:0px 0;
padding:0px;
text-align: center;
}


#footer a {
color:#fff;
}
#footer #jsn-pfooter{
	margin: 0 auto;
	width: 33%;
	padding: 4.1em 0 0 0;
}


table.contentpaneopen {
   	margin: 0 40px;
    width: 920px;
		   
}
table.contentpaneopen p {
   padding: 10px 10px;     
}

table.albumtable{
	margin: 40px 35px;
	width: auto;
	margin: 40px auto;
	background=:#CCCCCC;
}
/*#system-message{ margin-top: 45px; }
#system-message dt { display: none; }
#system-message dd.message ul { 

margin:0px;
font: Georgia, "Times New Roman", Times, serif;
font-weight: bolder;
padding-left: 40px; 
text-indent:0px;
color:#990099; 
text-decoration: none;
list-style: none;}*/

/* System Standard Messages */
#system-message { position:absolute; left:0px; top: 0px; width: 100%; }
#system-message dt { display: none; }
#system-message dd.message ul { background: url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 0px solid #DE7A7B; border-bottom: 0px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px; font-weight: bolder;
font: Georgia, "Times New Roman", Times, serif;
font-weight: bolder; text-indent:0px;
color:#990099; 
text-decoration: none;
list-style: none;
}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 1px solid #DE7A7B; border-bottom: 1px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 1px solid #F0DC7E; border-bottom: 1px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}
.er_message{ position:relative; margin: 0, auto; padding: 0 0 0 0px; padding-bottom: 2px;}

