/*
SAP blue: #003366;
WCM blau: #7AB1DC;

*/

/* ----------------- general html structure */
html, body, div, p, td, a, input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, sans-serif; */
	color:#000000;
}
html, body {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	background-color: #003366;
	height:100%;
}

#outerContainer {
    position:relative;
    top:0px;
    left:50%;
    margin:10px 0 0 -478px;
    width:955px; 
    height:auto; 
    background-color:white;
	background-image:url('../images/hintergrund_links.gif');
	background-repeat:repeat-y;
	background-position:0 0px;
}

form {
	margin:0;
	padding:0;
}

textarea {
	width:418px;
	height:85px;
}

img {
	border:0px;
}
/* /----------------- general html structure */

#schmuckblau {
    width: 955px;
    height: 5px;
    line-height: 5px;
    overflow: hidden;
    background-color: #7AB1DC;
}

#containerLeft {
    display: inline; /* IE 6 Hack, sonst wird die Seite zerschossen, weil margin-left verdoppelt */
    float: left;
    width: 240px;
    margin-left: 17px;
    padding-bottom: 30px;
}

#containerRight {
    float: right;
    width: 697px;
    text-align: left;
	background-image:url(../images/hintergrund_nav.gif);
	background-repeat:repeat-x;
	background-position:0 73px;
}



/* ###################################################### */
/* ####################### HEADER ####################### */
/* ###################################################### */

#logo {
    background-color: white;
    padding-top: 1px;
}

#bildLinks {
    border-bottom: 1px solid white;
}

#containerLeft, #bildLinks {

}

#containerLeft div.textItem {
    background-color: #7AB1DC;
    font-size: 11px;
    padding-top: 1px;
    color: white;
}

#containerLeft div.textItem p {
    font-size: 12px;
    color: white;
}

#containerLeft div.textItem p, #containerLeft div.textItem h3 {
    padding: 0 8px 0 8px;
}


/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */

#navigation {
	padding-top: 60px;
    padding-left: 55px;
}

#nav_favoriten {
    position: absolute;
	top: 135px;
    left: 275px;
}

#content {
	margin:0;
	padding: 125px 0 20px 73px;
	width: 570px;
}

div.textItem {
    border-bottom: 1px solid white;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    float: left;
	margin:0px;
	padding:0px;
    background-color: #003366;
}
#navigation ul li {
    float: left;
	margin:0px;
	list-style-type:none;
}

#navigation ul li a {
	display:block;
	min-width:30px;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0 15px 0 15px;
	font-size:13px;
	color:white;
	text-decoration:none;
    white-space:nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
}

* html #navigation ul li a {
    width: 30px; /* für IE6, damit Menüs ordentlich dargestellt werden */
}

#navigation ul li a:hover {
	color:white;
    background-color: #335C85;
}
#navigation ul li.active a {
	color:white;
    background-color: #7AB1DC;
}

/* Level 2 */
#navigation ul.subNavigation {
    position: absolute;
    top: 96px;
    left: 327px;
	width: 650px;
	margin:0;
	padding:0;
    background-color: transparent;
}
#navigation ul.subNavigation li a {
    display: block;
    min-width: 30px;
    float: left;
	height:21px;
	line-height:21px;
	color:#003366;
    font-size: 12px;
	padding:0 15px 0 15px;
    background-color: transparent;
    white-space:nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
}

#navigation ul.subNavigation li a:hover {
    background-color: #E5EBF0;
}

#navigation ul.subNavigation li.active a {
	color:white;
    background-color: #7AB1DC;
}


/* Level 3 */
#navigation ul.subSubNavigation {
	width:200px;
	margin:0;
	padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
	background-image:none;
	border-bottom:0;
	color:#666;
	width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
	background-image:url(../images/subsubnavi_over.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    position: absolute;
    top: 10px;
    left: 750px;
	margin: 0;
	font-size: 11px;
	background-color: transparent;
}
#search label {
	font-size:11px;
	display:block;
	float:left;
	width:42px;
	padding:2px 0 0 0;
}
#search input {
	border:1px solid #ccc;
	width:140px;
	height:12px;
	font-size:10px;
    border: 1px solid #cccccc;
}
#search input.sbmt {
	border:0;
	width:5px;
	height:8px;
	margin:0 0 0 5px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */
#content {
	font-size:12px;
	color:black;

}
#content h1, #content h2 {
	margin:0 0 40px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	color:#003366;
}
#content h1 {
	line-height:22px;
}
#content h1 a {
	color:#0060b1;
	text-decoration:none;
}
#content h2 {
	font-size:14px;
}

#content h3 {
	margin: 6px 0 6px 0;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #black;
}

#content ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}

#content li {
    font-size: 12px;
	padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 2px;
	background-image: url(../images/listdot.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

#downloads {
	height: 35px;
}

#downloads a.active {
	color: #7AB1DC;
}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */
#teasersRight .teaserItem {
	color:#333;
	font-size:11px;
}
#teasersRight .teaserItem h3 {
	color:#0060b1; 
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#teasersRight .teaserItem a.more {
	display:block;
	width:230px;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
	width:200px;
}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */

#fussleiste {
    clear: both;
    width: 955px;
    background-color: #717878;
    height: 20px;
    color: white;
    text-align: right;
}

#metaNavigation {
	position: absolute;
    top: 133px;
    left: 860px;
	padding:0;
    font-size: 11px;
    color: white;
}

#metaNavigation ul#navhelp {
	margin:0;
	padding:0;
}
#metaNavigation ul#navhelp li {
	margin:0;
	padding:0;
    padding-left: 20px; 
	display:block;
    line-height: 16px;
    background-position: 0 3px;
}
#metaNavigation ul#navhelp li a {
	color: white;
}

#fussleiste ul#navhelp {
    margin-right: 15px;
}


#fussleiste ul#navhelp li {
    display: inline;
    padding-left: 15px; 
    line-height: 16px;
    margin-left: 20px;
    background-position: 0 6px;
}

#fussleiste ul#navhelp li a {
    font-size: 10px;
    color: white;
}

/*###################################*/
/*###### Linke Container ############*/
/*###################################*/

#containerLeft h3 {
    font-size: 13px;
    font-weight: bold;
    color: white; /* 7AB1DC */
    margin: 0;
    padding: 0 0 5px 0;
}

#login {
    padding: 8px;
    background-color: #194775;
    border-bottom: 1px solid white;
}

#login label {
	display:block;
	width:60px;
	margin:0 0 0px 0;
}

#login input {
    width: 62px;
    height: 12px;
    font-size: 10px;
    background-color: #D7E8F4;
    border: 1px solid white;
}

#login input.input_searchbox{
    width: 115px;
}


#login input#submit {
    width: 13px;
    height: 16px;
    vertical-align: middle;
}
* html #footer input#loginBtn {
}

#logoutLink {
    background-color: #7AB1DC;
}

#logoutText {
    color: #7AB1DC;
    font-size: 11px;
}

#logoutLink a {
    display: block;
    padding: 8px;
    color: white;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
	text-decoration:none;
    border-bottom: 1px solid white;
}

#nav_restricted {
    padding: 8px;
    background-color: #194775;
    border-bottom: 1px solid white;
}

#nav_restricted ul {
	margin:0;
	padding:0;
}

#nav_restricted li {
	margin:0;
	list-style-type:none;
}

#nav_restricted li a {
	color: white;
    font-size: 12px;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#0060b1;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

#contactForm {
	margin-top: 0px;
	font-size: 11px;
}

#contactForm thead {
}

#contactForm tr {
	height: 25px;
}

#contactForm tr th {
	height: 30px;
}

#contactForm label {
/*	width: 120px; */
	text-align: right;
	padding-right: 10px;
	background-image: url('../images/mandatory.gif');
	background-repeat: no-repeat;
	background-position: right 1px;
}

#contactForm .nonmandatory {
    background-image: none;
}

#contactForm input, #contactForm textarea, #contactForm select {
	border: 1px solid #ccc;
    font-size: 11px;
    padding-left: 3px;
}

.eingabe {
	width: 456px;
}

.eingabe2 {
	width: 163px;
}

.eingabe3 {
	width: 30px;
    margin-right: 8px;
    float: left;
}

.eingabe4 {
	width: 120px;
}

#contactForm select {
	width: 169px;
	padding-left: 0px;
}

#contactForm textarea {
	height: 105px;
	font-size: 10px;
	width: 456px;
}

* html #contactForm textarea {
	width: 466px;
}

#contactForm input, #pwdForm input {
	height: 14px;
}

#contactForm .send, #pwdForm .send, #questionnaireForm .send {
	background-color: #003366;
	color: white;
	height: 20px;
	line-height: 14px;
	border: none;
	cursor: hand;
	cursor: pointer; 
    margin-right: 30px;
    padding: 0 5px 0 5px;
}

#button2 {
    display: block;
    float: left;
	background-color: #003366;
    height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;

}

#button2 a {
    position: relative;
    top: 3px;
	background-color: #003366;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 20px 0px 20px;
}


#contactFormSubmit #contactFormSubmitLeft {
	float:left;
	margin:0 0 0 80px;
	width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
	margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
	float:right;
	width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
	background-color:#fff;
	border:0;
	color:#0060b1;
	padding:0 10px 0 10px;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	float:right;
	margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
	background-image:none;
	padding:0;
	float:left;
}

#contactForm table {
	width:100%;border-collapse:collapse;
}
#contactForm table td {
	padding:0;
}
#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

#pwdForm label {
	display:block;
	float:left;
	width:120px;
}

#pwdForm div {
	height: 25px;
}

#pwdForm #contactFormSubmitLeft input, 
#pwdForm #contactFormSubmitRight input {
	background-color:#fff;
	border: 0;
	color:#0060b1;
	padding:0px 15px 0px 0px;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	margin:0;
}


/* ###################################################### */
/* ####################### Questionnaire FORM ############'#### */
/* ###################################################### */

#questionnaireForm {
	margin-top: 0px;
	font-size: 11px;
}

#questionnaireForm thead {
}

#questionnaireForm tr {
	height: 25px;
}

#questionnaireForm tr th {
	height: 30px;
}

#questionnaireForm td {
	padding: 5px 0 5px 0;
    text-align-vertical: top;
}

#questionnaireForm label {
    display: block;
	text-align: left;
	padding-right: 20px;
    font-weight: bold;
    color: #003366;
        width: 250px;
}

#questionnaireForm input, #questionnaireForm textarea, #questionnaireForm select {
	border: 1px solid #ccc;
    font-size: 11px;
    padding-left: 3px;
}

#questionnaireForm select {
	width: 200px;
}

#questionnaireForm textarea {
	height: 105px;
	font-size: 11px;
	width: 270px;
}

* html #questionnaireForm textarea {
	width: 260px;
}

.nummerierung {
    text-align: left;
    padding-right: 10px;
    width: 20px;
	padding-right: 10px;
    font-weight: bold;
    color: #666666;
}

/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
/* ist nötig, damit unter FF die gefloateten container in ihrer Höhe wahrgenommen werden, sonst wird der Hintergrund verschludert */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/**** TERMINE ****/

.sp0 {
    width: 170px;
    white-space: nowrap;
}

.sp2 {
    padding-bottom: 15px;
}

#mod_tl table, #mod_ttl table {
    border: 1px solid #003366;
    width: 570px;
    margin-bottom: 20px;
}

#mod_tl table th, #mod_ttl table th {
    background-color: #7AB1DC;
    height: 16px;
    color: white;
    padding: 5px;
}

#mod_tl table th h3, #mod_ttl table th h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#mod_ttl table tr {
    height: 16px;
}

#mod_tl table td, #mod_ttl table td {
    padding: 5px;
}


#mod_ttl table tfoot tr {
    height: 12px;
}

#mod_ttl table tfoot td {
    padding: 5px;
    border-top: 1px solid #003366;
}

/**** IMAGE GALLERY ****/
table.gallery {
	margin: 20px 10px 0px 0px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding: 0;
}

table.gallery dd {
}

div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
	text-align: left;
	padding: 0;
}


td.gallery_image{
	height: 220px;
	padding:0px;
	
}
td.gallery_image div.link_image{
	padding:0;  
	background-position:top center; 
	min-height:120px; 
	height:120px; 
	margin-bottom:5px; 
	overflow:hidden;
}
td.gallery_image .bottom_links{
	 height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
	margin-bottom: 0px; 
	text-align:left; 
	width:180px; 
}
td.gallery_image .links{
	margin-bottom: 0px;
}

/**** Kontaktformular ****/


/* Sitemap  */

#sitemap ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}
#sitemap ul li {
    font-size: 12px;
	padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 6x;
	background-image: none; ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
    font-weight: bold; 
}

#sitemap ul li ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}
#sitemap ul li ul li {
    font-size: 12px;
	padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
	background-image: none; ;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
    font-weight: normal; 
}

#level1 {
    color: black;
}

li a #level1 {
    margin: 10px;
}


.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li .level1 {
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
}

.sitemap .level1 {
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

.register {
    font-size: 10px;
    color: white;
}

#iconDownload {
    float: left; 
    margin-right: 10px; 
    margin-bottom: 0px;
}

.small {
	font-size: 11px;
}

#sucMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
  width: 530px;
	background-color: #7AB1DC;
}

#errMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
	width: 530px;
	background-color: #e30000;
}

#madMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
	width: 530px;
	background-color: #FFD700;
}



#partners td img {
    padding: 10px 30px 10px 0;
}

.notvisible {
    visibility: hidden;
}

.nodisplay {
    display: none;
}

