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

html {
	height: 100%;
	min-height:100%;
}

body {
	margin: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #AEDDBB;
	font-size: 62,5%;
	
}

h1 {
	font-size: 1.5em;
	margin: 10px 0 10px 10px;
	
}

h2 {
	font-size: 1em;
	
}

#content p {
	font-size: 0.9em;
}

a:link { text-decoration: none; color:#AEDDBB; }
a:visited { text-decoration: none; color:#AEDDBB; }
a:hover { text-decoration: none; color:#AEDDBB; }
a:active { text-decoration: underline; color:#AEDDBB; }
a:focus { text-decoration: none; color:#AEDDBB; }


#navcontainer_start{
	min-height:100%;
 	height:auto !important; /* Für normale Browser */
 	height:100%; /* Für IE */
	
	background: #2B2626;
	color: #AFDBBA;
	margin: auto;
	
	width: 250px;
	text-align: center;
	
}


#imageShack img{
	background: #435348;
	padding: 0.1em;
}

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/* .floatbox-Anpassung für IE */
* html .floatbox {width:100%;}

.thumbnail {
	padding: 0 0 0 0.5em;
}

.previewBox{
	float: left;
	text-align: center;
	margin: 0.2em;
	padding: 1em;
}

.start {
	padding-top: 70px;
}

#navcontainer_start #content p{
	padding-top: 30px;
	margin-top:50px;
}

.small{
	font-size: 1em;
	padding: 0.5px;
}