/* @import url("style.css"); */
#wrapper {	
	margin:5px auto;
	min-width:635px;
	max-width:127em;
	padding:0px 5px;
}
			
.box_ol {	
	background:url(tpl_img/box_ol.png) no-repeat left;
	height:8px;}

.box_or {	
	background:url(tpl_img/box_or.png) no-repeat right;
	height:8px;
	margin-left:8px;
}

.box_content {	
	background-color:#fff;
	/* margin:-2px 0 -2px 0; */
	padding-top:5px;
}
/* HACK */
* html .box_content{
	height:1em;
	margin:-2px 0px -4px 0px; 
}

* html .box_ul {
	margin:0px 1px;}

.box_ul {
	background:url(tpl_img/box_ul.png) no-repeat left;
	height:8px;
	margin-bottom:10px;}

.box_ur {
	background:url(tpl_img/box_ur.png) no-repeat bottom right;
	height:8px;
	margin-left:8px;}

.wrap_ol {
	background:url(tpl_img/ecken/ol.png) no-repeat left;
	height:14px;}

.wrap_or {
	background:url(tpl_img/ecken/or.png) no-repeat right;
	height:14px;
	margin-left:14px;}

.wrap_li {background:url(tpl_img/ecken/li.png) repeat-y left;}

.wrap_re {background:url(tpl_img/ecken/re.png) repeat-y right;}

.wrap_ul {	
	background:url(tpl_img/ecken/ul.png) no-repeat left;
	height:14px;}

.wrap_ur {	
	background:url(tpl_img/ecken/ur.png) no-repeat right;
	height:14px;
	margin-left:14px;}

.wrap_content {	
	margin:0 14px;
	background:#eee;
}

	
* html .wrap_ol {
	background:url(tpl_img/gif/ol.gif) no-repeat left;
	height:18px;}

* html .wrap_or {
	background:url(tpl_img/gif/or.gif) no-repeat right;
	height:18px;
	margin-left:18px;}

* html .wrap_li {background:url(tpl_img/gif/li.gif) repeat-y left;}

* html .wrap_re {background:url(tpl_img/gif/re.gif) repeat-y right;}

* html .wrap_ul {	
	background:url(tpl_img/gif/ul.gif) no-repeat left;
	height:18px;}

* html .wrap_ur {	
	background:url(tpl_img/gif/ur.gif) no-repeat right;
	height:18px;
	margin-left:18px;}
	

#header .inside {height:19em;}

.maske {
	width:100%;
	height:19.3em;
	margin-top:-5px;
}

#breadcrumb {
	background:url(tpl_img/breadcrumb.png) center repeat-x;
	margin:0px -10px;
	padding:0 30px;
}
* html #breadcrumb {margin:0px -9px;}
#breadcrumb .inside {
	height:2.5em;
	line-height:2.5em;
}

#container {
	padding:10px 5px;
	overflow:hidden;
}

#left {
	width:20em;
	float:left;
	margin-right:1em;
}

#right {
	float:right;
	width:20em;
	margin-left:1em;
}

#main {
	overflow:hidden;
}
* html #main{margin:0em 21em;overflow:hidden;}
#footer {
	border-top:1px solid #bbb;
}

#footer .inside {
	height:5em;
	border-top:1px solid #fff;
	text-align:center;
}

.logo {
	float:right;
	margin:10px;
	
	/* margin-top:10px;
	border-bottom:3px solid #ccc; */
}

.banner {
	/* margin-right:28em; */
	margin-right:18em;
	background:url(tpl_img/banner.png) top center no-repeat;
}

* html .banner {width:99%;}