@charset "ISO-8859-1";
/* CSS Document */
/* 
   Hilfreiche Info:
   Helles Gelb: #ffd75e
   Dunkles Gelb: #fdb913
*/
/*Globaler CSS Reset*/
* {
	margin: 0;
	padding: 0;
}
html {
	/* Standardschrift und häufigste Schriftgröße, Stil und Farbe */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000;
}
body {
    background:#666666;
}
/* Zusaetzliche Schriftarten (normale Schrift ist bereits definiert */
h1 {
	color:#CF5A03;
	font-size: 14px;
	font-weight:bold;
	margin-bottom:13px;
}
p {
	margin-bottom:11px;
}
p.subueberschrift {
	color:#CF5A03;
	font-weight:bold;	
}
hr {
	color:#fdb913;
	background-color:#fdb913;
}
a {
	color:#000;
	text-decoration: underline;
}
	a:hover {
		background: #fdb913;
	}
	a:visited {
		color:#000;
		text-decoration: underline;
	}
table#sponsorentabelle {
	margin-top:1em;
	margin-bottom:1em;
	width:100%;
	border-spacing: 2em;
}
	table#sponsorentabelle tr#sponsor {
		height: 90px;
	}
	table#sponsorentabelle td#sponsorenlogo {
		text-align: center;
		padding-right: 1em;
	}
	table#sponsorentabelle td#sponsorenname {
		padding-left: 1em;
		font-weight: bold;
		text-align:left;
	}
table#sitemap {
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
	table#sitemap td {
		vertical-align:top;
		margin: 10px;
		padding:10px;
	}
	table#sitemap ul, li {
		list-style: none;
	}
	table#sitemap li#subNav {
		text-indent: 1em;
	}
.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
audio {
	width:170px;
	height:25px;
}
/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 300px; 
    height: 270px;  
    text-align:center; 
    margin-left:auto;
	margin-right: auto;
	margin-top: 1em;
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
div#main {
	background:url(../body/img/left_nav.jpg) #FFF repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 954px;
	height: auto;
	overflow:visible;
}
img {
	border: none;
	padding:0px;
	margin:0px;
}
div#logo {
	background:#ffd75e;
	width:140px;
	height:120px;
	float:left;
	display: inline;
}
div#header {
	background:url(../header/img/Stephansdom_header.jpg) no-repeat #ffd75e;
	width:814px;
	height:120px;
	float:left;
	display: inline;	
}
div#head_nav {
	background:#ffd75e;
	float:left;
	width:954px;
	height:30px;
	text-align:right;
	font-size: 13px;
	font-weight:bold;
	display: inline;
}
	div#head_nav ul {
		padding-top:7px;
	}
		div#head_nav li {
			list-style: none;
			display:inline;
		}
			div#head_nav li a {
				padding:5px;
				background:#ffd75e;
				text-decoration:none;
				color:#000;
			}
			div#head_nav li a:hover {
				background:#fdb913;
				text-decoration:none;
				color:#000;
			}
			div#head_nav li a.aktiv {
				color:#000;
				background: #fdb913;
				text-decoration:none;
			}
div#body {
	height:100%;
	background:url(../body/img/left_nav.jpg) repeat-y #FFF;
}
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
div#left_nav{
	background:#ffd75e;
	float:left;
	width:140px;
	height:100%;
	font-size: 13px;
	font-weight:bold;
	_display:inline;
}
	div#left_nav ul {
		list-style: none;
		padding:0;
		margin:0;
	}
		div#left_nav li {
			float: left;
			margin: 0px;
			padding:0px;
			padding-left:5px;
			display: block;
			width: 135px;
			height:auto;
			line-height: 2em;
		}
		div#left_nav li#subNav {
			font-size:9px;
		}
		div#left_nav li#subNav_3 {
			font-size:9px;
			text-indent: 1em;	
		}
		div#left_nav li a {
			width:auto;
			height:auto;
			color: #000;
			text-decoration: none;
			text-align: left;
		}
		div#left_nav li:hover {
			background:#fdb913;
			text-decoration:none;
			color:#000;
		}
		div#left_nav li.aktiv {
			color:#000;
			background: #fdb913;
			text-decoration:none;
		}
div#news_nav {
	float:left;
	padding-top:1.5em;
}
ul#links {
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	width:730px;
}
	ul#links li {
		display:inline;
		list-style: none;
		width:auto;
		height:auto;
		margin-top:5px;
		margin-left:50px;
	}
		ul#links li img{
			width:auto;
			max-width:120px;
			height:auto;
			max-height:90px;
		}
		ul#links li a{
			text-decoration:none;
			background: none;
		}
div#content {
	background:#FFF;
	width:814px;
	float:right;
	height:100%;
	display:inline;
	overflow: auto;
	overflow-x: visible;
}
a.weiterlesen {	
	text-decoration: none;
	color:#8c8c8c;
}
div#beitrag {
	width:auto;
	height:auto;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	display:inline;
	overflow: hidden;
}
div#timeline {
	margin:0px;
	margin-bottom:11px;
	padding:0px;
}
div#architektur_container {
	margin:0px;
	margin-bottom:11px;
	padding:0px;
	width:auto;
}
	div#architektur_container div#beschreibung {
		color:#CF5A03;
		font-size: 13px;
		font-weight:bold;
	}
	div#architektur_container div#ebenenwahl {
		height: auto;
		color:#CF5A03;
		font-size: 11px;
		font-weight:bold;
		text-align: right;
	}
div#shop {
	float:left;
	width:730px;
	height:auto;
	margin: 20px;
}
	div#shop table {
		border: none;
		width:100%;
		height:auto;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
		div#shop table img {
			padding-bottom:10px;
		}
		div#shop table td {
			padding: 15px;
			width: 110px;
			text-align:center;
			vertical-align:bottom;
		}
div#rechter_bildcontainer {
	 float:right;
	 height:100%;
	 width:170px;
	 padding-left: 10px;
	 display:inline;
}
	div#rechter_bildcontainer div#bildunterschrift{
		height:auto;
		width:auto;
		padding:5px;
		margin-bottom:40px;
		font-size:11px;
		background:#ffd75e;
	}
		div#rechter_bildcontainer div#bildunterschrift p{
			padding:0px;
			margin:0px;
		}
div#textcontainer {
	float:left;
	height:auto;
	width:540px;
}
	div#textcontainer ul{
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
	}
		div#textcontainer li{
			padding-bottom:11px;
		}
	div#textcontainer ul.subUL{
		font-size: 9px;
	}
	div#textcontainer table {
		border-width: thin thin thin thin;
		border-spacing: 0px;
		border-style: solid solid solid solid;
		border-color: black black black black;
		border-collapse: collapse;
		text-align:left;
	}
		div#textcontainer th {
			border-width: thin thin thin thin;
			padding: 5px 5px 5px 5px;
			border-style: solid solid solid solid;
			border-color: black black black black;
			color:#CF5A03;
			font-size: 11px;
			font-weight:bold;	
		}
		div#textcontainer td {
			border-width: thin thin thin thin;
			padding: 5px 5px 5px 5px;
		border-style: solid solid solid solid;
		border-color: black black black black;
		}
div#footer {
	float:left;
	width:954px;
	height:25px;
	background:url(../footer/img/Stephansdom_footer.jpg) #FFF no-repeat bottom left;
	margin-bottom:10px;
}
	div#footer a.footer_top_link {
		float:left;
		margin-left:160px;
		text-decoration: none;
		color:#333;
		margin-top:5px;
		margin-bottom:5px;
	}