/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2009 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------Eric Meyer reset-------------*/
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------Eric Meyer reset [End]-------------*/

/*----------------General Rules-------------*/
a {
	color:#2c467d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.alt {
	display: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
body {
	background: #fff url(../images/inhalt_bg.png) top left repeat-x;
	font-family: "Arial",Arial,Verdana, Geneva, sans-serif;
	font-size:13px;
}
/*----------------General Rules [End]-------------*/
/*----------------General Layout-------------*/
#wrapper, #headerWrapper, #mood, #mainNav, #breadCrumb, #contentWrapper, #footer {
	width:960px;
	margin: 0 auto;
	text-align: left;
	height:100%;
}
#navWrapper {
	background: transparent url(../images/nav_bg.png) top left repeat-x;
	margin-top:-44px;
}
#contentWrapper {
	background: transparent url(../images/contentWrapper_bg.png) top center no-repeat;
}
#contentContainer {
	padding-top:43px;
}
#contentLeft {
	float:left;
	display: block;
	width: 170px;
}
#contentMiddle {
	float:left;
	display: block;
	width:540px;
	margin-left:30px;
	padding-right:20px;
}
#contentRight {
	float:left;
	display: block;
	width:170px;
}
#contentStartLeft {
	float:left;
	display: block;
	width: 540px;
}
#contentStartRight {
	float:left;
	display: block;
	width: 400px;
	margin-left:20px;
}
/*----------------General Layout [End]-------------*/

/*----------------Header-------------*/
#header {
	display: block;
	height:70px;
	
}
#header h1 a{
	display: block;
	height:70px;
	width:250px;
	background: url(../images/logo.png) top left no-repeat;	
}

#serviceNav {
	position: absolute;
	top:44px;
	width: 950px;
	text-align: right;
}
#serviceNav p{
	font-size:11px;
	color:#939292;
}
#serviceNav a{
	color:#939292;
}
#languageSelect {
	position: absolute;
	top:10px;
	width: 950px;
	text-align: right;
}
#languageSelect div.tx-srlanguagemenu-pi1{
	float:right;
	margin-right:10px;
}
#languageSelect div.tx-srlanguagemenu-pi1 div{
	float:left;
	margin-left:10px;
	padding:1px;
}
#languageSelect div.tx-srlanguagemenu-pi1 div.NO{
	border: 1px dotted #fff;
}
#languageSelect div.tx-srlanguagemenu-pi1 div.CUR{
	border: 1px dotted #ff0000;
}
/*----------------Header [End]-------------*/

/*----------------Mood-------------*/
#moodWrapper {
	height:280px;
    background: transparent url(../images/mood_bg.jpg) center top no-repeat;
    margin-top:10px;
    z-index: -2;
    position: relative;
}
#mood {
	display:block;
	height:291px;
    position: relative;
    z-index: -1;
    /*background: transparent url(../../../fileadmin/DATEIEN/Mood/test.png) top left no-repeat;*/
}
/*----------------Mood [End]-------------*/

/*----------------Navigation-------------*/
#mainNav {
	display:block;
	height:44px;
	margin-top:0px;
}
#mainNav ul{
	list-style: none;
}
#mainNav ul li {
	display:block;
	float:left;
	line-height:30px;
	text-indent: -9999px;
}
#mainNav ul li.last{
	margin-right:0;
}
#mainNav ul li a{
	text-decoration:none;
	color:#ffffff;
	font-size:16px;
	font-weight: normal;
	display:block;
	height:43px;
	background-repeat: no-repeat;
}
#mainNav ul li a:hover {
	background-position: 0 -44px;
}
#mainNav ul li.active a {
	background-position: 0 -88px;
}
#subNav {
	clear:both;
	display:block;
	height:30px;
}
#subNav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#subNav ul li {
	display:block;
	float:left;
	line-height:30px;
	margin-right:5px;
	margin-bottom:8px;
}
#subNav ul li a {
	display:block;
	background: transparent url(../images/subNav_bg.png) top left no-repeat;
	font-size:13px;
	font-weight:normal;
	width:170px;
	height:30px;
	padding-left:0px;
	text-decoration:none;
	padding: 0 5px;
}
#subNav ul li a:hover,#subNav ul li a.active {
	background: transparent url(../images/subNav_o_bg.png) top left no-repeat;
	color:#fff;
}

#subNav ul.subNavLevel2 {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#subNav ul.subNavLevel2 li {
	display:block;
	float:left;
	line-height:30px;
	margin-right:5px;
	margin-bottom:15px;
	border-bottom:1px dotted #3f578c;
	width:160px;
}
#subNav ul.subNavLevel2 li a {
	display:block;
	font-size:13px;
	font-weight:normal;
	width:170px;
	height:30px;
	padding-left:0px;
	text-decoration:none;
	padding: 0 5px;
	background: none;
	color:#3f578c;
}
#subNav ul.subNavLevel2 li a:hover,#subNav ul.subNavLevel2 li a.active {
	color:#535353;
}
/*----------------Navigation [End]-------------*/

/*----------------BreadCrumb-------------*/
#breadCrumb {
	height:23px;
	padding-left: 11px;
}
#breadCrumb p{
	line-height:22px;
	font-size: 11px;
	text-transform: uppercase;
	color:#535353;
}
#breadCrumb a {
	color:#2b4680;
	text-decoration: none;
}
/*----------------BreadCrumb [End]-------------*/

/*----------------Upload Form-------------*/
#contentMiddle #uploadform legend {
	display:none;
}
#contentMiddle div.tx-powermail-pi1 #uploadform{
	background: url(../images/uploadForm_top.png) top center no-repeat;

}
#contentMiddle div.tx-powermail-pi1 fieldset{
	padding:35px 10px;
	overflow: hidden;
}
#contentMiddle div.tx-powermail-pi1_formwrap_91, #contentMiddle div.tx-powermail-pi1_formwrap_135{
	background: url(../images/uploadForm_bottom.png) bottom center no-repeat;	
}
#contentMiddle div.tx-powermail-pi1 #uploadform label{
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
	width:120px;
	display: inline-block;	
}
#contentMiddle div.tx-powermail-pi1 #uploadform input{
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
	margin-right:15px;
}
#contentMiddle div.tx-powermail-pi1 #uploadform input.powermail_submit {
	margin-left:125px;
	margin-top:25px;
}
#contentMiddle div.tx-powermail-pi1 #uploadform #powermaildiv_uid5 {
}

#contentMiddle div.tx-powermail-pi1 #uploadform div.validation-advice {
	margin-left:125px;
	color:#ff0000;
	font-size:13px;
	margin-bottom:12px;
	line-height: 22px;
}
#contentMiddle div.tx-powermail-pi1 #uploadform #files_list div p {
	width:400px;
	display: block;
	float:left;
	overflow: hidden;
}
#contentMiddle div.tx-powermail-pi1 #uploadform #files_list div input {
	margin-left:25px;
	float:right;
}
#contentMiddle div.tx-powermail-pi1 #uploadform #files_list div {
	width:525px;
	clear: both;
}

#contentMiddle div.tx-powermail-pi1 div.tx-powermail-pi1_confirmation {
	padding:15px 10px;
	background: url(../images/uploadForm_bottom.png) bottom center no-repeat;
	overflow: hidden;
}
#contentMiddle div.tx-powermail-pi1 div.powermail_all_table {
		width:500px;
}
#contentMiddle div.tx-powermail-pi1 div.tx-powermail-pi1_confirmation p{
	font-weight: bold;
}
#contentMiddle div.tx-powermail-pi1 div.tx-powermail-pi1_confirmation td.powermail_all_td b {
	display:block;
	width:120px;
	margin-bottom:7px;
}
#contentMiddle div.tx-powermail-pi1 div.tx-powermail-pi1_confirmation td.powermail_all_td {
	overflow: hidden;
}
form.tx_powermail_pi1_formconfirmation_back {
	float:left;
	margin-right:20px;
	margin-top:10px;
}
form.tx_powermail_pi1_formconfirmation_submit {
	margin-top:10px;	
}
/*----------------Upload Form [End]-------------*/

/*----------------Sidebar-------------*/
#contentRight div.sidebar{
	background: transparent url(../images/sidebar_bottom.png) bottom left no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:-5px;
}
#contentRight div.sidebar h2{
	background: transparent url(../images/sidebar_top.png) top left no-repeat;
	min-height:36px;
	padding:12px 10px 0px 10px;
	color:#fff;
	font-size:16px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
}
#contentRight div.sidebar p{
	padding: 0 10px 0 10px;
	font-size:12px;
	line-height:18px;
	color:#333333;
}
#contentRight div.sidebar p a{
	color:#2c467d;
	text-decoration: underline;
}
#contentRight div.sidebar p strong{
	font-weight:bold;
}

/*----------------Sidebar [End]-------------*/



/*----------------Footer-------------*/
#footerWrapper {
	background: #f6f6f6 url(../images/footer_bg.png) top center no-repeat;
	display: block;
	height:68px;
	margin-top:30px;
}
#footer p a{
	color:#939292;
}
#footer p.left {
	padding-top:15px;
	margin-left:200px;
	font-size:11px;
	color:#939292;
}
#id_home0 #footer p.left {
	margin-left:0px;
}
#footer p.right {
	padding-top:15px;
	font-size:11px;
	color:#939292;
	width: 170px;
	display: block;
}
#id_home #footer p.left {
	margin-left:0px;
}
/*----------------Footer [End]-------------*/

/*----------------News-------------*/
/*--Latest--*/
#contentStartRight div.news-latest-item {
	margin-bottom:20px;
}
#contentStartRight div.news-latest-header {
	background: transparent url(../images/news_latest_top_bg.png) top left no-repeat;
	padding:5px 5px 5px 5px;
}
#contentStartRight div.news-latest-item div.news-latest-content{
	background: transparent url(../images/news_latest_bottom_bg.png) bottom left no-repeat;
	padding:0px 5px 5px 5px;
}
#contentStartRight div.news-latest-header h3  {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #3d5589;
	font-style: normal;
	font-family: "Arial Narrow", "Arial",sans-serif;
	padding:3px 5px 0px 7px;
	margin-bottom:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contentStartRight div.news-latest-header h3.sIFR-replaced {
	padding:7px 7px 0px 7px;
}
#contentStartRight div.news-latest-header h3  a{
	color:#fff;
	text-decoration: none;
}
#contentStartRight div.news-latest-header h3  a:hover{
	text-decoration: underline;
}
#contentStartRight div.news-latest-content p {
	padding:0 7px 0 7px;
	font-size:12px;
	margin-bottom:1px;
}
#contentStartRight div.news-latest-content p a{
	color:#3d5589;
	text-decoration: underline;
}
#contentStartRight div.news-latest-content p a:hover{
	text-decoration: none;
}
/*--Latest [End]--*/

/*--List--*/
#contentMiddle div.news-list-container{
}
#contentMiddle div.news-list-item{
	margin-bottom:20px;
}
#contentMiddle div.news-list-text p{
	padding:0 8px;
}
#contentMiddle div.news-list-container h2 {
  font-weight:bold;
  color:#ffffff;
  line-height: 16px;
  height: 23px;
  padding:8px 0 2px 8px;
  margin-bottom:8px !important;
  font-size:16px;
  text-transform: uppercase;
  background-color: #3f578c;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
#contentMiddle div.news-list-container h2 a{
  color:#fff;
}
span.news-list-morelink {
	margin-left:6px;
}
	
/*--List [End]--*/

/*----------------News [End]-------------*/

/*----------------Sidebar -------------*/
#contentRight div.sidebar div.tx-felogin-pi1 {
	padding:0 7px 7px 7px;
}
#contentRight div.sidebar div.tx-felogin-pi1 legend{
	display: none;
}
#contentRight div.sidebar div.tx-felogin-pi1 label {
	color:#333;
	font-size:12px;
	margin-bottom: 3px;
	padding-left:3px;
} 
#contentRight div.sidebar div.tx-felogin-pi1 input {
	color:#333;
	font-size:12px;
	margin-bottom: 7px;
	width:135px;
	border:1px solid #ccc;
} 
#contentRight div.sidebar div.tx-felogin-pi1 #loginsubmit {
	margin-top:5px;
}
/*----------------Sidebar [End]-------------*/

#contentStartLeft h2 {
	font-size:30px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
	color:#2c467d;
	margin-bottom:25px;
	text-transform: uppercase;
}
#contentStartLeft h3 {
	font-size:18px;
	font-family: "Times New Roman", "Times", Times, serif;
	font-weight:bold;
	font-style: italic;
	color:#535353;
	margin-bottom:20px;
	line-height: 27px;
}
#contentStartLeft h4 {
	font-size:15px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
	color:#535353;
	margin-bottom:10px;
	line-height: 23px;
}
#contentStartLeft p {
	font-size:13px;
	color:#000;
	margin-bottom:20px;
	line-height: 22px;
}

#contentStartRight h2 {
	font-size:30px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
	color:#2c467d;
	margin-bottom:25px;
	text-transform: uppercase;
}
#contentStartRight h3 {
	font-size:18px;
	font-family: "Times New Roman", "Times", Times, serif;
	font-weight:bold;
	font-style: italic;
	color:#535353;
	margin-bottom:20px;
	line-height: 27px;
}
#contentStartRight h4 {
	font-size:15px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
	color:#535353;
	margin-bottom:10px;
	line-height: 23px;
}
#contentStartRight p {
	font-size:13px;
	color:#000;
	margin-bottom:20px;
	line-height: 22px;
}

.rgaccord1-content h2 {
display:none;
}

#contentMiddle h2 {
	font-size:30px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
	color:#2c467d;
	margin-bottom:25px;
	text-transform: uppercase;	
}
#contentMiddle h3 {
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	color:#535353;
	margin-bottom:20px;
	line-height: 27px;
}
#contentMiddle h4 {
	font-size:15px;
	font-family: "Arial Narrow", "Arial",sans-serif;
	font-weight:bold;
	color:#535353;
	margin-bottom:10px;
	line-height: 23px;
}
#contentMiddle p {
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
}

#contentMiddle ul {
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
	list-style-type: disc;
	margin-left:15px;
}
#contentMiddle ol {
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
	list-style-type: decimal;
	margin-left:15px;
}

#contentMiddle p a, #contentMiddle ul li a{
	color:#2c467d;
	text-decoration: underline;
}
#contentMiddle p a:hover, #contentMiddle ul li a:hover{
	color:#2c467d;
	text-decoration: none;
}

#contentMiddle p a.download,#contentMiddle ul a.download{
	padding-left:18px;
	background: transparent url(../images/download.gif) top left no-repeat;
}

#contentMiddle p a.external-link-new-window, #contentMiddle ul a.external-link-new-window{
	padding-left:18px;
	background: transparent url(../images/extern.gif) top left no-repeat;
}


