/* ----------------------------------------------------------------- */
/* Basics */
/* ----------------------------------------------------------------- */

html {
	padding:0;
	height:100.2%;
	margin: 0;
}


body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0; padding: 1em 0;
	background-image:url(../img/bg_white.gif);
	background-repeat:repeat-x;
	background-color: #cccccc;
	}
	
p,td,tr {
	margin: 0; 
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
	}

img {
	border: 0 none;
	}


input, select, textarea {
	border: 1px  solid #bdcbe5;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF; 	
	}
	
.Button { 
	background-color:#FFFFFF; 
	color:#003399;
	font-size: 11px;
	width:100px; 
	border:1px solid #bdcbe5; }	
	
	
a:link, a:visited {
	font-size: 12px; 
	color: #003399; 
	text-decoration: none;
	}

a:hover {
	color: #000000;	
	text-decoration: none;
	}
	

/* ----------------------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------------------- */

ul#Navigation {
	width: 100%;
	margin: 0; padding: 0px;
  	}
  
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
	width: 100%;
	w\idth: 100%;
	padding-left: 0;
	padd\ing-left: 0;
  }

ul#Navigation li {
	list-style: none;
  }
  
ul#Navigation a {
	display:block;
	padding-left: 4px;
	margin-right: 8px;
	text-decoration: none;
	background: url(../img/menu_ball.gif);
	background-repeat:no-repeat;
	background-position: right;
	color: black; background-color: #FFFFFF;
  }
  
* html ul#Navigation a {  /* Breitenangaben nur fuer IE */
	width: 93%;
	w\idth: 93%;
  }
  
ul#Navigation a:hover {
    color: #003399; 
   	background: url(../img/menu_ball_hover.gif);
    background-repeat:no-repeat;
	background-position: right;
}

ul#Navigation a.active {
    color: #003399; 
   	background: url(../img/menu_ball_hover.gif);
    background-repeat:no-repeat;
	background-position: right;
}

/* ----------------------------------------------------------------- */
/* Aufbau */
/* ----------------------------------------------------------------- */

#body {
	margin: 0 auto;
	width: 950px;
	height: auto;
	padding: 0;
	border: 2px solid rgb(0, 51, 143);
	background-color:#FFFFFF;
	background-image:url(../img/body_bg.jpg);
	
	}
	
#body_top {
	width: 950px;
	height: 15px;
	text-align:left;
	background-image:url(../img/white_pix.gif);
	}

#body_top_image {
	width: 950px;
	height: 75px;
	background-image:url(../img/head_2.jpg);
	}
	
#body_main {
	width: 950px;
	}

#body_footer_image {
	margin-top: 0;
	width: 950px;
	height: 20px;
	border-top: 1px solid rgb(0, 51, 143);
	background-image:url(../img/foot.jpg);
	}
	
#legal {
	margin: 0 auto;
	width: 950px;
	height: auto;
	padding: 0;
	}	

	
#left {
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	float: left;
	width: 175px;
	padding: 0px;
	}
	
#right {
	min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	float: right;
	width: 175px;
	padding: 0px;
	}
	
#middle {
	margin-left: 176px;
	margin-right: 176px;
	padding: 0px;
	}
	
#middle_and_right {
	min-height:735px;
	height:auto !important;  /* für moderne Browser */
	height:735px;  /*für den IE */
	margin-left: 176px;
	margin-top:0px
	padding: 0px;
	background-image:url(../img/white_pix.gif);
	}
	
/* ----------------------------------------------------------------- */
/* Content */
/* ----------------------------------------------------------------- */	
	
#news 	{
	float: none;
	padding-left: 6px;
	padding-right: 4px;
	/*background-image:url(../img/lakersgrey.gif);*/
	/*background-repeat:no-repeat;*/
	/*background-position: top right;*/
	}
	
#content 	{
	float: none;
	padding-left: 6px;
	padding-right: 4px;
	}
	
#container {
	float: none;
	/* min-height: 200px;*/	
	/* height:auto !important;  für moderne Browser */
	/* height:200px;  für den IE */	
	padding-left: 4px;
	background-image:url(../img/white_pix.gif);
	}
	
#sponser {
	float: none;
	padding-left: 6px;
	padding-bottom: 5px;
	text-align: center;
	}
	
#rss_news 	{
	float: none;
	padding-left: 6px;
	padding-right: 4px;
	}	
	
#footer {
	float: none;
	text-align: center;
	padding-left: 6px;
	padding-bottom: 4px;
	}	


/* ----------------------------------------------------------------- */
/* Tabs */
/* ----------------------------------------------------------------- */	

#tab  {padding-top:15px; background-image:url(../img/white_pix.gif);}
#tab .tabBar { background: #ffffff; height: 22px; margin:0; padding: 0 0 0 0; }
#tab .tabBar ul { list-style: none; margin-left: 15 px;}
#tab .tabBar li { float: left; }
#tab .tabBar li a { display:block; padding: 4px 15px; margin: 0 1px 0 0; text-decoration: none; color: #003399; background:#bdcbe5; }
#tab .tabBar li a:hover { color: #003399; background:#d9e0f0; }
#tab .tabBar li.active a { color: #003399; font-weight: bold; background:#d9e0f0; }
#tab .tabBarLine { border-bottom: 1px solid #d9e0f0; margin: 0 0 0 0; }
	

/* ----------------------------------------------------------------- */
/* Formate */
/* ----------------------------------------------------------------- */	
 	
#h1{
 	font-size: 15px;
 	padding-top: 15px;
 	color: #003399;
 	font-weight: bold;
 	height: 25px;
 	text-align: left;
 	background: url(../img/h1_bg.gif);
 	background-repeat:no-repeat;
 	background-position:bottom left;
    }
    
.desc{
	font-size: 95%;
	color:#9eb1d9;
	padding-bottom: 2px; 
    }
    
.contentheading{
	font-size: 15px;
	color:#000000;
	padding-bottom: 2px; 
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
    }	    	
#spacer{
	float: none;
	height:5px;
	background-image:url(../img/white_pix.gif)
	}
	
    	
 #portlet_titel{
 	font-size: 14px;
 	margin-top: 15px;
 	padding-top: 3px;
 	padding-left: 3px;
 	color: #003399;
 	font-weight: bold;
 	height: 25px;
 	background: url(../img/titel_bg.jpg);
 	background-repeat: no-repeat;
 	}
 	
  #portlet_content{
 	display:block;
 	font-size: 12px;
 	padding: 3px;
 	}  	
 	
  .clr {
	clear:both;
	} 
	
	.important {
		width:170px;
		height: 113px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 5px 8px 5px 0px;
		border: 2px solid #bdcbe5;
		background: #fff;
		;
	}
	
	span.important-title {
		position: absolute;
		display: block;
		margin-top: -15px;
		/*background: #fff;*/
		padding: 3px 10px;
		font-weight: normal;
		font-size: 150%;
	}
	
	span.important-title {color: #003399;}
	
/* ----------------------------------------------------------------- */
/* Datepicker */
/* ----------------------------------------------------------------- */	
	
	/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	float: left;
}
	
    div.one-image {float: left; }
    div.one-image a { display:inline;}
    div.one-image img { display:inline;}
    block-imageblock-ImageBlock { display:inline; }

		