/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Main */
html {
	height: 100%;
}

body {
	font-size: 80%;
	line-height: 1.6em;
	color: #000;
	background: #ffffff;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;

}

 /* Content Links */
 
#content a:link {
	color: #666666;
	text-decoration: underline;
}

#content a:visited {
	color: #666666;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

/* Bilder  */

img, a img {
	border: 0;
	padding: 0;
}

.float_left {
	float: left;
	margin: 0 3px 0 0;
}

.float_right{
	float: right;
	margin: 0 0 0 3px;
}

.image_center{
	text-align: center;
}

/* Paragraph */

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	color: #999999;
}

/* Kleiner Text */

.s {
	font-size: 0.9em;
}

/* Element ausblenden */

.hide {
	display: none;
}

/* Headlines */

h1 {
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 1.3em;
	text-align: center;
	margin: 1.2em 0 1.2em 0;
}

.inverted {
	background: #000;
	color: #fff;
	padding: 10px 0;
}

h2 {
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 1.3em;
	text-align: center;
	font-weight: lighter;
}

h3 {
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 1.1em;
	text-align: center;
}

h4 {
	font-family: georgia, palatino, "Times New Roman", serif;
	font-size: 0.8em;
	text-align: center;
}

/*Trennlinien */

.hr {
	background-image: url(gfx/trenner.gif);
	background-repeat: repeat-x;
	height: 18px;
	margin: 30px 4px 0 4px;
	
}

div.hr hr {
	display: none;
}

/* Layout */

#wrapper {
	width: 410px;
	margin: auto;
	padding: 60px 0 120px 0;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
}

.clearer {
	clear: both;
}