html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E7E7E2;
	background-image: url(/fileadmin/templatestore/images/bg01.jpg);
 	/*background-repeat:no-repeat;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
	height:100%;
	margin:0px;
	line-height: 170%;
	text-align:center;
}
/* Formulare */
input {
border: 1px solid #C0C0C0;
}

/* Fontformatierung */
p,code,ul {padding-bottom: 1.2em;}
li {
list-style: none;
padding-left:20px;
margin-left: 20px;
background: url(/fileadmin/templatestore/images/ulli.jpg) 0 0 no-repeat; 
}
h1 {font: normal 1.8em Tahoma,sans-serif; padding-left: 15px;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1.2em Tahoma,sans-serif;}
h1,h2 {padding-top: 6px; margin-bottom: 4px; color: #429100;}
h3 {padding-top: 6px; margin-bottom: 4px; color: #6e6e6e;}
/* Header */
div.header1 {
	background: #212429;
	background-image: url(/fileadmin/templatestore/images/header.jpg);
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
	width: 995px;
}
table{
	background: #FFF;
	font-size: 1.1em;
	margin: 0px 0px 0px 20px;
	text-align: left;
}
#ring{
	background: #FFF;
	font-size: 1.2em;
	padding: 10px;
	width: 995px;
	border: solid 1px #CCD1D9;
	margin: 0px auto 0px auto;
	text-align: left;
   min-height: 100%;
	}

.container
{
width: 100%;
/*border: 1px solid blue;*/
}

.content{
   	width: 100%;
	margin-top: 5px;
	float: left;
	/*border: 1px solid red;*/
}

.footer{
	border-top: 1px solid #E2E2E2;
	padding: 10px;
	width: 758px;
	margin-top: 5px;
}
.spacerbox{
  background-image: url(/fileadmin/templatestore/images/border_top.jpg);
  background-position: top;
  /*position: relative;*/
  width: 780px;
}
.box {
   background-image: url(/fileadmin/templatestore/images/border_right.jpg);
   background-position: right;
	margin-top: 0px;
	padding: 10px;
	width: 309px;
	float: left;
	/*border: 1px solid black;*/
	}
.box1 {
	background-color: #FFF;
	margin-top: 0px;
	padding: 10px;
	width: 309px;
	float: right;
	/*border: 1px solid black;*/
	}

.navigation{
	width: 995px;
	height: 30px;
	background-color: #212429;
}
.bottom, a.bottom:link, a.bottom:visited, a.bottom:hover, a.bottom:active {
	width: 975px;
	background-color: #212429;
	color:#444;
	padding: 10px;
	text-align:center;
}

/* misc */
#clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
tagcloud{
	background-color: White;
	color: Gray;
}
/*.contenttable{
	text-align: left;
	font-weight: normal;
	width: 680px;
	vertical-align: top;
}
*/
a img {
border : 0 none;
}