@charset "utf-8";
/* CSS Document */

@import "text-style.css";

/* -------------------resets-------------------- */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {margin:0;padding:0;} 

/*------------------------------------------------*/


html, body, #container{
	height: 100%;
}

body > #container {
	height: auto; 
	min-height: 100%;
}

html {
	margin:  	0px; 
	padding: 	0px;
}

body {
	font-family:		Arial;
	font-size:			12px;
	font-style:			normal;
	font-variant:		normal;
	font-weight:		normal;
	text-transform:		none;
	background-image:   url('../images/bodybg.png');
	background-repeat:  repeat-x;
	background-color:	#312d7a;
	margin: 			0px; 
	padding: 			0px;
}

#container {
	position: 			relative;
	width:				900px;
	margin: 			0 auto;
}


/* header */

#header {
	width:				900px;
	height:				100px;
	background:	url('../images/title.png') no-repeat;
}

/* menu bar */

#top{
	height:				40px;
	width:				900px;
}

#top div {
	float: right;	
	margin-top: 12px;
}

/* main content area */

#main {
	width:	100%;
	padding-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

#main div {
	margin-top: 	20px;
	margin-bottom:	30px;
	margin-right: 10px;
}
	


/* footer */

#footer {
	position: 			relative;
	text-align:			center;
	margin:				0 auto;
	background-color:	#0f0f0f;
	margin-top: 		-30px; /* negative value of footer height */
	height: 			30px;
	clear:				both;
}


/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*---  otehr page fixes ---*/

.foto-left {
	float: left;
	width:	320px;
}

.links-paint {
	float: 				left;
	width: 				365px;
	background-color:	#0f0f0f;
	padding:			7px;
	border: solid 3px #bfbbfb;
	margin: 0px;
}

.rechts-paint {
	float:				right;
	width: 				365px;
	background-color:	#0f0f0f;
	padding:			7px;
	border: solid 3px #bfbbfb;

}

img.schild {
	float: left;
	margin-right: 10px;
}
