/* 

	CSS Document 
	

	Schiftfarbe Fließtext:	#275274			dunkles blau
	Hintergrund Navigation:	#83BAD8			helles blau
	
	
*/


html, body, #doc2 {
	min-height: 100%;
	height: 100%;
	color:#275274;
	text-align:left;
	
	}
em {font-style:italic;}
a, a:hover {
	text-decoration:none;
	color: #275274;
	}

p a, p a:hover, #content a:hover, #content a {
	text-decoration:underline;
	color: #275274;
	}

a:hover {
	/*text-decoration:underline;*/
	border-bottom: 0px dotted #275274;
	/*font-weight:bold;*/
	}

.image a:hover {
	border-bottom: 0px dotted #275274;
	}
	
.navigation {
	min-height: 210px;
	background-color: #83BAD8;
	/*font-size: 12px;		jetzt auch per Aaa grösse veränderbar*/
	padding:10px 0;
	}

.navigation_shadow {
	height: 20px;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	}
	
#bd {
	width:1004px;
	}
	
.header {
	height: 235px;
	}	

/*************
NAVIGATION
**************/	
	
.navigation ul li {
	list-style-type:none;
	list-style-position:outside;
	padding-bottom:2px;
	}
	
ul#navigationL1, ul#navigationL2, ul#navigationL3 , ul#navigationL4 {
	margin-top: 40px;
	float:left;
	/*border:1px solid #006666;*/
	/*width:125px;*/
	display:inline;
	border:0px solid red;
	}
ul#navigationL2 {
	/*width:155px;*/
	
	}
	
ul#navigationL3 {
	/*width:170px;*/
	margin-bottom: 30px;
	}
	
ul#navigationL1, ul#navigationL2 {
	margin-right: 10px;
	}

ul#navigationL3 li {
	font-size:1em;
	}

ul#navigationL4 li {
	margin-left:15px;
	}

.selected a {
	font-weight:bold;
	}

	
/*************
BREADCRUMB
**************/	
#breadcrumb {
	padding-left: 0px;
	/*font-size:12px;		jetzt auch flexibel per AAA änderbar */
	margin-left:25px;
	}
	
#breadcrumb li {
	float:left;
	list-style-type:none;
	padding-right:5px;
	padding-left:0px;
	list-style-position:10px 10px;
	padding-bottom:15px;
	padding-top:5px;	
	}

#breadcrumb li.first {
	list-style-type:none;
	list-style-image:none;
	}


/*************
TOPMESSAGE
**************/	
	
#topmessage {
	margin-top: 40px;
	width: 350px;
	margin-left: 75px;
	height: 170px;
	}

#topmessage p {
	margin-left:25px;
	}
	
#topmessage a, #topmessage a:hover {
	font-weight: bold;
	}

#topmessage h1 {
	color: #D7EBF2;
	font-size:22px;
	background-image:url(../images/pre_head_h1.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:25px;
	}

/*************
CONTENT
**************/		

#content {
	display: inline;
	}

#content h1 {
	color: #84BAD2;
	font-size:1.5em;
	background-image:url(../images/pre_content_h1.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:25px;
	padding-bottom: 1em;
	clear:both;
	}

#content h2 {
	font-weight: bold;
	}

	
#content h3 {
	color: #84BAD2;
	margin-left: 25px;
	font-weight: bold;
	}
p.clear, br.clear, span.clear {
	clear:both;
	
	}	

#content p {
	padding-bottom: 1.2em;
	margin-left: 25px;
	line-height:1.25em;
	}
	
#content ul {
	padding-bottom: 1.2em;
	margin-left: 40px;
	line-height:1.25em;
	}
	
#content table {
	padding-bottom: 1.2em;
	margin-left: 25px;
	}

#content .contentBlockRigth p {
	padding-left:0px;
	margin-left:0px;
	}
	
#content .contentBlockRigth {
	/*padding-left:25px;*/
	}
	
#content ul {
	padding-bottom: 1.2em;

	line-height:1.25em;
	}
	
#content ul li {
	list-style-position:outside;
	list-style-type:none;
	list-style-image: url(../images/dot2.gif);
	}	
	
	
#content p.first {
	font-weight: bold;
	color: #83BAD8;
	}

/*************
YUI ANPASSUNGEN
**************/		
.yui-gd	 div.yui-u {
	width: 680px;
	padding-left: 0px;
	
	}
		
.yui-gd div.first {
	width: 22%;
	margin-left:75px;
	display:inline;
	}
/*nicht mehr zentriert*/	
#doc2 {
	margin: 0px;
	}
	
	
		
/*************
	SHORTNEWS
***************/	
	
	
#shortnews_container {
	font-size: 0.85em;
	padding-left: 20px;
	width: 190px;
	padding-top: 0px;
	}

#shortnews_container h1 {
	font-weight: bold;
	}
	
#shortnews_container p {	
	background-repeat:repeat-x;
	background-position:bottom;
	}
	
#shortnews_container p a, #shortnews_container p a:hover {
	font-weight: normal;
	}
	
/*************
	NEWSITEMS
***************/

.newsitem {
	margin-left:25px;
	clear: both;
	padding-bottom: 2.5em;
	}


	
#content .newsitem p,
#content .newsitem h1 {
	margin-left: 0px;
	padding-left: 0px;
	}

.newsitem .content {
	float:left;
	width:390px;
	}

.newsitem .contentNoImage {
	width:600px;
	}
	
.newsitem .newsimage {
	float: left;
	width: 220px;
}
.newsitem .newslist_image {
	float: left;
	width: 220px;
	height:132px;
	overflow:hidden;
}

.newsitem .newslist_image span{
	margin-bottom:10px;
}

#content .image {
	float: left;
	width: 160px;
	display: inline;
	margin-right: 25px;	
	padding: 3px;
	border:1px dotted #83BAD8;
	font-size:0.8em;
	margin-left:25px;
	margin-bottom: 3em;
}

#content .imageBreit {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	width:310px;
	padding: 3px;
	border:0px dotted #83BAD8;
	font-size:0.8em;
	display: inline;
}

#content .image span a,
#content .imageBreit span a {
	color:#A1B2BF;
	}

.newsitem .newsimage span {
	font-size: 0.7em;
	float: left;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-top:2px;
	color: #275274;
	width:172px;
	}

.newsitem .newsimage img {
	border:1px dotted #83BAD8;
	padding: 5px;
	float:left;
}

.newsitem .newslist_image img {
	border:1px dotted #83BAD8;
	padding: 5px;
	float:left;
}

.newsitem .newsimage .newsimageGallery  {
	padding-top:15px;
}

#content .newsitem .newsimage .newsimageGallery  h3 {
	color: #84BAD2;
	margin-left: 0px;
	font-weight: normal;
	}
	
.newsitem .newsimage .newsimageGallery img {
	border:0px dotted #83BAD8;
	padding: 5px;
}


#content .newsitem .content h1 {
	background-image:none;
	font-size: 1em;
	font-weight: bold;
	color: #84BAD2;
	padding-bottom:0em;
	clear:none;
	}








/*************
	SUCHBOX
***************/	

#globalsearch {
background-position:100% 0pt;
background-repeat:no-repeat;
height:25px;
right:0pt;
top:0pt;
width:163px;
}
#globalsearch.active {
background-position:100% -38px;
}
#globalsearch input.g-prettysearch {
background:transparent url(images/searchfield_repeat.png) repeat-x scroll center top;
height:16px;
margin-left:11px;
margin-top:9px;
width:140px;
}
#globalsearch .search-wrapper {
margin-left:11px;
margin-top:2px;
position:relative;
width:165px;
}
#globalsearch .search-wrapper input.g-prettysearch {
margin-left:20px;
width:110px;
}
#globalsearch .search-wrapper .left, #globalsearch .search-wrapper .right {
}
#globalsearch .search-wrapper .left {
background:transparent url(../images/searchfield_leftcap.png) no-repeat scroll left top;
display:block;
height:23px;
left:0pt;
position:absolute;
top:0pt;
width:10px;
}
#globalsearch .search-wrapper .right {
background:transparent url(../images/searchfield_rightcap.png) no-repeat scroll right top;
display:block;
height:23px;
position:absolute;
right:0pt;
top:0pt;
width:30px;
}

#globalsearch .search-wrapper .right input {
	padding-left:10px;	
	}

	
#globalsearch .search-wrapper .reset {
background:transparent url(http://images.apple.com/euro/global/nav/images/close.gif) repeat scroll 0%;
cursor:pointer;
display:block;
height:11px;
overflow:hidden;
position:absolute;
right:4px;
top:4px;
width:11px;
z-index:1;
}
#globalsearch .search-wrapper.empty .reset {
display:none;
}
#globalsearch .search-wrapper input.g-prettysearch {
background:transparent url(../images/searchfield_repeat.png) repeat-x scroll center top;
border:0px none;
font-family:"Lucida Grande",Geneva,Arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0pt;
padding:3px 0pt 0pt;
position:absolute;
right:20px;
top:1px;
width:135px;
height:18px;
}
#globalsearch label .prettyplaceholder {
display:none;
}
	
#advanced_search_link {
	font-size:0.85em;
	padding-left: 20px;
	}
	




/*************
	EMAILBOX unter Kontakt
***************/	

.globalemail {
background-position:100% 0pt;
background-repeat:no-repeat;
height:25px;
right:0pt;
top:0pt;
width:83px;
}
.globalemail.active {
background-position:100% -38px;
}
.globalemail input.g-prettysearch {
background:transparent url(images/searchfield_repeat.png) repeat-x scroll center top;
height:16px;
margin-left:11px;
margin-top:9px;
width:60px;
}
.globalemail .search-wrapper {
margin-left:11px;
margin-top:2px;
position:relative;
width:85px;
}
.globalemail .search-wrapper input.g-prettysearch {
margin-left:20px;
width:110px;
}
.globalemail .search-wrapper .left, .globalemail .search-wrapper .right {
}
.globalemail .search-wrapper .left {
background:transparent url(../images/searchfield_leftcap.png) no-repeat scroll left top;
display:block;
height:23px;
left:0pt;
position:absolute;
top:0pt;
width:10px;
}
.globalemail .search-wrapper .right {
background:transparent url(../images/searchfield_rightcap.png) no-repeat scroll right top;
display:block;
height:23px;
position:absolute;
right:0pt;
top:0pt;
width:30px;
}

.globalemail .search-wrapper .right input {
	padding-left:10px;	
	}

	
.globalemail .search-wrapper .reset {
background:transparent url(http://images.apple.com/euro/global/nav/images/close.gif) repeat scroll 0%;
cursor:pointer;
display:block;
height:11px;
overflow:hidden;
position:absolute;
right:4px;
top:4px;
width:11px;
z-index:1;
}
.globalemail .search-wrapper.empty .reset {
display:none;
}
.globalemail .search-wrapper input.g-prettysearch {
	background:transparent url(../images/searchfield_repeat.png) repeat-x scroll center top;
	border:0px none;
	font-family:"Lucida Grande",Geneva,Arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0pt;
	padding:3px 0pt 0pt;
	position:absolute;
	right:20px;
	top:1px;
	width:55px;
	height:18px;
}
.globalemail label .prettyplaceholder {
display:none;
}

	
/***********
Footer
*************/

#ft {
	text-align:left;
	color:#83BAD8;
	font-size:9px;
	padding-left: 75px;
	padding-top: 50px;
	padding-bottom: 25px;	
	clear:both;
	}
	
strong {
	font-weight:bold;
	}
	
	
#short_news_list {
	margin-top:0px;
	}
	
#short_news_list p a {
	font-weight:normal;
	}

#short_news_top p a {
	font-weight:normal;
	}
	
#shortnews_container .topic {
	margin-top:20px;
	padding:3px;
	border-bottom:1px dotted #D1E2EF;
	font-weight:normal;
	font-size:1.4em;
	color:#84BAD2;
	padding-left:0px;
	} 

#shortnews_container .subtopic {
	margin-top:0px;
	padding:3px;
	font-weight:normal;
	font-size:0.8em;
	padding-left:0px;
	margin-bottom: 10px;
	color: #84BAD2;
	/*color: #C3D3DF;*/
	} 

/**************
Kontaktformular
***************/

#kontakt_cont {
	width: 595px;
	margin-top:24px;
	margin-bottom: 20px;
}
#k_tab {
	
	
	width: 680px;
	font-size:12px;
}	

#k_cont {
	width: 680px;
	background-image: url(../images/tabs_back.gif);
	background-repeat: repeat-y;
	color: #275274;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#k_cont #map_canvas a {
	color: #6882BA;
}

#k_foot {
	background-image: url(../images/tabs_foot.gif);
	height: 15px;
	width: 680px;
	line-height: 0px;
}
#k_tab ul {
	list-style:none;
	width: 595px;
	height: 24px;
	padding-left:0px;
	margin:0px;
	}
	
#k_tab li {
    list-style: none;
	display: inline;
	text-align: center;
	}
	
#k_tab1 a {
	width:143px;
	height:20px;
	padding-top:4px;
	text-align: center;
	 }
#k_tab2 a {
	width:143px;
	height:20px;
	padding-top:4px;
	text-align: center;
	 }
#k_tab3 a {
	width:143px;
	height:20px;
	padding-top:4px;
	text-align: center;
	 }
#k_tab li a {
	text-decoration: none;
	display:block;
	float:left;
	}
#k_adresse {
	width: 400px;
	position: relative;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	line-height: 1.1;
}
.sendbutton {
	border:none;
	margin-top:5px;
	padding:0px;
}



/**********
Formularfelder
***********/

input,
textarea {
	color: #275274;
	}

.kontaktform_left {
	width: 310px;
	padding-left:20px;
	float:left;
	border:0px solid red;
	}

.kontaktform_left h2,
.kontaktform_right h2 {
	padding-bottom:1.3em;
	padding-top:1.6em;
	}

.kontaktform_right {
	width: 300px;
	padding-left:10px;
	float:left;
	border:0px solid green;
	}
		
.kontaktform_line2 input,
.kontaktform_line1 input,
.kontaktform_line1 textarea {
	width: 115px;
	border: none;
	background-color: #DAEAF3;
	padding: 3px;
	
	}
	
.kontaktform_line2 {
	float:left;
	width: 130px;
	margin-bottom:5px;
	}

.kontaktform_line1 {
	width:270px;
	clear:both;
	margin-bottom:5px;
	border:0px solid yellow;
	}

.kontaktform_line1 input {
	width:245px;
	}


.kontaktform_line1 textarea {
	height:120px;
	width: 245px;
	}
	
.infoMsg {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom:1em;
	}
	
.navigation_left,
.navigation_right {
	width:49%;
	width: 470px;
	/*height:210px;*/
	float: left;
	}
	
.navigation_left {
	height: 100%;
	width: 530px;
	}
	
#navigation_seperator	 {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../images/linie.gif);
	background-position:500px 50%;
	background-repeat:repeat-y;
	
	}
	
.contentBlockRigth {
	float:left;
	width:400px;
	}
.contentBlockRigthSmall {
	float:left;
	width:220px;
	}

#content .contentBlockRigthSmall ul {
	margin-left: 40px;
	}
	
.newsitem .contentBlockRigth {
	width:380px;
	}

#content .contentBlockRigth  p {

	}
	
#content .contentBlockRigth  ul {
	margin-left: 15px;
	}
	
#content .contentBlockRigth  ul li {
	list-style-position:outside;
	}

#k_tab ul li a:hover {
	border:0px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* -------->> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

