/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2006-04-24
	Project: www.roemer.at
	Author: websLINE, 2006
	-------
*/


/* HAUPTEINSTELLUNGEN  */

form {
	margin: 0px;
	padding: 0px;
	}
#clearer {
	clear: both;
	line-height: 0px;
	}
body {
	text-align: center;
	padding: 30px 0px;
	margin: 0px;
	}
#site {
	background: url(img_bg-site.gif);
	width: 953px;
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	}



/* DESIGN AUFBAU */

#headlinks {
	display: block;
	background: #fff;
	padding-left: 20px;
	}
#logo {
	padding-right: 3px;
	background: url(img_bg-logo.gif);
	text-align: right;
	}
#menu {
	background: #20364E;
	border-right: 1px solid #fff;
	width: 242px; 
	height: 202px; 
	float: left;
	padding: 22px 0px 0px 44px;
	}
#menu b {
	display: block;
	height: 162px;
	background: #fff;
	padding: 20px 0px 20px 50px;
	}
#image {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: right;
	width: 666px; 
	height: 222px;
	}
#inquirymask {
	width: 665px;
	height: 66px;
	float: left;
	}
#domain {
	background: #E7DFD9;
	width: 288px; 
	height: 99px; 
	float: right;
	padding-top: 18px;
	}
#subnav {
	border-left: #E7DFD9 solid 44px; 
	border-right: #E7DFD9 solid 25px; 
	border-bottom: #E7DFD9 solid 25px; 
	background: #fff;
	width: 243px;
	float: left;
	}
* html #subnav {
	border-bottom: #E7DFD9 solid 10px;
	}
#breadcrumbs, #textscroller {
	width: 323px; 
	height: 31px; 
	float: left;
	background: #E7DFD9;
	padding: 20px 0px 0px 30px;
	}
/*#textscroller {
	background: #E7DFD9 url(img_symbol-textscroller.gif) no-repeat 10px 20px;
	}*/
#textscroller {
  background: #E7DFD9;
}
#textscroller a{
  display:none;
}
#teaser {
	width: 312px; 
	float: left;
	}
#footer {
	background: #fff;
	}