body
{
	text-align: center; /* zentrieren ie */
}

#main
{
	width: 900px;
	min-width: 900px;
	min-height: 500px;

	margin: 10px auto; /* zentrieren mozilla */
	margin-top: 10px;

	color: black;
	background-color: white;
	font-size: 100%;
	font-family: Arial, sans-serif;

	border: 1px solid black;
	text-align: left; /* wg. ie -> body.text-align: center; */
}


#header
{
	width: 900px;
	min-width: 900px;
	height: 115px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #cccccc;
}


#left
{
	float: left;
	margin: 2px;
	padding: 2px;
	border: 1px solid #cccccc;
	width: 180px;
	min-width: 180px;
	overflow: hidden; 
	height: 1%;
/*	background-image: url("../images/menu_bg1.jpg"); */
}



#right
{
	margin: 2px 2px 0px 2px;
	padding: 0px 2px 2px 0px;
	overflow: hidden;
	height: 1%;
}



#top_advertising
{
	margin: 0px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #cccccc;
}


#path
{
	margin-top: 0px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #cccccc;
}

#content
{
	margin-top: 2px;
	padding: 15px 10px 20px 10px;
	border: 1px solid #cccccc;
}


#bottom_advertising
{
	margin: 0px;
	margin-top: 2px;
	padding: 3px 0px 0px 3px;
	border: 1px solid #cccccc;
}


#footer
{
	clear: both;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
	border-top: 1px solid #cccccc;
	font-size: smaller;
	color: #cccccc;
}



/* MENÜ */
#menu_container ul.lvl1, #menu_container ul.lvl2
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu_container a
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin-bottom: 1px;
/*	border-bottom: 1px solid #ffffff; */
}

#menu_container ul.lvl2 li.lvl2 a
{
/*	background-color: #999999; */
	background-image: url("../images/menu_bg_lvl2.png");
	font-weight: normal;
	padding-left: 20px;
}

#menu_container li.lvl1 a
{
/*	background-color: #000000; */
	background-image: url("../images/menu_bg_lvl1.png");
	padding-left: 10px;
	font-weight: bold;
}

#menu_container li a:hover
{
	background-color: #666666;
	color: #ffffff;
}


#active
{
}

a#current { 	color: yellow;	}


/* SMALL TABLES */
div#smalltables
{
	margin-bottom: 20px;
}


/* PUBLICONS */
div#publicons
{
}

div#publicons table#publicons_table
{
	width: 100%;
	border-spacing: 0;
}

div#publicons table#publicons_table tr
{
}

div#publicons table#publicons_table td
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div#publicons table#publicons_table td.left
{
	text-align: left;
}

div#publicons table#publicons_table td.right
{
	text-align: right;
}




/* PATH */
#path
{
	font-size: small;
}

#path a
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}



/* ERROR */
span.error
{
	color: red;
/*	font-size: large;*/
}

/* SUCCESS */
span.success
{
	color: green;
}


a
{
	text-decoration: none;
	color: red;
}

img
{
	border: 0;
	padding: 0;
	margin: 0;

}

