* {
	padding: 0;
	margin:0;
	color:#FFFFFF;
	/*border:1px #fff dashed;*/
}

body {
    /*z-index:0;*/
	background-image: url(images/site_bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	}

#container {
	position:absolute;
	left:50%;
	width:878px;
	margin-left:-439px;
	visibility: visible;
}

#head {
	/*z-index:-3;*/
    position:absolute;
	left: 157px;
	top:0px;
    width:721px;
    height:253px;
	background-image:url(images/head.jpg);
}

#webdesign {
	position:absolute;
	left:157px;
    top:264px;
	width:665px;
    height:418px;
	background-image:url(images/webdesign_start_image.jpg);
	background-repeat:no-repeat;
}

#content *{
	color: #000000;
}

a:link a:active a:visited{
	text-decoration:none;
	color:#c0a595;
	background-color:inherit;
}

a:hover {
	text-decoration:none;
	color:#678ea1;
	background-color:inherit;
}

#design {/*IE hack*/
	width:605px;/*508px;*/
    height:373px;/*418px;*/
	margin-bottom:30px;
}

#content {
	overflow: hidden;
	padding: 30px 30px 15px 30px;
	font-size:12px;
	text-align:justify;
	background-image:url(images/webdesign_content_bg.jpg);
	/*background-attachment:fixed;*/
	background-repeat: no-repeat;
}

#content_text {
	color:#000000;
	background-color:inherit;
	display:block;
	clear:both;/*display:block;*/
}

#content h1{
	z-index:3;
	background-color:#678ea1;
	color:#FFF;
	font-size:18px;
	font-weight: normal;
	line-height: 31px;
	text-transform:uppercase;
	white-space:nowrap;
	
	float:right;
	text-align:right;
	/*display:block;*/
	text-indent:130px;
	margin: 0 0 8px 0;
}

#content li{
	line-height: 1.2em;
	list-style:square;
}

#h1_right div{
	width: 100%;
}

#content_right {
    position:absolute;
    left:822px;/*710px*/
    top:264px;
    width:56px;
    height:418px;
	background-color:#000000;
	vertical-align:top;
	text-align:right;
}

#content_right span{
	color: #678ea1;
	background-color:#000000;
	font-size:38px;
}

#impressum {
    position:absolute;
    bottom:0px;
    right:0px;
}

#impressum a{
	text-decoration:none;
	color: #c0a595;
	background-color:inherit;
	margin-right:10px;
	
	font-size: 12px;
}

#impressum a:hover{
	color: #678ea1;
	background-color:inherit;
}


#navigation {
    position:absolute;
    top:264px;
    width:157px;
    height:418px;
	text-align:right;
}

.nav_left ul{
	padding:0;
	left:0;
}

.nav_left li{
	display:block;
	list-style:none;
	width:157px;
	height:34px;
}

.nav_left a{
	text-decoration:none;
	text-transform:uppercase;
	color: #c0a595;
	background-color:inherit;
	margin-right:10px;
	
	font-size:18px;
}

.nav_left a:hover{
	color: #678ea1;
	background-color:inherit;
}

.navlevel1{

}


.navlevel2 li{
	display:block;
	height:25px;
}

.navlevel2 a{
	font-size: 14px;
}

#active a{
	color: #678ea1;
	background-color:inherit;
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 20px;/*10px*/
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(/web/images/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(/web/images/vscroller.png);
width: 15px;
height: 10px;
}

/* Scroll Bar Master Styling Ends Here */

/* Extra sample styles */

/*Scrollerbar*/
#content .vscrollerbarbeg {
	/*background: url(/themes/webdesign/images/scroller.png) 0px -9px;*/
	width: 28px;
	height: auto;
}

#content .vscrollerbarend {
	/*background: url(/themes/webdesign/images/scroller.png);*/
	width: 28px;
	height: 9px;
}

#content .vscrollerbase {
	width: 28px;
	background: inherit;
}

#content .vscrollerbar {
	background-color: #8F9793;
	padding: 0px;
	cursor : pointer;
}

#content .vscrollerbasebeg, #content .vscrollerbaseend {
	background-image: none;
}
