body {
	text-align: center;
	background: #fff url(../images/common/page_bg.jpg) center top repeat-y;
}
body.default{}
body.start{}
body, td, select, optgroup, input, textarea, samp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	color:#051;
}

* {margin:0; padding:0;}
p{margin-bottom:10px;}

a{
	padding:2px;
	background-color:#e2e6bb;
}
a:link { 
	color: #902;
	text-decoration:none;
	
}
a:visited {
	color: #902;
	text-decoration:none;
}
a:hover, a:active { 
	color: #902;
	text-decoration:underline;
}


a img {	border: 0;}

div hr{display:none;}


/* Colors */
strong.color1, span.color1, div.color1, p.color1{color:#051;}
strong.color2, span.color2, div.color2, p.color2{color:#902;}

.smallText{font-size:11px;}

.mediaPrefix{display:block; float:left; clear:left; width:40px; color:#902;}

input{padding:2px;}
select.xl, 
input.xl{width:320px;}

optgroup{
	margin:5px;
	background-color:#e2e6ba;
	font-weight:bold;	
}
optgroup *{
	margin:0 0 0 2px;
	padding:2px 2px 2px 2px;
	background-color:#fff; 
	font-weight:normal;
}


/**********************/
/*       Lists        */

/* Vertical list */
ul.genlist, ol.genlist{list-style:none; margin-bottom:10px;}

ul.wide li, ol.wide li{padding-bottom:10px;}
ul.genlink li, ol.genlink li{padding-bottom:2px;}
ul.genlink li a{
	padding-left:10px;
	background: url("../images/common/listBullet_square.gif") 0px 4px no-repeat;
}

/* PDF-Link-List */
ul.pdf li{
	padding-left:20px;
	margin-bottom:6px;
	background: url("../images/common/pdf-icon.gif") 0px 0px no-repeat;
}
ul.check li{
	padding-left:15px;
	background: url("../images/common/bullet_check.gif") 0px 3px no-repeat;
}
ul.square li{
	padding-left:10px;
	background: url("../images/common/listBullet_square.gif") 0px 7px no-repeat;
}

/* Horizontal list */
ul.hor li{display:inline; /*margin-right:-3px;*/}




.hide{display:none;}
.clear{
	visibility:hidden;
	clear:both;	
}
.clearFloat{clear:both;}

.floatRight {float:right;}
.floatLeft {float:left;}
.center {text-align:center;}
.bold{font-weight:700;}
.normal{font-weight:normal;}


/*** Standard Links with bullet in front of link ***/
a.genlist{
	display:block;
}
a.clearLink{background:none; padding:0;}
a.default{background: transparent url() 0px 2px no-repeat;}
a.help{background: transparent url("../images/de/icon_help_s.png") 0px 0px no-repeat;}
a.close {
	padding-right:18px;
	background: transparent url("../images/common/icon_close.gif") 100% 2px no-repeat;
}


/* Holly Hack for some IE-Bugs */
/* Hides from IE5-mac \*/
* html .buggybox {height: 1%;}
/* End hide from IE5-mac */


