@charset "iso-8859-1";
/* Global Styles */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg-stripe.png);
	background-repeat: repeat-x;
	background-color: #C4CDD4;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
	
#wrapper {
	text-align: left;
	width: 1000px;
	color: #F2F6FA;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	background-color: #4a6b93;
	}

#top-line {
	background-image: url(../images/top-line.gif);
	background-repeat: no-repeat;
}
	
#header {
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/top-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
	padding-left: 5px;
	}	
	
#header-links {
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	top: auto;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#header-links ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

#header-links li {
	display: inline;
	font-size: 120%;
	word-spacing: 0.5em;
	letter-spacing: 0.1em;
}

#header-links a, #header-links a:link, #header-bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#header-links a:hover {
	color: #D8DEE3;
	}
	
#content-wrapper {
	background-color: #4a6b93;
	background-image: url(../images/bg-navigation.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#main {
	position: relative;
	top: 0;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	margin-right: 220px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #E6ECF2;
	}
	
#main ul {
}

#main li {
}

p {
	font-size: 12px;
	letter-spacing: 0.08em;
}

#main hr {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

	
a, a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


#main h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	padding-top: 20px;
	line-height: 0.1em;
	color: #4A6B93;
	font-weight: normal;
	font-style: italic;
}

#main h1 a {
	color: #4A6B93;
	text-decoration: none;
	font-weight: normal;
}

#main h1 a:hover {
	color: #25476D;
	text-decoration: none;
}

#main h2 {
	color: #93ABC6;
	font-family: Helvetica, Verdana, sans-serif;
	letter-spacing: 0.01em;
	line-height: 0.1em;
	font-size: 110%;
}

#main h2 a {
	color: #93ABC6;
	text-decoration: none;
}

#main h2 a:hover {
	color: #4A6B93;
	text-decoration: none;
}
	
#main img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#main li{
	list-style-image: url(../images/pfeili.gif);
	font-size: 85%;
	}
	
p.small {
	font-size: 85%;
	letter-spacing: normal;
}

.small {
	font-size: 85%;
	letter-spacing: normal;
}

#content {
	background-color: #93abc6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 205px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #25476D;
	border-right-color: #25476D;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a:hover {
	text-decoration: underline;
}
	
#navigation {
	position: relative;
	top: 0;
	left: 0;
	width: 205px;
	float: left;
	text-align: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#navigation hr {
	border-top-style: solid;
	border-top-color: #D8DEE3;
	border-right-color: #D8DEE3;
	border-bottom-color: #D8DEE3;
	border-left-color: #D8DEE3;
	border-top-width: 1px;
}
	
#nav {
	color: #93ABC6;
	list-style-type: none;
}
	
#nav li {
	line-height: 3ex;
	letter-spacing: 0.1em;
	font-weight: bold;
}
	
#nav li a, #nav li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: normal;
}

#nav li a:hover {
	text-decoration: none;
	color: #93ABC6;
}
	
#nav ul li {
	font-size: 70%;
	font-variant: normal;
	text-decoration: none;
	list-style-type: none;
	position: relative;
	right: 10px;
}

#copyright p {
	font-size: 80%;
	margin: 10px;
}
	
#newsbox {
	font-size: 90%;
	position: relative;
	float: right;
	width: 200px;
	top: 100px;
	margin-right: 30px;
	text-align: left;
	line-height: 1.3em;
}

#newsbox p {
	font-size: 90%;
	line-height: 1.3em;
	}

#newsbox table {
	text-align: left;
	left: 0px;
}

#newsbox table td {
	vertical-align: top;
	padding: 0px;
}

#newsbox table a:link,  #newsbox table a:visited {
	text-decoration: none;
}
	
#newsbox h1 {
	color: #F9EDE1;
	letter-spacing: 0.05em;
	font-size: 100%;
	line-height: 0.05em;
}

#newsbox h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	color: #F9EDE1;
	font-style: italic;
	font-weight: normal;
}

#newsbox h1 a {
	text-decoration: none;
}
	
#newsbox img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#newsbox a {
	color: #F9EDE1;
	text-decoration: underline;
}
	
#newsbox a:hover {
	color: #4A6B93;
}
	
div.hr {
	height: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../images/breakline4.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div.hr hr {
  display: none;
}
	
#service {
	list-style: none;
	height: 100%;
	margin: 0;
	padding: 0;
}
	
#service li {
	font-variant: small-caps;
	line-height: 3ex;
	font-size: 120%;
	}
	
#service li a, #service li a:visited {
	text-decoration: none;
	color: #F9EDE1;
	}
	
#service li a:hover {
	text-decoration: none;
	color: #e7dcc7;
	}

#image {
	position:relative;
	left:230px;
	top:0px;
	width:250px;
	height:40px;
	z-index:1;
}

#float {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}


a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #333333;
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

.breadcrumb_oben {
	color: #93ABC6;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.breadcrumb_unten {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}
.breadcrumb_unten img {
	top: 2px;
	position: relative;
	left: -3px;
}

.breadcrumb_unten a {
	color: #4E6E95;
}
.breadcrumb_unten a:hover {
	color: #93ABC6;
	text-decoration: none;
}

#thumbnail {
	float: left;
	padding-right: 10px;
}

table.extras caption {
	margin: 0;
	padding: 0;
	line-height: 2.5em;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	color: #585858;
	font-style: italic;
}

table.extras caption a:link {
	font-weight: normal;
	color: #666666;
}

table.extras img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.extras {
	color: #25476D;
	vertical-align: top;
}

table.extras a {
	text-decoration: none;
	color: #4A6B93;
}

table.extras a:hover {
	text-decoration: underline;
}

table.extras td p {
	display: block;
	margin: 0px;
	padding-left: 12px;
	font-size: 85%;
}

table.extras td p.strong {
	display: block;
	margin: 0px;
	padding-left: 12px;
	font-size: 100%;
	font-weight: bold;
}

table.extras td {
	vertical-align: top;
	padding-bottom: 10px;
}

table.extras tr {
	margin-bottom: 10px;
}

#katalog {
	border: 1px solid #999999;
	width: 100%;
	border-collapse: collapse;
}


#katalog td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
}

.rot {
	color: #CC6633;
}




/* removes the ad from the right side of the toolbar */
/* http://fehrenbacher.com/technology/code/ymp-yahoo-media-player/ymp-trackseek/ */
	.ymp-player-min #ymp-body {
		width: 25px !important;
	}
	.ymp-player-max #ymp-body {
		width: 570px !important;
	}
	#ymp-body #ymp-body-base {
		width: 560px !important;
	}
	#ymp-body #ymp-body-strip {
		width: 560px !important;
	}
	#ymp-body #ymp-relevance {
		display: none !important;
	}
	.ymp-playlist-anchor {
		display: none;
	}
	a.ymp-tray-playlist, a.ymp-tray-playlist:visited {
		color: #FFFFFF !important;
	}
	a.ymp-tray-track, a.ymp-tray-track:visited {
		color: #FFFFFF !important;
	}
}

/* Yahoo! Media Player: Playlist colors */
/* Default color for playlist entries */

/* Currently playing track */
#ymp-tray .ymp-tray-track.playing,
#ymp-tray .ymp-tray-track.playing:hover {
  color:#FFFFFF !important;
  background-color:#93ABC6 !important;
}


/* Yahoo! Media Player: Hide player
#ymp-player,
#ymp-tray,
#ymp-error-bubble,
#ymp-secret-bubble {
  display:none !important;
}
 */

