ppp{
}

/* ----------container zentriert das layout-------------- */
#container {
width: 960px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;

}
#fenster_klein {
padding-top: 150px;
margin-left: 400px;

}
/* ----------banner for logo-------------- */
#logo {

text-align: right;
padding-top: 5px;
margin: 0px;
}


#banner img {padding:10px 0px;} 



/* -----------------Inhalt--------------------- */
#haupt_teil {
background-color: #ffffff;
padding-top: 15px;
margin-left: 190px;
margin-right: 0px;

}
div#haupt_teil { 

/*min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");*/ 
}
.nix{}
#haupt_teil #ganze {
float:left;
width:773px;
margin:0px 0px 0px 0px;
}
#haupt_teil #links {
float:left;
width:365px;
margin:0px 0px 10px 0px;
}
#haupt_teil #rechts {
float:right;
width:365px;
margin:0px 0px 10px 0px;
}
#haupt_teil #links_m1 {
float:left;
width:380px;
margin:0px 0px 10px 0px;
}
#haupt_teil #rechts_m1 {
float:right;
width:380px;
margin:0px 0px 10px 0px;
}

#rechts_m1 #halb_links{
float:left;
width:190px;

}
#rechts_m1 #halb_rechts{
float:right;
width:190px;

}

.runde_ecken{
height:132px;
}

a:visited img{
  border: 1px solid #ffffff;
}
a:link img{
  border: 1px solid #ffffff;
}

#haupt_teil #ganze_gross {
float:left;
width:773px;
margin:0px 0px 7px 0px;
}

#haupt_teil #ganze_klein {
float:left;
width:744px;
margin:0px 0px 10px 0px;
}

#ganze #bilder_liste {
float:left;
width:500px;
margin:0px 0px 10px 0px;
}
#bilder_1 #pic {
float:left;
width:140px;
margin:0px 0px 0px 0px;
}
#haupt_teil #kontakt {
float:left;
width:250px;
margin:30px 0px 20px 20px;
}

#menu_f {
float: left;
width: 165px;
margin: 0px;
padding-top: 15px;
}
#werbung {
float: left;
margin: 0px;
padding-top: 5px;
}

#unten {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }
div#unten { 
min-height:100px;
height:expression(this.scrollHeight > 100 ? "auto":"100px");
}



#rahmen_oben{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

#rahmen_unten_770 {
width: 770px; /* container width*/
background: transparent url(pic/schatten.png) no-repeat bottom right;
}

#rahmen_unten_770 #innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/

}

/*fenster für  class*/
.rahmen_oben{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.rahmen_unten_770 {
width: 770px; /* container width*/
background: transparent url(pic/schatten.png) no-repeat bottom right;
}

.rahmen_unten_770 .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


.cam_w{
border:1px solid #bfdaec; 
padding: 3px;
margin:2px;
}

/* CSS needed for the script */

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:150px;	/* Width of tooltip content */
	height:200px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}


a.button{
background: transparent url('pic/button_links.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; 
line-height: 15px; 
height: 23px; 
padding-left: 9px; 
text-decoration: none;
}

a:link.button, a:visited.button, a:active.button{
color: #494949; 
}

a.button span{
background: transparent url('pic/button_rechts.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; 
}

a.button:hover{ 
background-position: bottom left;
}

a.button:hover span{ 
background-position: bottom right;
color: black;
}

.button_blau{ 
overflow: hidden; 
width: 100%;
}

.button2{
background: transparent url('pic/button_links_grau.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; 
line-height: 15px; 
height: 23px; 
padding-left: 9px; 
text-decoration: none;
}

a:link.button2, a:visited.button2, a:active.button2{
color: #494949; 
}

a.button2 span{
background: transparent url('pic/button_rechts_grau.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; 
}

a.button2:hover{ 
background-position: bottom left;
}

a.button2:hover span{ 
background-position: bottom right;
color: black;
}

.button2_grau{ 
overflow: hidden; 
width: 100%;
}

#popup {
position:relative;
left:10px;
top:450px;
width:510px;

visibility:hidden;
border:1px solid #bfdaec;

background-image: url(pic/5x5transp.png);
}
.open {
cursor:pointer;
}
.close {
cursor:pointer;
background-image: url(pic/blau_transp_1px.png);
}
#distanz {
padding:0px;

}
#mapd {
width:500px;
height:300px
}

/*.blau_fenster{


}

.links_oben{
background: transparent url('pic/links_oben3.png') no-repeat top left;
padding-top:9px;
padding-left:9px;

}

.rechts_oben{
background: transparent url('pic/rechts_oben3.png') no-repeat top right;
padding-right:9px;

}

.links_unten{
background: transparent url('pic/links_unten3.png') no-repeat bottom left;
padding-bottom:12px;


}

.rechts_unten{
background: transparent url('pic/rechts_unten3.png') no-repeat bottom right;


}

.links_mitte{
background: transparent url('pic/links_mitte3.png') repeat-y left;
margin-top:20px;
margin-bottom:20px;

}
.rechts_mitte{
background: transparent url('pic/rechts_mitte3.png') repeat-y right;
margin-top:20px;
margin-bottom:20px;
}
.mitte_oben{
background: transparent url('pic/mitte_oben3.png') repeat-x top;
margin-left:20px;
margin-right:20px;
}
.mitte_unten{
background: transparent url('pic/mitte_unten3.png') repeat-x bottom;
margin-left:20px;
margin-right:20px;
}*/

.blau_fenster{


}

.links_oben{
background: transparent url('pic/links_oben2.png') no-repeat top left;
padding-top:15px;
padding-left:15px;

}

.rechts_oben{
background: transparent url('pic/rechts_oben2.png') no-repeat top right;
padding-right:15px;

}
.links_mitte{
background: transparent url('pic/links_mitte2.png') repeat-y left;

}
.rechts_mitte{
background: transparent url('pic/rechts_mitte2.png') repeat-y right;

}

.links_unten{
background: transparent url('pic/links_unten2.png') no-repeat bottom left;
padding-bottom:15px;


}

.rechts_unten{
background: transparent url('pic/rechts_unten2.png') no-repeat bottom right;


}
/* Normales Eingabefeld d8e7e9*/
.input_feld{
border: 1px solid gray; 
background-color:#d8e7e9; 
font-size: 12px; 
color: #2e48b8;
}
.input_feld_suche{
border: 1px solid gray; 
 background-color:#fff; 
font-size: 12px; 
color: #2e48b8;
 background-image:url('pic/magnifying-glass.gif');
  background-repeat:no-repeat;
  padding-left:20px;
}

/* Normales Eingabefeld bei falscher eingabe*/
.input_feld_f{
border: 1px solid gray; 
font-size: 12px; 
background-color:#ffdddd;
color:#ff0000;
}

/* Normaler Button */
.input_button{
border: 1px solid gray; 
font-size: 12px; 
background-color:#8AAEC6
}

 #area {font-family:monospace; font-size:0.8em; color:#000000;}
 
 
 
 
 
#lightbox{
background:#FFFFFF;
	
	padding-top: 10px;
	border:1px solid #bfdaec;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: -4px; right: 1px; }

#lightbox img{ padding-top:5px;
border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(site/pic/5x5transp.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(site/pic/5x5transp.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="site/pic/overlay.png", sizingMethod="scale");
	}

.kurs_buchung{
	width:358;
	height:135px;
	border:1px solid #999;
	margin-top:10px;
	margin-right:10px;
	float:left;
}
.kurs_buchung_min{
	width:358;
	min-height:135px;
	border:1px solid #999;
	margin-top:10px;
	margin-right:10px;
	float:left;

}

.kurs_titel{
	width:358px;
	height:25px;
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	float:left;
}
.kurs_LR{
	width:350px;
	float:left;
	padding:4px;
	margin-top:3px;
}

.kurs_LR_grun{
	margin-left:3px;
	margin-top:3px;
	width:342px;
	float:left;
	padding:4px;
	border:1px solid #a9d260;
	background-color:#fafff1;
    cursor:pointer;
}
.kurs_LR_grun2{
	margin-left:3px;
	margin-top:3px;
	width:342px;
	float:left;
	padding:4px;
	border:1px solid #a9d260;
	background-color:#fafff1;
}
.kurs_LR_rot{
	margin-left:3px;
	margin-top:3px;
	width:342px;
	float:left;
	padding:4px;
	border:1px solid #ff8417;
	background-color:#ffebd9;
    cursor:pointer;
}
.kurs_LR_check{
	margin-right:10px;
	float:right;
	width:10px;
}
.kurs_preis{
	float:left;
	width:150px;
	height:25px;
}
.kurs_button{
	float:left;
	min-width:10px;
	margin-right:5px;
}
.kurs_neueZeile{
	height:0.1px;
	clear:both;
}
.kurs_buchung2{
	width:728;
	border:1px solid #999;
	margin-top:10px;
	float:left;
}

.kurs_titel2{
	width:728px;
	height:25px;
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	float:left;
}
.kurs_LR2{
	width:720px;
	float:left;
	padding:4px;
}

.artikel_size{
	float:left;
	width:234px;
	margin-right:10px;
	border:1px solid #999;
	height:160px;

}
.artikel_sizeA{
	float:left;
	width:234px;
	margin-right:10px;
	border:1px solid #999;
	height:100px;

}
.artikel_sizeB{
	float:left;
	width:234px;
	margin-right:10px;
	border:1px solid #999;
	min-height:160px;

}
.artikel_titel{
	float:left;
	width:234px;
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	height:20px;
	text-align:center;
}
.artikel_button{
	float:left;
	padding:4px;
	width:226px;
}
.paypal{
	background-image:url(pic/paypal.png);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:40px;
	float:left;
    margin-left:4px;
}
.bargeld{
	background-image:url(pic/bargeld.png);
	background-repeat:no-repeat;
	background-position:center;
	width:50px;
	height:40px;
	float:left;
	margin-left:4px;
}
.paypal_token{
	float:left;
	width:170px;
	height:40px;
	font-size:10px;
}
	
.artikel_buttonB{
	float:left;
	min-width:5px;
	margin-bottom:5px;
	margin-left:5px;
}
.artikel_titelH{
	float:left;
	height:35px;
}
.user_kurs{
	width:363;
	min-height:90px;
	border:1px solid #999;
	float:left;
	margin-top:10px;
	margin-right:5px;
}
.user_kurs_titel{
	width:363px;
	height:25px;
	background:#f5f5f5;
}
.user_kurs_titel_text{
	padding-left:5px;
}
.user_kurs_text{
	width:353px;
	padding:5px;
}
.user_kurs_text_halb{
	padding-left:5px;
	float:left;
	width:170px;
}
.user_kurs_box_on{
	float:right;
	background-image:url(pic/chk_on.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;

	width:25px;
	height:25px;
	border:1px solid #999;
}
.user_kurs_box_off{
	float:right;
	background-image:url(pic/chk_off.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;

	width:25px;
	height:25px;
	border:1px solid #999;
}
.user_kurs_total{
	margin-top:5px;
	margin-bottom:50px;
	width:740px;
	border-top:1px solid #999;
	border-bottom:2px solid #999;
	float:left;
	padding-top:4px;
	padding-bottom:30px;
}
.user_kurs_total_summe{
	text-align:right;
	width:530px;
	float:left;
}
.user_kurs_total_send{
	width:200px;
	float:left;
	text-align:right;
}
.user_kurs_bezahlte{
	float:left;
	width:740px;
}
.user_kurs_buy_end{
	width:738px;
	border:1px solid #a9d260;
	background-color:#fafff1;
	float:left;
	margin-bottom:20px;
}
.user_kurs_buy_ok{
	background-image:url(pic/icon_ok.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:80px;
	height:60px;
	float:left;
}
.user_kurs_buy_ok2{
	vertical-align:middle;
	float:left;	
	width:658px;
	height:60px;
}

.user_kurs_buy_end_na{
	width:738px;
	border:1px solid #ff8417;
	background-color:#ffebd9;
	float:left;
	margin-bottom:20px;
}
.user_kurs_buy_na{
	background-image:url(pic/warnung_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100px;
	height:90px;
	float:left;
}
.user_kurs_buy_na2{
	vertical-align:middle;
	float:left;	
	width:638px;
	height:90px;
}
.user_padding{
	padding:5px;
}

.cal_pfeil_links{
	float:left;
	width:20px;
	height:600px;
}

.cal_pfeil_rechts{
	float:left;
	width:20px;
	height:600px;
}

.cal_fenster_mitte{
	float:left;
	width:694px; /*+2px*/
	height:600px;
	margin-left:4px;
	margin-right:3px;
}
.cal_tag{
	margin-bottom:2px;
	border-left:1px solid #CCC;
	float:left;
	width:97px;
	min-height:98px;
}
.cal_wochen_tag{
	float:left;
	width:98px;
	height:15px;
}
.cal_wochentag_titel{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding-left:5px;
}
.cal_titel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:5px;
}
.cal_tag_titel{
	width:96px;
	background:#CCC;
	height:11px;
}
.cal_tag_titel_heute{
	width:96px;
	background:#F63;/*#7596b5;*/
	height:11px;
}
.cal_tag_termine{
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:96px;
	cursor:pointer;
}
.cal_termin_Kurs{
	background:#0CF;
}
.cal_termin_Touren{
	background:#6F9;
}
.cal_termin_Wettkampf{
	background:#CF9;
}
.cal_termin_BPaddeln{
	background:#9CC;
}

.cal_termin_WPaddeln{
	background:#CCF;
}
.cal_neueZeile{
	height:0.1px;
	clear:both;
}
#cal_popup{
	position:fixed;
	left:20%;
	top:25%;
	visibility:hidden; 
	border:1px solid #bfdaec; 
	width:320px; 
	background-image: url(pic/5x5transp.png);
	
}
.cal_popup_titel{
	width:300px;
	float:left;
    background-image: url(pic/blau_transp_1px.png);
	height:25px;
}

.cal_popup_close{
	width:20px;
	float:left;
	cursor:pointer;
    background-image: url(pic/blau_transp_1px.png);
	height:25px;
}

	.NL{
    height:0.1px;
    clear:both;
}
.cam_dritel{
	float:left;
	width:240px;
}
.cam_time{
	float:left;
	width:30px;
	margin-left:3px;
	padding-left:3px;
}