/* Kempa Handball */

#column1,#keyvisual
{
	display:none;
}


html,body
{
	padding					: 0px;
	margin					: 0px;
	text-align				: center;	
	height					: 100%;
}

body
{
	
	background-attachment	: fixed;
	font-family				: Arial,Helvetica,Geneva;
	font-size				: 11px;
	color					: Black;	
}


#main
{
	background-attachment	: fixed;
	background-repeat	: no-repeat;
	background-position : -550px -553px;
	background-color:white;

	clear			: none;		
	margin			: auto;
	text-align		: left;
	width			: 768px;	
	min-height		: 100%;
}
* html #main{
	height			: 100%;
}


#maincontent
{
	min-height:100%;	
	margin			: auto 8px;
}

#maincontent img
{
	margin-bottom	: 5px;
	margin-left		: 10px;
	margin-right	: 10px;
}

#maincontent img.headline
{
	margin			: 10px;
}

#maincontent img.nopadding
{
	
	margin	:0;
	padding	:0;
}


.column
{
	float:left;
}



/* ---- main menu ---- */

#mainmenu
{
	display:none;
	background-color	: #41444B;
	padding				: 0;

	margin-top			:-3px;	
	margin-left			: 8px;
	margin-right		: 8px;
	text-align			: left;
	height				: 20px;
	border-bottom		: 5px solid white;
}

#mainmenu ul
{
	float:left;

	width:658px;
	list-style: none;
	margin: 0;
	padding: 0;	
}
#mainmenu li
{
	display: inline;	
}

#mainmenu img
{
	margin-right		: 30px;
	margin-top			: 4px;
}

#mainmenu a
{
	margin-left			: 5px;
	height				: 18px;
	
}
#flags
{
}
#flags a,#flags img
{
	display				: inline;
	margin				: 0px;
	height				: 20px;
}


.content
{
	margin-left			: 10px;
	margin-right		: 10px;
	margin-bottom		: 10px;
	text-align:left;
}



div.imgheadline
{
	margin-top			: 10px;
	margin-bottom		: 10px;
	margin-left			: 10px;
	height				: 16px;
}



a
{
	text-decoration: none;
	color:black;	
}

a.link
{
	background-image	: url(/images/elements/pfeil.gif);
	background-repeat	: no-repeat;
	background-position : 10px 3px;
	padding-left		: 23px;
	margin				: 0px;
	margin-right		: 20px;
	text-decoration		: none;
	font-size			: 11px;
	color				: #660000;	
	font-family			: Arial,Helvetica,Geneva;
	display				: block;
}

p a,a.plink
{
	background-image	: url(/images/elements/pfeil.gif);
	background-repeat	: no-repeat;
	background-position : 0px 3px;
	padding-left		: 13px;
	margin				: 0px;
	text-decoration		: none;
	font-size			: 11px;
	color				: #660000;	
	font-family			: Arial,Helvetica,Geneva;
}


form
{
	padding				: 0;
	margin				: 0;
}


.elabel
{
	font-weight:bold;
	clear:both;
	float:left;
	padding-left:10px;
	width: 110px;
}

.econtent
{
	margin-left:120px;
	width:300px;
	text-align:left;
}

.econtentsmall
{
	width:100px;
	text-align:left;
}


.space
{
	margin-top:5px;
	margin-bottom:5px;
}

.seperator
{
	padding:0px;
	width				: 100%;
	margin-left			: 7px;
	margin-right		: 7px;
	
	height				: 0px;
	line-height			: 0px;
	font-size			: 0px;
	
	border-top:1px solid #cccccc;
	
	clear:both;
}



A.menu,SPAN.menuSelected
{
	text-decoration: none;
	color: White;
	font-family: Arial,Helvetica,Geneva;
	font-weight: bold;
	font-size:11px;
}


.menulink
{

	margin-left			: 10px;
	margin-right		: 10px;

	display			: block;

	padding-left	: 0;
	text-decoration: none;
	font-size: 11px;
	color: black;	
	font-family: Arial,Helvetica,Geneva;
	padding-top:1px;
	margin-bottom:1px;
	
}


a:hover
{
	text-decoration: underline;
}


h2
{
	font-size:13px;
	margin:0px;
	padding:0px;
	margin-left:10px;
}
INPUT, TEXTAREA, SELECT
{
	color			: Black;
	font-size		: 11px;
	font-family		: Arial,Helvetica,Geneva;
}

textarea:focus,
input:focus ,
select:focus 
{
	background-color : silver;
}

    


.formerrorpopup
{
	background-color:red;
}

.formerror
{	
	border			: 1px solid darkred;
	background-color: red;
	
}

.formvalid
{ 
	border			: 1px solid darkgray; 
}

.formmust
{ 
	border			: 1px solid black; 
}

