/** base.css
* --- Gosign media. ---
* version 1.0
* (c) Copyright 2008 Gosign media. All Rights Reserved.
* 2008-24-01
*/
body,
div,dl,dt,dd,ul,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,var{font-style:normal;font-weight:normal;}

ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

img{display:inline;}

a{outline:none;}

a:link,
a:visited{text-decoration:none;}

a:hover{text-decoration:underline;}

a:active{text-decoration:none;}

.hidden{display:none;}

body
{
	background-color: #F8EEDE;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #502528;
}

#outer
{
	min-width: 1100px;
	width: 100%;
}

#container
{
	background: #F8EEDE;
	width: 100%;
	height: 100%;
	position: relative;
}

/* IE hack */
* html #outer {
	width:expression(document.body.clientWidth < 1101 ? "1100px": "auto");
}
/* End of IE hack */

#header
{
	background:#CC0000;
	width:100%;
	padding:0px;
	margin:0px;
	position:relative;
}

#topNavi {
	height: 20px;
	background: #7d0200;
	color: white;
	font-size: 11px;
	line-height: 20px;
	overflow: hidden;
}

#topNavi a {
	color: white;
}

#topNavi ul li {
	float: left;
}

ul.submenu {
	font-size: 11px;
}

#leftTopNavi {
	float: left;
}

#rightTopNavi {
	float: right;
}

#rightTopNavi ul {
	margin-right: 12px;
}

#leftTopNavi ul {
	margin-left: 12px;
}

#leftTopNavi ul li {
	margin-right: 4px;
}

#logo
{
	background:#CC0000;
	display:block;
	height:145px;
	text-align:center;
}

.logo
{
	display:block;
}

#top_menu
{
	background:#CC0000;
	width:100%;
	font-size:10px;
	font-weight: lighter;
}

#content
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#left_column
{
	width:180px;
	float:left;
}

#middle_column
{
	margin:0pt 180px;
	padding:0pt 8% 3% 8%;
	border-style: none solid none solid;
	border-width: 0 1px 0 1px;
	border-color: #FFCC66;
}

#right_column
{
	width:180px;
//	position:relative;
	float:right;
}

#middle_column_content{
	overflow:hidden;
}

.clearall:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearall {display:inline-table;}

/* Hide from IE Mac \*/
.clearall {display:block;}

* html .clearall { height: 1% }

/* ... für IE5 + IE6/Win | hasLayout aktivieren */
/* End hide from IE Mac */
#footer
{
	background: #F8EEDE;
	height: 30px;
	width: 100%;
	position:relative;
	border-style: solid none none;
	border-width: 3px 0 0;
	border-color: #660000;
}

#footer img{
	position:relative;
	left: 80%;
	top:5px;	
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}