/* CSS for web:                         www.maoam.de */
/* Author: , e-mail:    a.p. | info@netzbewegung.com */
/* Update:                       02.04.2004 08:50:58 */

/* Debug
* { background: black !important }
* { border: 1px silver dashed !important }  */

/* Allgemein */

body {
	background: #024EA2;

	scrollbar-face-color: #bdd6ef;
	scrollbar-highlight-color: #E1E1E1;
	scrollbar-3dlight-color: #363636;
	scrollbar-darkshadow-color: #efefef;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #363636;
	scrollbar-track-color: #ffffff;

	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #034EA2;

	text-align: center;

	margin: 0px;
}

#bg_left{
	background: url('img_oldstyle/bg_right.gif') repeat-x;

	position: absolute;
	left: 0px;
	/*top: 10%;*/

	float: left;

	z-index: 0;

	width: 45%;
	height: 364px;
}

#bg_right{
	background: url('img_oldstyle/bg_right.gif') repeat-x;

	position: absolute;
	right: 0px;
	/*top: 10%;*/

	float: right;

	z-index: 0;

	width: 45%;
	height: 362px;
}

/* Inhalte */

#content{
	background: url('img_oldstyle/bg_content.jpg') no-repeat;

	position: relative;
	/*top: 10%;*/

	z-index: 1;

	width: 828px;
	height: 362px;
}

#flaggen{
	position: absolute;
	right: 20px;
	top: 240px;

	text-align: right;
}

#flaggen a {
	position: relative;
	z-index: 3;
}

#haribo{
	background: url(img_oldstyle/bg_line.gif);
}

#haribo img{
	margin-left: 50px;
}

#textBox{
	position: absolute;
	right: 50px;
	top: 50px;

	text-align: right;
}

/* Other */
