@charset "UTF-8";
/* CSS Document */

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #FFF top center;
  /*background-attachment: fixed;*/
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 150%;

  color: #555;
}



/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 10px;
  padding: 0;
}


h1 {
  font: 400 1.6em arial, sans-serif;
  color: #000000;
}

h2 {
  font-size: 1.2em;
  color:#999;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #cc3333;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}



/* Lists */
ul li {
  list-style-image: url(../images/bg/submenu1.gif);
}

ol li {
  font-weight: bold;
  color: #cc5555;
}

ol li span {
  font-weight: normal;
  color: #444;
}




/*************************************************************/


#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
	margin: 0 auto; padding:0;
	min-height: 900px !important;
	width:1000px;
	background-image: url(../images_/top_schatten_1.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:100;
}

#topGradient {
	position: absolute;
	top:91px;
	left:0px;
	background: #e3e9ec url(../images_/gradient.png) no-repeat;
	width: 100%;
	height:149px;
	z-index: 0;
}
	
#topCenter {
	margin:0;padding:0;
	background:url(../images_/center_top.png);
	height:900px;
	width:600px;
}


/* Column widths */
.widthColLeft {
  width: 200px;
}

.widthColCenter {
  width: 600px;
}

.width25 {
  width: 25%;
}

.width50 {
  width: 48%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

.widthAuto {
	width: auto;
}



/* Columns */

#colLeft {
	/*background: #F00;*/
	margin:0; padding:0;
	z-index:100;
}


#colCenter {
	background: #f2f2f3;
	height:auto;
	min-height:1000px;
	margin:0; padding:0;
	z-index:100;
}


#colRight {
	/*background: #00F;*/
	margin:0; padding:0;
	z-index:100;
}





/**************************************************************
   Generic Display
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.marginBottom {
  margin-bottom: 5px;
}

.paddingLeft {
  padding-left: 5px;
}
.galpaddingLeft {
  padding-left: 20px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignJustify {
  text-align:justify;
}



.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}


.underline {
  text-decoration:underline;
}





/* CONTENT BLOCKS */


#contentCenter {
	position: absolute;
	width:600px;
	min-height: 600px;
	margin:0; padding:0;
	top:270px;
}

#contentCenter p{
	width: 250px;
	margin-left: 250px;
}


#contentCenter img{
	border:0;
}

#contentCenter p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #999;
	text-decoration:none;
	line-height:25px;
}

#contentCenter p a:hover{
	color:#000;
}

/* LEFT BLOCKS */

#leftModul1 {
	width:100%;
	height: 90px;
}
/* Right BLOCKS */

#rightModul1 {
	width:100%;
	height: 90px;
}

#contentRight {
	width:100%;
}

#contentRight p {
	color:#000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:20px;
	
	
}

.descRight img{
	float:right;
	margin-right:-80px;
	border:0
}

