/*--------------------------------------
Bergmann
---------------------------------------*/

/*--------------------------------------
GRUNDGERÜST - GENERELLE EINSTELLUNGEN
---------------------------------------*/
* { margin: 0; padding: 0; }

html,body {height:100%;    overflow: auto;  }
body{
	/*	
	min-height:500px; 
	min-width:700px; 
	*/
	overflow:auto;
}


body { 
	font-size:62.5%; 
	font-family:  Arial, "Trebuchet MS", _Sans; 
	color: #999999;
}

#ContentId{height:100%; width:100%}


img{border-style:none}

#wrapper{
	height:150px;
	margin:200px auto;
	width:500px;
	position:relative;
	text-align: center;
}
		
#logo {
	margin: 0 auto;
	width: 500px;
	height: 40px;
	background: white;
	text-align: center;
}

#link {
	border: 1px solid red;
	width: 100%;
	margin: 25px auto;
	border: none;
	border-top: 1px solid #999999;
}


p.big {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 25px;
}

a {
	border: 0px solid red;
	font-size: 1em;
	text-decoration: none;
	color: #999999;
	
}


