/* CSS Document */


/* CSS Document */
/* So muss es sein. */

html, body, div, span, 
h1,  h2, h3, h4, h5, h6, h7,
p, a, q, font, img, b, u, i, center,
em, strong, ul, ol, li, dfn,
blockquote, abbr, acronym, strong

{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
ul, ol { list-style: none; padding: 0; margin: 0; }
	
body {
	-x-system-font: none;
	color: #000;
	background-color: #fff;
	font-family: Helvetica, Arial, sans;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	margin: 0;
	height: 100%;
	}

a { 
	outline: 0; 	
	text-decoration: none; 
	color: #000;
	border-bottom: 1px dotted;
	}
	
		a:link { border-bottom-color: #000; }
		a:visited { border-bottom-color: #666; }
		a:hover { border-bottom-color: #900; }

		#wrapper {
			top: 0px;
			left: 0px;
			margin: 0 auto;
			width: 900px;
			text-align: center;
			}

					#logo {
						width: 900px;
						height: auto;
						margin: 0 0 30px 0;
						font-family: Georgia, Garamond, Times, serif;
						font-size: 24px;
						line-height: 36px;
						font-weight: normal;
						font-variant: normal;
						font-style: normal;
						}
						
								#autoren {
								width: 900px;
								height: auto;
								text-align: left;
								margin-left: 20px;
								}
								
										#autoren ul {
									float: left;
									list-style: none;
									width: 150px;
									}
									
											#autoren ul li {
											display: block;
											padding: 0;
											}
											
											#autoren h2 {
												color: #fff;
												background-color: #900;
												font-family: Helvetica, Arial, sans;
												font-size: 13px;
												line-height: 18px;
												font-weight: normal;
												font-variant: normal;
												font-style: normal;
												padding: 2px 4px 2px 4px;
												margin: 0 0 14px -4px;
												width: 70px;
											}
								
								
								#agency {
								clear: left;
								float: none;
								width: 900px;
								text-align: center;
								padding: 30px 0 0 0;
								font-size: 17px;
								line-height: 24px;
								}
								
										address { font-style: normal; }
								
										#agency a { border-bottom: 0; }
									

ul#language { display: none; }
