/*** site-wide styles ***/

body, html { 
    background-color: #000000;
    font-family:"Arial", "Verdana", sans-serif;
    font-size:9pt;
    color:#ffffff;
    margin:0px;
    padding:0px;
    width: 100%;
    height: 100%;
}

#frame {
	position: absolute;
	background: url(../img/frame.png) top left no-repeat;
	width: 100%;
	height: 100%;
	z-index: 500;
}

#foreground {
	width: 1002px;
	height: 664px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 700;
}

#background {
	width: 1002px;
	height: 664px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
}

#titleimage {
	position: absolute;
	top: 18px;
	left: 15px;
}

#navigation {
	position: absolute;
	top: 91px;
	left: 0px;
	z-index: 400;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	line-height: 0;
}

#navigation ul li:hover ul {
	display: block;
}
#navigation ul li.level_1 {
	position:relative;
}
#navigation ul li ul#navigation_roland {
	top: 28px;
	left: 23px;
}

#navigation ul li ul#navigation_sponsoren {
	top: 22px;
	left: -4px;
}

#navigation ul li ul#navigation_media {
	top: 21px;
	left: 5px;
}

#navigation ul li ul#navigation_infrastruktur {
	top: 15px;
	left: 1px;
}
#navigation a {
	color:#000;
}

#rolandnavi {
	position: absolute;
	top: 0px;
	left: 470px;
}

#contentarea {
	position: absolute;
	left: 0px;
	top: 161px;
	width: 780px;
	z-index: 200;
}

#title {
	margin-left: 20px;
	margin-bottom: -10px;
}

#left {
	float: left;
	min-width: 210px;
	height: 380px;
}

#main {
	height: 380px;
	overflow: auto;
}

#clownnavi {
	position: absolute;
	top: 406px;
	left: 690px;
	z-index: 100;
}

h1 {
	color: #0076a3;
	font-weight: normal;
	font-size: 18.75pt;
	font-family: Impact, sans-serif;
	clear: both;
}

p {
	line-height: 1.5em;
}

a {
	color: #0076a3;
}

/* Gallery Overview */

#galleryoverviewcontainer
{
}

.galleryoverview
{
    float:left;
    width:82px;
    border: 1px solid white;
    margin-right:4px;
    margin-bottom:4px;
}

.galleryoverview a img
{
	border: none;
}

.galleryoverview h2
{
    font-weight:bold;
    text-transform:uppercase;
    margin:0px;
    margin-bottom:5px;
    padding:0px;
    font-size:9pt;
}

.galleryselector
{
    float:right;
    margin:2px 18px;
}

.gallerydescription
{
	display: none;
    margin-top:2px;
    height: 2em;
}

.gallerypaginator
{
    text-align:center;
}

.gallerypaginator a
{
    color:#000000;
    text-decoration:underline;
}

.gallerypaginatoract
{
    color:#d20018;
}

.gallerypaginator a img
{
    text-decoration:none;
}

.alignbottom
{
	position: absolute;
	left: 21px;
	top: 12px;
}

/** Ask Roland Form Definitions **/

.ask_roland_form
{
	font-size: 8pt;
	width: 280px;
}

.ask_roland_question
{
	width: 258px;
	height: 68px;
	background-color: #c2c2c2;
	color: #000000;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	border: 1px solid #535353;
	border-color: #535353 #dcdcdc #dcdcdc #535353;
	margin-bottom: 10px;
}

.ask_roland_email
{
	width: 158px;
	height: 15px;
	background-color: #c2c2c2;
	color: #000000;
	padding: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	border: 1px solid #535353;
	border-color: #535353 #dcdcdc #dcdcdc #535353;
}

.ask_roland_form p.error
{
	color: #ff0000;
}

.ask_roland_form .submit_container
{
	position: relative;
	top: -31px;
	left: 176px;
	margin-bottom: -35px;
	width: 98px;
}
/* FLEXCROLL FIX */
#main.flexcroll {
	color:#000;
}
#main.flexcroll #main_contentwrapper {
	color:#fff;
} 

#main {
  outline:none;
}

/* sweeten the table pot */
#autos td {
	vertical-align:top;
}
#autos .col_0 {
	width:250px;
	padding-right:10px;
}

td.col_last {
  padding-left: 10px;
}

.pagination {
  float:left;
  display:block;
}


.pagination ul {
  float:left;
  margin:0px;
  padding:0px;
  list-style:none;
}

.pagination li {
  float:left;
  margin-left:3px;
  margin-right:3px;
  list-style:none;
}

.pagination li a img {
  border:none
}


.hintergrundbild {
 left:50px;
 position:relative;
 top:-100px;
}