.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 80px; /*position where enlarged image should offset horizontally */

}

/*
-------------------------------------------------------------
Allgemeines
-------------------------------------------------------------
*/
a.silver-button {
    background: transparent url('/assets/main/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.silver-button span {
    background: transparent url('/assets/main/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 18px;
}




body { 
	color: #6a6a6a;
	background: #ffffff url(/assets/main/images/background.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;		
	text-align:center
}

/*
-------------------------------------------------------------
Links
-------------------------------------------------------------
*/

a { 
	color: #41A2F1;
	text-decoration: underline; 
}

a:hover, a:active {
	text-decoration: none; 
}

/*
-------------------------------------------------------------
Global
-------------------------------------------------------------
*/


.left {	
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

p { 
	font-size: 0.75em; 
	padding: 16px;
	text-align: justify;
	line-height: 1.5em;
}

/*
-------------------------------------------------------------
div-Elemente
-------------------------------------------------------------
*/

div#container {
	width: 960px;
	padding: 0 0 0 1px;
	background: #ffffff;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	text-align:left	
}

div#header {
	width: 959px;
	height: 172px;
	background: url(/assets/main/images/header.gif) no-repeat;
	border-top: 4px solid #41A2F1;
}

div#header a {
	display: block;
	width: 959px;
	height: 139px;
	text-indent: -999px;
}

div#bar {
	width: 903px;
	height: 17px;
	margin: 1px 0 0 0;
	padding: 5px 40px 0 16px;
	background: #AAD6F9;
	border-bottom: 1px solid #bababa;
	font-size: .65em;
}

div#bar a.sub {
	color: #666666;
}

div#contents {
	width: 953px;
	padding: 3px;
	border-bottom: 1px solid #d6d6d6;
}

div#contents div.boxesLeft {
	float: left;
	width: 173px;
}

div#contents div.boxesLeft div.box {
	margin: 0 0 8px 0;	
	border-bottom: 3px solid #41A2F1;
}

div#contents div.boxesLeft h2 {
	height: 18px;
	line-height:16px;
	padding: 5px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	background: #41A2F1;
}

div#contents div.boxesLeft ul li a {
	display: block;
	width: 173px;
	height: 18px;
	line-height:16px;
	margin: 0 0 1px 0;
	padding: 4px 0 0 0;
	color: #6a6a6a;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	background: #EAF3FC;
}

div#contents div.boxesLeft ul li a:hover, div#contents div.boxesLeft ul li a.grey:hover {
	color: #ffffff;
	font-weight: bold;
	background: #6C6C6C;
}

div#contents div.boxesLeft ul li a.grey {
	background: #AAD6F9;
}

div#contents div.boxesCenter {
	float: left;
	width: 591px;
	margin: 0 8px;
}

div#contents div.boxesCenter div.box1 a.details {
	float: left;
	display: block;
	width: 105px;
	height: 13px;
	padding: 3px 0 0 10px;
	margin: 0 0 0 475px;
	color: #ffffff;
	font-size: .65em;
	text-decoration: none;
	background: url(./assets/main/images/boxes_details.jpg) no-repeat;	
}


div#contents div.boxesCenter div.box2 a.details {
	float: left;
	display: block;
	width: 105px;
	height: 16px;
	padding: 0px 0 0 10px;
	margin: 10px 0 0 158px;
	color: #ffffff;
	font-size: .65em;
	text-decoration: none;
	background: url(/assets/main/images/boxes_details.jpg) no-repeat;	
}

div#contents div.boxesCenter div.box1 {
	line-height:16px;
	float: left;
	width: 591px;
	margin: 0 0 16px 0;
	border: 1px solid #e3e3e3;
}

.inhalt {
	margin-left:8px;
	margin-right:8px;
}

div#contents div.boxesCenter div.box2 {
	line-height:16px;
	float: left;
	width: 274px;
	margin: 0 0 16px 17px;
	border: 1px solid #e3e3e3;
	background: url(/assets/main/images/top3_background.jpg) center 43px no-repeat; 
}

div#contents div.boxesCenter div.box2 ul {
	float: left;
	width: 255px;
	margin: 15px 0 0 0;
}

div#contents div.boxesCenter div.box2 ul li {
	width: 230px;
	margin: 0 0 10px 20px;
	text-align: center;
}

div#contents div.boxesCenter div.box2 ul li.number1 {
	background: url(/assets/main/images/top3/1.jpg) center left no-repeat;
}

div#contents div.boxesCenter div.box2 ul li.number2 {
	background: url(/assets/main/images/top3/2.jpg) center left no-repeat;
}

div#contents div.boxesCenter div.box2 ul li.number3 {
	background: url(/assets/main/images/top3/3.jpg) center left no-repeat;
}

div#contents div.boxesCenter div.box1 div.image {
	float: left;
	width: 130px;
	margin: 16px 0 0 16px;
}

div#contents div.boxesCenter div.box1 div.image img {
	float: left;
	border: 2px solid #f1f1f1;
}

div#contents div.boxesCenter div.box1 div.image span {
	float: left;
	width: 130px;
	color: #41A2F1;
	padding: 2px 0 0 0;
	text-align: center;
}

div#contents div.boxesCenter h2 {
	height: 18px;
	margin: -1px -1px 1px -1px;
	padding: 5px 0 0 17px;
	color: #ffffff;
	font-weight: bold;
	font-size: .8em;
	background: #41A2F1;
	border-bottom: 1px solid #ffffff;
}

.unterueberschrift {
	float: left;
	width: 574px;
	height: 15px;
	padding: 2px 0 0 17px;
	font-size: .7em;
	background: #AAD6F9;
}

.unterueberschrift2 {
	float: left;
	width: 255px;
	height: 15px;
	margin: 0 0 0 1px;
	padding: 2px 0 0 17px;
	font-size: .7em;
	background: #f3e1d6;
}


div#contents div.boxesRight {
	float: left;
	width: 173px;
}

div#contents div.boxesRight div.box {
	width: 169x;
	margin: 0 0 8px 0;
	padding: 0 1px 1px 1px;	
	border: 1px solid #d6d6d6;
	font-size: .95em;
	background: url(/assets/main/images/boxes_right_background.jpg) center 22px no-repeat;
}

div#contents div.boxesRight div.box table {
	margin: 0 0 0 15px;
	font-size: .75em;
	line-height: 1.5em;
}

div#contents div.boxesRight div.box input.inputText {
	width: 138px;
	color: #676767;
	padding: 4px;
	margin: 10px 11px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Verdana, Helvetica, sans-serif;		
}

div#contents div.boxesRight div.box a.details {
	display: block;
	width: 105px;
	height: 13px;
	padding: 3px 0 0 10px;
	margin: 0 0 0 54px;
	color: #ffffff;
	font-size: .65em;
	text-decoration: none;
	background: url(/assets/main/images/boxes_details.jpg) no-repeat;	
}

div#contents div.boxesRight h2 {
	width: 173px;
	height: 18px;
	line-height:16px;
	margin: -1px -2px 0 -2px;
	padding: 5px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: .85em;
	background: #41A2F1;
}

div#footer {
	width: 959px;
	height: 74px;
	background: #AAD6F9;
	border-top: 1px solid #ffffff;
	font-size: .75em;
}

div#footer div.copyright {
	float: left;
	width: 308px;
	height: 21px;
	margin: 22px 0 0 0;
	padding: 9px 0 0 0;
	background: #41A2F1;
	color: #ffffff;
	text-align: center;
}

div#footer div.copyright a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

div#footer div.links {
	float: left;
	height: 74px;
	margin: 0 0 0 475px;
}

div#footer div.links a {
	color: #676767;
	text-decoration: none;
	font-weight: normal;
}

div#footer div.links ul li {
	float: left;
	width: 87px;
	height: 43px;
	margin: 0 1px 0 0;
	padding: 31px 0 0 0;
	background: #EAF3FC;
	text-align: center;
}

div#footer div.links ul li.grey {
	background: #AAD6F9;
}

#bild_links {
	margin-right:10px;
}

#bild_rechts {
	margin-left:10px;
}