/* CSS by Fanaticz */
	body	
{
	background-image:url(/img/bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

	p
{
	margin:0px;
}

	p.space
{
	margin-top:5px;
}

/* Links */
	a 
{
	text-decoration:none;
	color:#024F9D;
}

	a:hover
{
	color:#5A95CF;
}

	#menu_bottom a
{
	color:black;
}

	#menu_bottom a:hover
{
	color:#4F4F4F;
}

/* Bilder */
	img 
{
	border:none;
}

/* Formulare */

	.file
{
	color:#A7A6AA;
}

	#login input
{
	width:120px;
	font-size:10px;
	color:white;
	font-weight:bold;
	background-color:#004EA1;
	background-image:url(/img/lbg.png);
	border:1px solid white;
}
	#login input:hover
{
	width:120px;
	font-size:10px;
	color:#f3f3f3;
	background-color:#597C9F;
	border:1px solid white;
}
	#login input:focus
{
	width:120px;
	font-size:10px;
	color:#f3f3f3;
	background-color:#9F595C;
	border:1px solid white;
}

	#kontakt input
{
	width:250px;
	font-size:10px;
	color:blue;
	font-weight:bold;
	border:1px solid black;
}

	#kontakt textarea
{
	width:250px;
	color:blue;
	font-weight:bold;
	border:1px solid black;
}


/* Layout-Ids */

	#page 
{
	width:803px;
	height:500px;
	margin:1em auto; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 

	color:black;
}

	#header 
{
	width:803px;
	height:224px;
	background-image:url(/img/header.png);
	background-repeat:no-repeat;
}

	#menu_top 
{
	width:803px;
	height:53px;
	background-image:url(/img/menu_top.png);
	background-repeat:no-repeat;
}

	#menu 
{
	display:inline;
	float:right;
	padding-top:2px;
	margin-right:10px;
	font-size:18px;
	font-weight:bold;
}

	#content-b 
{
	width:803px;
	min-height:235px;
	background-image:url(/img/content.png);
	background-repeat:repeat-y;
}

	#content-i 
{
	position:relative;
	left:80px;
	padding-top:4px;
	padding-bottom:4px;
	margin-right:20px;
	width:700px;
	min-height:235px;
}

	#logo 
{
	width:803px;
	height:218px;
	background-image:url(/img/logo.png);
	background-repeat:no-repeat;	
}

	#footer 
{
	width:803px;
	height:62px;
	background-image:url(/img/footer.png);
	background-repeat:no-repeat;	
}

	#menu_bottom 
{
	float:right;
	text-align:right;
	margin-top:15px;
	margin-right:12px;
	color:black;
}

	#login
{
	float:right;
	margin-top:50px;
	margin-right:30px;
	background-image:url(/img/login.png);
	border:1px solid white;
	width:200px;
	color:white;
}

/* IDs */

	#gm
{
	width:215px;
	height:155px;
	float:right;

}

	#reg
{
	margin-top:45px;
	float:right;
	margin-right:11px;
	width:270px;
	height:173px;
}

	#logos
{
	float:right;
	margin-right:11px;
	margin-left:20px;
}

	#kontakt
{
	width:370px;
	border:1px solid white;
	background-color:#FFF48E;
	margin:0px auto;
	border:1px solid black;
}

	#veranstalter
{
	width:616px;
	height:119px;
	background-image:url(/img/veranstalter/veranstalter.png);
	margin-top:10px;
}

	#veranstalter-img
{
	margin-left:6px;
	padding-top:9px;
	text-align:center;
}

/* Klassen */

	.title
{
	color:white;
	font-weight:bold;
	font-size:18px;
	margin:0px;
}

	.list-title
{
	font-size:12px;
}

	.list
{
	margin-top:0px;
	margin-bottom:10px;
}

	.links img
{
	margin:10px;
}
	.imp 
{

}	
	.imp p 
{
	margin:0px;
}	
	hr.imp
{
	float:left;
	width:460px;
	background-color:black;
	border:none;
}	

	.inhalt
{
	margin-left:200px;
}

	.login-title
{
	text-align:center; 
	border-bottom:1px solid white; 
	background-image:url(/img/lbg.png);
}

	.redbox
{
	width:100%; 

	background-color:white; 
	border:1px solid red;
	color:red;
	font-weight:bold;
	text-align:center;
	padding:4px;
}
	.greenbox
{
	width:100%; 

	background-color:white; 
	border:1px solid green;
	color:green;
	font-weight:bold;
	text-align:center;
	padding:4px;
}

	.center
{
	margin:1em auto;
	text-align:center;
}

	.failbox
{
	background:white;
	color:red;
	font-weight:bold;
	text-align:center;
	border:3px solid red;
	padding:4px;
}

	.acctable
{
	width:100%;
	height:300px;
	background-color:white;
	border-collapse:collapse;
	border:1px solid #ddd;
	color:#555;
}

	.acctable tr
{
	border:1px solid #ddd;
	text-align:center;
	vertical-align:top;
}

	.acctable td
{
	border:1px solid #ddd;
}
	
	.accinfo
{
	margin-left:2px;
	margin-right:1px;
	margin-top:2px;
	width:100%;
	border-collapse:collapse;
}


	.accinfo td
{
	border:0px;
	text-align:left;
	border-top:1px solid #ddd;
}


	.accinfo tr:hover
{
	background:#eee;
}

	.accinfo_l
{
	width:30%;
	font-weight:bold;
	height:20px;
}

	.accinfo_r
{
	width:70%;
}

	.avatable
{
	width:100%;
	height:100px;
	background-color:white;
	border-collapse:collapse;
	border:1px solid #aaa;
	color:#555;
}

	.accinfo input
{
	height:12px;
	font-size:10px;
	color:#024F9D;
}

	.accinfo textarea
{
	color:#024F9D;
}

	.info_adress td
{
	border:0px;
}

	.info_adress td + td
{
	width:100%;
}

	.accinfo input[type=text]:hover
{
	background-color:#EFF6FF;
	border:1px solid #A7A6AA;
	height:14px;
	padding:1px;
}
	.accinfo input[type=text]:focus
{
	background-color:#DFEEFF;
	border:1px solid #A7A6AA;
	height:14px;
	padding:1px;
}

	.accinfo textarea:hover
{
	background-color:#EFF6FF;
	border:1px solid #A7A6AA;	
	padding:0px 1px 2px 1px;
}
	.accinfo textarea:focus
{
	background-color:#DFEEFF;
	border:1px solid #A7A6AA;	
	padding:0px 1px 2px 1px;
}

	.sitem:hover
{
	background-color:#eee;
}

