/* Start of CMSMS style sheet 'THG Standard' */
body, table, td, tr, div, div div, p, h1, h2, h3, h4, h5, h6, ul, ul ul, li, form {
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.4em;
	font-size: 12px;
}

h1 {
	font-size: 34px;
	margin: 0;
	padding: 0; 
}


h2, h1.inline {
	font-size: 14px;
	font-weight: 400;
	display: inline;
}

h3 {
	font-size: 12px;
	font-weight: 700;
}

a {
	text-decoration: underline;
}

img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

/*---------header---------*/

#header, #logo, #titel {
	position: absolute;
	left: 0;
	top: 0;	
	height: 90px;
	border-bottom: 1px solid #bbb;
	width: 100%;	
}

#logo {
	background-color: #fe0;
	width: 25%;
}

#logo img {
	padding: 3px 200px 4px 10px;
}

#titel {
	left: 25%;
	width: 74.8%;
	border-left: 1px solid #bbb;
	background: url(uploads/images/design/oben.jpg) no-repeat top left;
}

#titel span {
	position: relative;
	top: 21px;
	margin-left: 30px;
	text-align: left; 
	font-weight: 700; 
}

/*---------linke spalte---------*/

#leftsidewrapper {
	position: absolute;
	top: 110px;
	left: 5px;
	width: 200px;
}

.box {
	position: relative;
	width: 200px;	
	border: 1px solid #bbb;
	line-height: 1.8em;
	margin: 0 0 20px;
}

.boxhead {
	background-color: #F9D615;
	border-bottom: 1px solid #bbb;
	font-size: 14px;
	padding: 3px 0 0 10px;
}

.boxbody {
	background-color: #E5E4DF;
	padding: 5px;
}

.boxbody.menubody {
	padding: 15px 5px 5px 12px;
}

.boxbody.menubody ul {
	list-style-type: none;
	list-style-position: outside; 
}
		
.boxbody.menubody ul li {
	line-height: 1.7em;
}
	
.boxbody.menubody ul li a/*dieser kommentar beseitigt ie5 fehler*/ {
	background-image: url(uploads/images/design/blatt.gif);
	background-repeat: no-repeat;
	padding-left: 45px;
}

.boxbody.menubody ul li a:hover/*dieser kommentar beseitigt ie5 fehler*/ {
	background-image: url(uploads/images/design/blatt2.gif);
}
	
.boxbody.menubody ul ul {
	margin: 8px 0 14px 12px;
}


/*---------main---------*/

#wrapper {
	max-width: 1090px;
	position: absolute;
}

#main {
	position: relative;
	margin: 110px 225px 0 220px;
	font-family: Arial !important;
}

#main ul {
	margin-left: 30px;
}

/*---------content---------*/

.box.welcome, .box.mehrnews {
	width: auto;
}

.welcomebody {
	height: 50px;
	width: 100%;
	padding: 0;
	text-align: center;
	background: url(uploads/images/design/thg_bended.jpg) no-repeat left center;
	overflow: hidden;
}

.hr {
	background: url(uploads/images/hr.gif) repeat-x center;
	width: auto;
	margin: 10px 0;
}

.mehrnewsbody {
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	background: url(uploads/images/design/thg_bended2.jpg) left center no-repeat;
	overflow: hidden;
	width: 100%;
}

.table {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.table td {
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 5px;
}

/*---------news---------*/

.newsformat { 
	border-left: 6px solid #fe0;
	border-right: 6px solid #fe0;
	padding: 0 20px;
	margin: 0 15px;
}

.newsformat img { 
	margin: 4px 0;
}

.smallhr {
	margin: 0;
	font-size: 1px;
	height: 5px; /* entfernen für IE 7 */
}

.erstelldaten {
	margin-left: 6px;
}

.erstelldaten span {
	border-left: 1px solid #bbb;
	padding-left: 4px;
	margin-left: 2px;
}

/*---------rechte spalte---------*/

#rightsidewrapper {
	width: 200px;
	position: absolute;
	right: 10px;
	top: 110px;
}

#rightsidewrapper .boxbody p {
	padding: 5px 0;
}

/*---------sitemap---------*/

.sitemap ul ul {
	margin: 0 0 10px 22px;
}
/* End of 'THG Standard' */

