/*
   $Id: base.css 2878 2011-02-09 14:36:14Z r_doeblitz $
   $HeadURL: https://svn.asco.de/svn/domains/de/dr-karge/www/release/www/0_style/base.css $
   $LastChangedDate: 2011-02-09 15:36:14 +0100 (Mi, 09 Feb 2011) $
   $LastChangedRevision: 2878 $
   $LastChangedBy: r_doeblitz $
*/

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #D9E8F2;
	background-image: url(../0_image/bg_white.gif);
	background-repeat: repeat-y;
	background-position: top center;	
}

body, td {
	font-size: 12px;
	color: #333;
	font-family: Verdana, sans-serif;
	line-height: 16px;
}


#bigbox {
	width:998px;
	background-color: #fff;
	height: 100%;

}

.logo {
	padding: 10px;
	background-color: #fff;
}

.hauptbild {
	padding: 0px;
	width: 998px;
	height: 298px;
	background-image: url(../0_image/hauptbild_01.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

.flash {
	padding: 0px;
	margin: 0;
	line-height: 0;
	width: 998px;
	height: 298px;
	background-color: #fff;
}

.karte {
	padding: 20px 0 0 100px;
	margin-top: 20px;
	width: 470px;
	height: 209px;
	background-image: url(../0_image/karte.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	text-align: left;
}

#absatz { position:absolute; left:40%; top:200px; width:400px; z-index:-1; font-size:10px;}
