	html {
    	overflow-y: scroll;
	}
	
	
/* **********  CSS reset  ********** */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* **********  Ende CSS Reset  ********** */
/*
	#wrapper {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		#logo {
			float: left;
		}
	
	
	#container {
		background-color: #FFE6CC;
		margin-top: 0px;
	}
	#main {
		padding-left: 0px;
		background: rgba(134,183,217,1);
		height: 545px;
background: rgba(134,183,217,1);

background: -moz-linear-gradient(top, rgba(134,183,217,1) 0%, rgba(157,196,224,1) 23%, rgba(185,213,232,1) 52%, rgba(229,239,245,1) 96%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,183,217,1)), color-stop(23%, rgba(157,196,224,1)), color-stop(52%, rgba(185,213,232,1)), color-stop(96%, rgba(229,239,245,1)));

background: -webkit-linear-gradient(top, rgba(134,183,217,1) 0%, rgba(157,196,224,1) 23%, rgba(185,213,232,1) 52%, rgba(229,239,245,1) 96%);

background: -o-linear-gradient(top, rgba(134,183,217,1) 0%, rgba(157,196,224,1) 23%, rgba(185,213,232,1) 52%, rgba(229,239,245,1) 96%);

background: -ms-linear-gradient(top, rgba(134,183,217,1) 0%, rgba(157,196,224,1) 23%, rgba(185,213,232,1) 52%, rgba(229,239,245,1) 96%);

background: linear-gradient(to bottom, rgba(134,183,217,1) 0%, rgba(157,196,224,1) 23%, rgba(185,213,232,1) 52%, rgba(229,239,245,1) 96%);
*/
/*
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b7d9', endColorstr='#e5eff5', GradientType=0 );
*/
/*
	}
	
	#main img {
		margin-left: 85px;
		margin-top: 10px;
	}
	#footer{
		background-color: #B2CCFF;
		height: 20px;
	}
		
	#footer p {
		padding-left: 10px;
		padding-top: 5px;
		font-size: 0.7em;
		color: #7272A0;
	}
	#footer {
		background-color: #B2CCFF;
		height: 20px;
	}
		
	#footer p {
		padding-left: 10px;
		padding-top: 5px;
		font-size: 0.7em;
		color: #7272A0;
	}
	*/
