/* CSS Document */
<!--
* { /* Universalatrribute setzt Ränder zurück - müssen gesetzt werden*/
	padding:0;
	margin:0;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
    width: 100%;
	overflow: hidden;

}
body {
    color: #58585a;
	background-color: #6688a0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
	text-shadow: 0 0 0 white;
}

a {
	color: #58585a;
	text-decoration: underline;	
}
#content li a { 
	color: #8b2a84;
}
#stage {
	position: absolute;
	left: 50%;
	width: 955px;
	height: 100%;
	margin: 0px 0px 0px -477px;
	background-color: #abbdd0;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: right;
	width: 535px;
	height: 55px;
	background-repeat: no-repeat;
}

#logo[id] {
	background-image: url(img/logo.png)
}
#nav {
	height: 30px;
	margin: 137px 4px 0px 4px;
	background-color: #bcc900;
	color: white;
	border: 1px solid white;
	font-size: 13px;
}

.rnav {
	background-image: url(img/smallwhite.gif);
	background-repeat:no-repeat;
	float: right;
	width: auto;
	padding-left: 10px;
	margin-right: 10px;
}



#content, 
#right {
	background-color: #dae1eb;
	background-image: url(img/lstripe.gif);
	background-repeat: repeat-y;

}

#content {	
	position: absolute;
	width: 947px;
	top: 173px;
	bottom: 0px;
	margin: 0px 4px 0px 4px;
	overflow: auto;
}
#content {
	margin: 0px 4px 0px 4px;
}
#content .content {
	padding: 0px 5px 20px 30px;
}

#content li {
	margin-left: 20px;
}

h1 {
	font-size: 1.1em;
	color: #8b2a84;
	margin: 20px 0px 7px 0px;
}

h2 {
	font-size: 1.0em;
	margin: 10px 0 5px 0;
}

p {
	margin-bottom: 10px;
}

.csc-textpic-caption {
	font-size: 12px;
	
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: -12px 0 12px 0;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap  {
	margin: 0 40px 20px 0;

}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap {
	margin: 0px;

}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap IMG, 
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border:0;
	padding: 5px 15px 15px 5px;

}

.tx-rzgooglemaps-pi1 {
	/*margin-top: -60px;*/
}

#map_canvas {
	border: 1px solid white;
}


