/*--------------------------------------------------------------------------------

	Projekt			:	EDUCORB
	Grafikdesign	: 	Heinz Roffeis / www.enzo.at
	Webdesign  		:	Josef Kahofer / www.kahofer.net

----------------------------------------------------------------------------------*/

/* ### HTML ###################################################################### */
html {
	margin: 0px;
	padding: 0px;
}

/* ### BODY ###################################################################### */
body {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 85%;
	color: #000000;
	background-color: #F0D15C;
	margin: 0px;
	padding: 0px;
}

/** html body { text-align:center; font-size: xx-small; }  *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website #################################################################### */
/* +++++++++++++++++++++ layout +++++++++++++++++++++ */
/* ++++++++++++++++ container ++++++++++++++++ */
#container {
	margin-top: 10px;
	margin-right: auto;  /*zentrieren*/
	margin-bottom: 0px;
	margin-left: auto;  /*zentrieren*/
	width: 960px;
	height: 870px;
	background-color: #FFFFFF;
	z-index: 1;
}
/* ++++++++++++++++ seitenkopf ++++++++++++++++ */
#header {
	width: 960px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_header.gif);
	background-repeat: no-repeat;
}
#suchenbox {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 110px;
	right: 10px;
}
#suchenbox .button {
	background-color: #EBC625;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#suchenbox search {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ++++++++++++++++ spalte links ++++++++++++++++ */
#col_left {
	float: left;
	width: 210px;
	height: 730px;
	margin: 0px;
	padding: 0px;
	/*background-color: #FFFF99;*/
}
#homeblock {
	margin: 0px;
	padding: 0px;
	height: 138px;
}
/* +++++++++++ print_email +++++++++++ */
#print_email {
	height: 84px;
	width: 208px;

}
/* ++++++++++++++++ spalte mitte ++++++++++++++++ */
#col_center {	
	float: left;
	width: 542px;
	height: 730px;
	margin: 0px;
	padding: 0px;
	
}
#wechselbild {
	margin: 0px;
	padding: 0px;
	height: 138px;
}

/* +++++++++++ content +++++++++++ */
/* +++++++ siehe content.css +++++ */

/* ++++++++++++++++ spalte rechts ++++++++++++++++ */
#col_right {
	width: 208px;
	height: 730px;
	padding: 0px;
	margin-left: 752px;
	/*
	
	*/
}	
/* +++++++++++ infoblock +++++++++++ */
#infoblock {

	height: 169px;
	background-repeat: no-repeat;
	background-image: url(bg_infoblock.gif);
/*
 background-color: #FF3333;
*/
}
.infonav {
	position: relative;
	left: 16px;
	top: 45px;
}

#infoblock ul {	
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
/*  padding-left: -40px; */	
#infoblock li {
	list-style-type: none;
	height: 20px;
	display: block; 	
	
}
/*

*/
#infoblock li a, 
#infoblock li a:link {
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url(info_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

#infoblock li a:hover {
	color:#fff;
	text-decoration: none;	
	background-image: url(info_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;	
	padding-left: 15px;	
}

#infoblock li a.current, 
#infoblock li a.current:link {
	color:#fff;
	text-decoration: none;	
	background-image: url(info_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;	
	padding-left: 15px;
}

#infoblock li a.current:hover {
	color:#fff;
	text-decoration: none;	
	background-image: url(info_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px -17px;	
	padding-left: 15px;
}
#logoblock {
	height: 370px;
	width: 208px;
	margin: 0px;
	padding: 0px;
}

/* ### Footer ###################################################################### */

/*#footer {
	clear: both;
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: #BAD91F;
}

#footer p {
	color:#666666;
	background:inherit;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer p a,
#footer p a:link {
	color:#c4c4c4;
	text-decoration: underline;
	background:inherit;
}

#footer p a:hover {
	color:#c4c4c4;
	text-decoration: none;
	background:inherit;
}*/


/* ### modul download_mime_link ###################################################################### */
#content .download-file p  { 
  width:97.3%; /* IE6 Hack */
	margin: 0;
}
#content .download-file {
	padding: 0;
	font-weight: bold;	
}

