@charset "utf-8";

/* Reset Browser Styles -----> http://developer.yahoo.com/yui/reset/ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

#flashcontent {
	position:absolute;
	width:100%;
	z-index: 1;
	height:70%;
}

/* end hide */

html {
	background-image:url(../images/muster.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;


	
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:sans-serif;
	font-size:40;
}

#header {
	height:180px;
}

#nav {
	padding-top:105px;
	padding-left:420px;
	z-index: 9998;
}


hr {
	border-top: 1px solid #eecdcd;
	border-bottom: none;
	
}

#content {
	width:500px;
	margin-top:-20px;
	margin-left:280px;
	margin-bottom:20px;
	border:thin;
	border-style:solid;
	border-color:#CCCCCC;
	padding:20px;
	overflow:auto;
	
}

#links {
	float:left;
	width:50%;
}

#rechts {
	float:right;
	width:50%;
}

#fb {
	width:100%;
	clear:both;
	margin:-10px;
}

#footer {
	width:500px;
	margin-left:280px;
	padding-bottom:20px;
	text-align:center;
}


#vorschau {
	width:300px;
	margin-left:1000px;
}



/* ************* TYPOGRAFIE ************ */

body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
}

h1 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:14px 0 10px;
}

h2 {}

p {
	padding-bottom:5px;
}

p, li, label, a {
	font-size:12px;
	line-height:19px;
	
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	font-weight:bold;
	color:#990000;
}
 
ul {
	margin-bottom:20px;
} 
li li {
	margin-left:40px;
	list-style-type:circle;
} 

#links li {
	line-height:14px;
	}

#footer {
	color:#CCCCCC;}
/*** BILDER**/

.imgfloatl {
	float:left;
	padding: 5px 10px 5px 0;
}