@charset "utf-8";
body {
    background: #fff url(../images/bg.gif) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 150%;
    margin: 0;
    padding: 0;
    text-align: center;
	margin-bottom: 10px;
}

#container {
  	width: 900px;
   	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
   	text-align: justify; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

div.cRight 
{
	float: right;
	margin-left: 50px;
	position:relative;
}

.box, .boxQuote
{
	background:url(../images/bg_box_contact.gif) top left no-repeat;
	width: 230px;
	padding: 15px;
	color: #757575;
	font-size: 11px;
	line-height: 140%;
	margin-bottom: 40px;
}

.box h2, .boxQuote h2
{
	color: #1f4482;
	font-size:16px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.boxQuote
{
	background:url(../images/bg_box_quote.gif) top left no-repeat;
	text-align: left;
}

.boxQuote span
{
	text-align: right;
	font-style: italic;
	display: block;
	margin-bottom: 15px;
	color: #757575;
}

.boxQuote img
{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.boxQuote a
{
	font-weight: bold;
}

#head {
   	height: 113px;
}

#nav {
	padding-top: 79px;
}

#subnav {	
	background: url(../images/bg_submenu.png) no-repeat;
	width: 500px;
	height: 28px;
	padding: 3px 10px;;
	margin-left: 385px;
}

#content {
	margin: -3px 0;
}

#teaser {
		height: 303px;
		margin-bottom: 20px;
		text-align: left;
}

a {
	color: #9b142d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav a.menuActive {
	background:url(../images/linkActiveTop.png) top repeat-x;
	color: #9b142d;
	margin: 0;
}

#teaser #subnav a.menuActive {
	color: #9b142d;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin: 0 4px;
	line-height: 30px;
	float: left;
	display: block;		
}

#nav a:hover {
	color: #9b142d;
	text-decoration: none;
}

#teaser #subnav a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#teaser #subnav a:hover {
	color: #9b142d;
}

p, span, #teaser p {
	color: #000;
}

#teaser p, #teaser span {
	color: #fff;
	font-size: 14px;
}

h1, #teaser h1 {
	color: #9b142d;
	font-size:18px;
	margin-top: 0;
}

#teaser h1 {
	color: #fff;
	margin-top: 15px;
}

h2, #teaser h2 {
	color: #9b142d;
	font-size:14px;
}

#teaser h2 {
	color: #fff;
}

#teaser a {
	color: #fff;
	text-decoration: underline;
}

#teaser a:hover {
	color: #ccc;
}

ul {
	padding-left: 7px;
	margin-left: 10px;
}

li {
	list-style: square;
}

.button {
	color: #fff;
	background: url(../images/bg_button.gif) #9b142d top repeat-x;
	font-weight: bold;
	border: 1px solid #9b142d;
}

.button:hover {
color: #ccc;
	background: url(../images/bg_button_o.gif) top repeat-x;	
}

form
{
	margin: 0;
	padding: 0;
}

legend
{
	color: #333;
	font-weight: bold;
}

input, textarea, select
{
	width: 170px;	
	margin: 2px;
	border: solid #000 1px;
	background: url(../images/bg_input.gif) #fff bottom repeat-x;
	margin: 5px 0;
}

input[type="hidden"] /* funktioniert nicht im IE, der zu fixende Bug tritt aber auch im IE nicht auf */
{
	display: none;
	visibility: hidden;
}

textarea, select { width: 245px; }


label {
	float: left;
	text-align: right; 
	padding-right: 1em; 
	width: 105px;
	border: none;
	font-weight: bold;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #9b142d;
}

.smallText {
	font-size: 10px;
}

.screenshot
{
	clear: left;
}

.clear
{
	clear: both;
}

.screenshotImg
{
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	border: 0;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	cursor: url(..images/zoom.cur), pointer;
}

.buttonRight, .buttonLeft
{
	background:url(../images/b_right.png) top left no-repeat;
	display: block;
	width: 165px;
	height: 23px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	margin-left: 170px;
}

.buttonLeft
{
	background:url(../images/b_left.png) top left no-repeat;
	float: left;
	margin: 0;
}

.textsmall, #copyright
{
	font-size: 11px;
	margin-top:300px;
    text-align: center;
}

#media
{
  margin-top: 40px;
}

#noUpdate
{
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cccccc;
	text-align: left;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

/* 360° Ansicht */
#gallery{
	height:322px;
	width:500px;
	overflow:hidden;
	position:relative;
	z-index:10;
	background:#fff url(../images/ajax-loader.gif) center no-repeat;
	/*border:1px solid #000;*/
}
#gallery:hover{
	cursor:pointer;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
}
#gallery.zoomed:hover{
	cursor:pointer;
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
}
#gallery img{
	display:block;
	position:absolute;
}
h2.offset{
	display:block;
	position:absolute;
	top:0px;
	right:10px;	
	z-index:99;
	background-color:rgba(255,255,255,0.5);
	height:25px;
	line-height:25px;
	width:140px;
	text-align:center;
}
