html {
	padding:0; 
	margin:0; 
	height:100%;	
}

body {
	padding-top: 30px; 
	padding-bottom: 30px; 
	background-color: #DAD9D7;
	text-align: center;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

div, p {
	margin: 0;
	font: 10px Verdana, Helvetica,sans-serif;
}

h1 {
	font: 10px Verdana, Helvetica,sans-serif;
	color: #424242;
	text-transform: uppercase;
}

a {
	font: 10px Verdana, Helvetica,sans-serif;
	color: #424242;
}

/*----------------------------------------
Container für gesamten Inhalt
------------------------------------*/
#main {
	position: relative;
	margin: auto;
	text-align: left;
	width: 701px;
/*
	
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;*/
}

/* Wird nur so im IE/Mac einigermassen korrekt angezeigt: */
html>body #main {
	/*height: auto;*/
}

#head {
    width: 700px;
    height: 117px;
    background: #C5C5C5 url(../images/top_pic.jpg) no-repeat;
    text-align: right;
}

#head a {
    font: bold 12px Verdana, Helvetica,sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	display: block; 
	padding: 10px 20px;
}

#head img {
	border-top: 1px solid #989795;
	border-left: 1px solid #989795;
	border-right: 1px solid #989795;
	border-bottom: 2px solid #FFF;
}

#url-start {
	width: 700px;
	height: 60px;
	background: #000;
	margin-bottom: 50px;
	text-align: center;
	font: 12px Arial;
	line-height: 60px;
	color: #FFF;
	text-transform: uppercase; 		
}

#url {
	width: 700px;
	height: 40px;
	background: #000;
	text-align: center;
	font: 12px Arial;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase; 		
}

#url a {
    font: 12px Arial;
	line-height: 40px;
	color: #FFF;
	text-transform: uppercase; 
	text-decoration: none;
}
#enter, #text {
	width: 701px;
	text-align: center;
}

#enter a, #text a{
	display: block;
	font: 10px Arial;
	color: #7D7C7A;
	text-transform: uppercase;
	text-decoration: none; 		
}

#text {
    width: 400px;
    padding: 0 150px;
}

#arrow-left {
	float: left;
	width: 55px;
}

#arrow-center {
	float: left;
	width: 589px;
	text-align: center;

}

#arrow-right {
	float: left;
	width: 55px;
	text-align: right;
}

#pics {
	width: 701px;
	text-align: center;
	font: 10px Arial;
	color: #7D7C7A;
}

#pics p.text { 
	line-height: 40px;
}

#pics p.thumbs {
	text-align: left;
	padding: 0 20px;
}

#thumbs img {
	padding: 0 5px;
}

#content {
	position: relative;
	width: 750px;
	height: 260px;
	margin-top: 100px;
	margin-bottom: 60px;
}

#menu{
	width: 750px;
}

#tutorial {
    padding: 15px 50px;
    text-align: left;
    font: 11px Verdana;
	color: #666666;
}

#col3-pic-left {
	position: absolute;
	bottom: 0;
	width: 300px;
	padding: 0 0 0 30px;
}

#col3-pic-right {
	position: absolute;
	bottom: 0;
	width: 300px;
	padding: 0 0 0 365px;
}

#col3-text-left {
	float: left;
	width: 300px;
	padding: 0 0 0 30px;
}

#col3-text-right {
	float: left;
	width: 300px;
	padding: 0 0 0 30px;
}
#col4-pic-left {
	position: absolute;
	bottom: 0;
	width: 200px;
	padding: 0 0 0 30px;
}

#col4-pic-center {
	position: absolute;
	bottom: 0;
	width: 200px;
	padding: 0 0 0 270px;
}

#col4-pic-right {
	position: absolute;
	bottom: 0;
	width: 200px;
	padding: 0 0 0 490px;
}

#col-info {
	position: absolute;
	bottom: 0;
	width: 90px;
	padding: 0 0 0 660px;
	text-align: right;
}

#webrings {
    margin-top: 50px;
}


