* {
	margin: 0;
	padding: 0;	
	border: 0;
}
body {
	background: #fff;
	text-align: center;
	font-size:11px;
	color:#666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#666;
}
/* layout */
#container {
	width: 798px;
	background:url(images/container.jpg);
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/head.gif); 
	height: 115px;
}
#logo {
	background:url(images/stotzem.png);
	width:207px;
	height:24px;
	display:block;
	text-indent:-5000em;
	float:left;
	margin:36px 0 0 48px;
}
#languageselector {
	font-size:9px;
	color:#999;
	float:right;
	margin:39px 40px 0 0;
}
#languageselector select {
	font-size:9px;
}
#content {
	padding: 0 25px;
}
#subheader {
	background:#ddd;
}
#flash {
	float:left;
}
#branchselector {
	background:url(images/branches.jpg);
	width:328px;
	height:166px;
	float:right;
}
#branchselector select {
	margin:118px 0 0 33px;
	width:250px;
}
#footer {
	background: #303030;
	color:#ccc;
	clear:both;
}
#emergency {
	font-size:12px;
	padding:27px 49px;
}
#emergency select {
	font-size:12px;
	padding:3px;
}
#footerinfo {
	font-size:10px;
	padding:20px 27px;
	border-left:1px dotted #fff;
	float:right;
}
#footerinfo a {
	color:#fff;
	text-decoration:none;
}
#footerinfo a:hover {
	color:#ccc;
}
.contentleft {
	padding:0 0 49px 49px;
	width:457px;
	float:left;
}
.contentleft p {
	width:400px;
	
}
.contentright {
	float:right;
	width:193px;
	padding-top: 10px;
	padding-right: 49px;
	padding-bottom: 0;
	padding-left: 0;
}
.contentbottom {
	clear:both;
	background:#e3e3e3;
	padding-top: 20px;
	padding-right: 49px;
	padding-bottom: 40px;
	padding-left: 49px;
}
.contentbig {
	padding:0 49px 49px;
	float: left;
}
.contentwide {
	clear:both;
	padding:0 18px 9px;}
.clear {
	clear:both;
}
input, select {
	border:1px solid #ccc;	
	padding:1px;
}
img {
	vertical-align:middle;
}
p {
	padding:10px 0;
}
/* navi */
#navcontainer {
	padding:87px 25px;
	text-align:center;
}
#navlist {
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding:7px 20px 9px 20px;
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
#navlist a:hover, #navlist a#current {
	background:url(images/navi.gif);
}
/* teaser */
.teaser li {
	display: inline;
	list-style-type: none;
	float:left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}
.contentbottom .teaser li {
	margin:10px 25px 0 0;
}
.teaser li.last {
	margin:10px 0 0 0;
}
.teaser h2 {
	padding:3px 1px
}
.teaser h2 a {
	text-decoration:none;
	color:#666;
	font-weight:lighter;
	font-size:12px;
}
.teaser a:hover img {
	opacity:.8;
	filter:alpha(opacity=80);
}
.contentleft_start {
	width:650px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 49px;
	float: left;
}
.contentright_start {
	width:655px;
	margin-left: 49px;
}

