

#page-wrap 
	{ 
	width: 1400px; 
	}
/* Besonderheit zwei Spalten rechts */

.rightmenu 
	{
	background: #f6ffff		/* right column background colour */
	}

.rightmenu .colleft 

	{
	right: 34%;			/* right column width */
	background: #f7f7f7;		/* left column background colour */
	}
.rightmenu .col1 

	{
	width: 60%;			/* left column content width (left column width minus left and right padding) */
	left: 38%;			/* (right column width) plus (left column left padding) */
	}

.rightmenu .col2
	{
	width: 30%;			/* right column content width (right column width minus left and right padding) */
	left: 42%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

/* Workaround Gallerie*/

span.stretch
	{
	display: block;
	width: 1260px;
	}

/* Topbild*/

div.topbild
	{
	background-image: url("../images/top-bild_extra-wide.jpg");
	background-color: transparent;
	height: 250px;
	backround-size: 100%;
	}