/* CSS-class to build site www.xu-medienproduktion.de by Alex.Elsner <ixsess@web.de> */

/*
 * box position
 */

body {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px 0px 0px 0px;
	background: #2C2C2C;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}

#container { 
	margin: 0 auto; 
	text-align: left;
	width: 850px;
	height: auto;
	
}

#banner { 
	width: 850px;
	height: 170px;
	background: #2C2C2C url(/fileadmin/template/images/banner_mit_menu.jpg);
}
#banner_start { 
	width: 850px;
	height: 170px;
	background: #2C2C2C url(/fileadmin/template/images/banner.jpg);
}
.go-home {
	width: 850px;
	height: 115px;
	background: transparent;
}
.go-home a { 
	width: 850px;
	height: 115px;
	display: block;
	background: transparent;
}

.go-home span { 
	display: none; 
}
.menu-top {
	width: auto; 
	margin: 2px 20px 0px 0px;
	float: right;
}
.menu-top[class] {
	margin: 2px 40px 0px 0px;
}

#main {
	width: 850px;
	background: url(/fileadmin/template/images/content_bg_mit_menu.jpg) repeat-y;
	height: auto !important; /* overwrite the height */
	height: 330px; /* das hier fr den ie */
}
/* folgende anweisung wird nicht vom ie interpretiert */
#main[id] {
	height: auto;
	min-height: 330px;
}
#main_start {
	width: 850px;
	background: url(/fileadmin/template/images/content_bg.jpg) repeat-y; 
	height: auto !important; /* overwrite the height */
	height: 330px; /* das hier fr den ie */
}
/* folgende anweisung wird nicht vom ie interpretiert */

#main_start[id] {
	height: auto;
	min-height: 330px;
}
#left {
	width: 613px;
	padding-left: 15px;
	background: transparent; 
	height: auto;
	float: left;
	/*border-right: 5px dotted #cccccc;*/
	
}

#left_start {
	width: 530px;
	padding-left: 15px;
	background: transparent; 
	height: auto;
	float: left;
}

#right {
	width: 212px;
	margin: 0;
	height: auto;
	float: left;
}

#right_start {
	width: 305px;
/*	background:#00ff00; */
	margin: 0;
	height: auto;
	float: left;
}

.right {
	padding-right: 27px;
}
#footer {
	width: 850px;
	height: 120px;
	background: #2C2C2C url(/fileadmin/template/images/footer_mit_menu.jpg);
}
#footer_start {
	width: 850px;
	height: 120px;
	background: #2C2C2C url(/fileadmin/template/images/footer.jpg);
}
.footer_left {
	padding: 15px 0px 0px 30px;
	float: left;
}
.footer_left a {
	width: 30px;
	height: 30px;
	background: #2C2C2C url(/fileadmin/template/images/icon_top.gif) bottom;
	display: block;
}

.footer_left a:hover {
	background: #2C2C2C url(/fileadmin/template/images/icon_top.gif) top;
}

.footer_left span { 
	display: none;
}


.footer_middle {
	padding: 20px 0px 0px 236px;
	float: left;

}
.footer_right1 {
	padding: 15px 5px 0px 0px;
	float: right;
}

.footer_right1 a {
	width: 30px;
	height: 30px;
	background: #2C2C2C url(/fileadmin/template/images/icon_home.gif) bottom;
	display: block;
}
.footer_right1 a:hover {
	background: #2C2C2C url(/fileadmin/template/images/icon_home.gif) top;
}
.footer_right1 span { 
	display: none;
}
.footer_right2 {
	padding: 15px 5px 0px 0px;
	float: right;
}
.footer_right2 a {
	width: 30px;
	height: 30px;
	background: #2C2C2C url(/fileadmin/template/images/icon_search.gif) bottom;
	display: block;
}
.footer_right2 a:hover {
	background: #2C2C2C url(/fileadmin/template/images/icon_search.gif) top;
}
.footer_right2 span { 
	display: none;
}
.footer_right3 {
	padding: 15px 30px 0px 0px;
	float: right;
}
.footer_right3 a {
	width: 30px;
	height: 30px;
	background: #2C2C2C url(/fileadmin/template/images/icon_sitemap.gif) bottom;
	display: block;
}
.footer_right3 a:hover {
	background: #2C2C2C url(/fileadmin/template/images/icon_sitemap.gif) top;
}
.footer_right3 span { 
	display: none;
}

#clear {
	clear:both;
}

/* CHC-FORUM Formatierungen */

.tx-chcforum-pi1-Table {
  width: 600px
}

.tx-chcforum-pi1-catConferenceCell {
}
