@charset "utf-8";
/* CSS Document */


/* font@face */
@font-face {
    font-family: 'SansationRegular';
    src: url('../fontface/Sansation_Regular-webfont.eot');
    src: url('../fontface/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/Sansation_Regular-webfont.woff') format('woff'),
         url('../fontface/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../fontface/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('../fontface/Sansation_Light-webfont.eot');
    src: url('../fontface/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/Sansation_Light-webfont.woff') format('woff'),
         url('../fontface/Sansation_Light-webfont.ttf') format('truetype'),
         url('../fontface/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('../fontface/Sansation_Bold-webfont.eot');
    src: url('../fontface/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fontface/Sansation_Bold-webfont.woff') format('woff'),
         url('../fontface/Sansation_Bold-webfont.ttf') format('truetype'),
         url('../fontface/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* allgemeine Einstellungen */

body {
		background-color:#FFFFFF;
		}


/* Seitencontainer und inneres Layout */
div#container {
	background-color:#FFFFFF;
	width:760px;
	margin: 0 auto;
	
}

div#servicenavigation {
				height:15px;
				font-size:.7em;
				text-align:right;
				position:relative;
				top:3px;
}

div#branding {
			position:relative; 		
			height:290px;
	}
	
div#mainnavigation {
			margin-top:10px;
			/*background-image:url(../images/navigationsleiste.jpg); 
			background-repeat:no-repeat; */
			background-color:#000099;
			height:20px;
			margin-bottom:30px;
				}
				
#mainnavigation li {
		float:left;
		margin:0;
					}	

.aktuell {
			color:#FFFFFF; 
			background-image:url(../images/hover.jpg);
			background-repeat:repeat-x;
			padding:0 5px 0 5px;
			border-left:1px solid white;
			border-top:1px solid #000099;
			font-family: 'SansationRegular', Arial, Helvetica, sans-serif;
			}	
			
.borderright {
			border-right:1px solid white;
			}			
		


div#texttop {
				position:absolute;
				width:180px;
				height:177px;
				top:40px;
				left:-5px;
				background-image:url(../images/logo.jpg); 
				background-repeat:no-repeat; 
				}

#texttop h1, #texttop h2 {text-indent:-9999px;}

img#header {

position:absolute;
top:210px;
left:567px;
z-index:2;
}


div#content {
color:#000099;
width:500px;
float:left;
min-height:480px;
}

#content img {
	padding:5px;
	border:1px solid #000099;
}


#content h2 {
	font-size:2em;
}

.article {
		padding:10px;
		
		}

div#sidebar {
width:240px;
float:left;
padding:10px;
font-size:.8em;
}

#sidebar_content {
border:1px solid #999999;
padding:5px;
margin-top:-14px;
}

#sidebar_content p {text-shadow: 2px 2px 2px #CCCCCC;}

.subline {font-size:.8em;margin-top:-10px;}

#sidebar h3 {
		
		padding:5px;
		background-color:#000099;
		font-size:1.6em;
		color:white;
	}

#sidebar h4 {
		color:#000099;
	}
	
#sidebar ul {
		font-size:1.1em;
		}

#sidebar li {
		line-height:40px;
		}

div#footer {
clear:both;
height:100px;
border-top:30px solid white;;
background-color:#000099;
color:#ffffff;
}

div#footernavigation {
				font-size:.7em;
				position:relative;
				top:10px;
}

.hidden {display:none;}
/* Navigation */




#mainnavigation a {
				color:#FFFFFF;
				display:inline-block;
				background-image:url(../images/link.jpg);
				background-repeat:repeat-x;
				padding:0 5px 0 5px;
				border-right:0px solid white;
				border-left:1px solid white;
				text-decoration:none;
				font-family: 'SansationRegular', Arial, Helvetica, sans-serif;
				}	


#mainnavigation a:hover {
				display:inline-block;
				background-image:url(../images/hover.jpg);
				background-repeat:repeat-x;
				}	
				
#sidebar a {
				text-decoration:none;
				font-weight:700;
				color:#000099;
				text-shadow: 8px 10px 2px #999999;
				}	


#sidebar a:hover {
				text-decoration:underline;
				}	
				
#sidebar a:visited {
				color:#000099;
				}	


				
#footer a, #servicenavigation a {
				color:#ffffff;
				padding-right:10px;
				padding-left:10px;
				text-decoration:none;
				font-family: 'SansationLight', Arial, Helvetica, sans-serif;
				}	


#servicenavigation a {
				color:#000099;
				}

#footer a:hover, #servicenavigation a:hover {
				text-decoration:underline;
				}	
				

/* root element for each accordion  */
	
	.accordion {
	
		/* some decorations for the accordion root element */
		width:480px;
	min-height:100px;
	float:left;
	margin-right:5px;
	}
	
	/* accordion header */
	.accordion h3 {
		
		margin:0;
		padding:5px;
		background-color:#000099;
		color:white;
		border-top:3px solid white;
		/*text-indent:-9999px;*/
		cursor:pointer;
		background-image:url(../images/plus.jpg); 
			background-repeat:no-repeat; 
			background-position:top right;
			font-weight:400;
			font-size:.9em;
	}
	
	.accordion h3:hover {color:#3399FF; }
	
	/* currently active header */
	.accordion h3.current {
		cursor:default;
		background-image:none;
	}
	
	.accordion h3.current:hover {color:#FFF;}
	
	/* accordion pane */
	.accordion div.pane {
		display:none;
		height:auto;
		padding:10px;
		font-size:.9em;
		font-weight:bold;
		border:1px solid #000099;
	}
	
	
	
	/*  Diashow */
	
	
	#frame
{
	position:relative;
	width:538px;
	height:290px;
	background-color:#000099;
	top:10px;
	left:221px;
	/* serves as a mask */
	overflow:hidden;
	z-index:1;
}



#transition-container
{
	height:450px;
	
	/* should be the sum of all photos */
	width:1086px;
	
	/* position it */
	position:relative;
	top:0px;
	left:0px;
}

.photo
{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'SansationRegular', Arial, Helvetica, sans-serif;
}

