@charset "utf-8";
/* WdeB css */

/*=================== basic ==========================*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
}

/*================ body  ======================= */

html,body {
	margin: 0px;
	background-color: #6a6a6a;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
}

.clear{
	clear: both;
}

/*================ font ======================= */

h1, h2, h3, h4, h5{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}


h4{
	color: #1196bd;
	font-size: 19px;
	margin: 10px 0 20px 0;
}

h5{
	color: #1196bd;
	font-size: 16px;
	margin: 0 0 4px 0;

}

p{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #505050;
}

p a{
	color: #1196bd;
}

/*================ divs ======================= */

#container{
	width: 906px;
	margin: 0 auto;
}

#head{
	height: 106px;
	background-color: #202020;
	background-image: url(../img/bg_head.jpg);
}

#photo{
	height: 100px;
	margin:0 3px;
	background-image: url(../img/bg_photo.jpg);
	overflow: hidden;
}

#content_container{
	margin:0 3px;
	background: url(../img/bg_content.jpg) center center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666;
	padding: 10px 0 10px 10px;
}
#foot{
	margin: 2px 0 60px 0;
	padding: 0 10px;
	text-align: right;
}

#main_content{

	width: 630px;

	padding: 0 10px 0px 0;	
	border-bottom: 1px solid #fff;
}

#sidebar{
	width: 230px;
	_width: 210px;
	float: right;
	margin: 20px 10px 0 0;
	_margin: 20px 5px 0 0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
}


/*================ head ======================= */
 h1{
 
 }
 
 
 #head h1 a{
	width: 181px;
	height: 83px;
	float: left;
	margin: 10px 10px 0 12px;
	background-image: url(../img/impacttennis_logo.jpg);
	text-indent: -9999px;
}

 #head h1 a:hover{
	background-image: url(../img/impacttennis_logo.jpg);
	background-position: left 83px;
}

#head #nav{
	margin: 0 13px 0 0;
}



#head #nav li{
	text-align: center;
	border-left: 1px solid #141414;
	float: right;
}

 #head #nav li a{
	height: 58px;
	width: 102px;
	padding: 47px 5px 0 5px;
	display: block;
	text-transform: uppercase;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

#head #nav li.current a {
	color: #1196bd;
}

#head #nav li a:hover{
	color: #1196bd;
} 


/*================ sidebar ======================= */

#sidebar h2{
	color: #7E7E7E;
	height: 268px;
	font-size: 15px;
}

#sidebar .sidebar_item{
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #fff;
}

#sidebar h3{
	font-size: 16px;
	color: #1196bd;
	margin: 0 0 6px 0;
}


#sidebar li a{
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}

#sidebar li a:hover{
	text-decoration: underline;
}

.sidebar_item img{
	background-color: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 2px 10px 3px 0px;
}

/*================ maincontent ======================= */
#main_content a{
	color: #1196bd;
	text-decoration: none;
}

#main_content a:hover{
	text-decoration: underline;
}

img.home_photo{
	border-bottom: 1px solid #cacaca;
}

#main_content h2.pagetitle{
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	height: 20px;
}
.item{
	min-height: 500px;
}

.item, .news_item{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #fff;
}

.news_item{
	
}

#news_list{
	padding: 20px 0 0 0;
}

.news_item h2{
	margin: 12px 0 0 0;
	font-weight: bold;
}

#news_list li{
	list-style-position: outside;
	list-style-type: disc;
	color: #1196c4;
	margin: 0 0 12px 24px;

}

#news_list li a{
	color: #666;
	line-height: 15px;
}

.news_item h2 a{
	font-size: 20px;
	background: url(../img/sport_tennis.png) no-repeat left center;
	padding: 0 0 0 24px;
}

p.date{
	font-size: 55%;
	color: #939393;
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
}
#news_list li p.date{
	margin: 3px 0 4px 0;
	padding: 0 0 0 0px;
}

a.more{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	text-decoration: underline;
	line-height: 30px;

}

h3.news{
	border-bottom: 1px solid #cacaca;
	padding: 6px 0 5px 24px;
}

h3 a{
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	line-height: 18px;
}

#main_content ul{
	margin: 0 0 0 0;
}

#main_content li{
	margin: 0;
	background: url(../img/sport_tennis.png) no-repeat left 5px;
	border-top: 1px solid #fff;
	
}

.news_item img{
	float: left;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 2px 10px 3px 0px;
}



/*================ forms ======================= */

#extra_info{
	padding: 20px 0 0 0;
}

#extra_info p{
    color: #666;
    line-height: 15px;
}

#extra_info li{
	list-style-position: outside;
	list-style-type: disc;
	color: #666;
	margin: 0 0 12px 24px;

}

#extra_info li.special{
    font-weight: bold;
}

#news_list li a{
	color: #666;
	line-height: 15px;
}


form{
		padding: 20px;
	border: 1px inset #fff;
}

fieldset{

}

fieldset div{
	clear: both;
	padding: 2px 0;
}

legend{
	margin: 20px 0 0 0;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 530px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000;
	clear: both;

}

label{
	font: 11px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #777;
	padding: 5px 0;
	width: 170px;
	clear:right;
	display: block;
	float: left;

	
}

label.les{
	font-size: 12px;
	line-height: 16px;
	color: #353535;
	float: right;
	min-height: 30px;
	width: 550px;
}


input[type=radio]{
	margin: 5px 0 20px 5px;
	float: left;
	width: 17px;
	clear: right;

}

input[type=text]{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #777;
	padding: 5px;
	float: right;
	width: 250px;
	margin: 0 150px 0 0;
	border: 1px solid #c7c7c7;
	background: #fff url(../img/bg_field.gif) repeat-x left top;
}

textarea{
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #777;
	padding: 5px;
	float: left;
	width: 518px;
	border: 1px solid #c7c7c7;
	background: #fff url(../img/bg_field.gif) repeat-x left top;
}

select{
	font: 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px;
	width: 210px;
	margin: 0 0 0 5px;
}

input[type=checkbox]{
	
}


input[type=submit]{
	background-color: #1196be;
	padding: 5px 15px;
	border: 1px outset #76c9e2;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 15px 0 0 147px;
}

input[type=submit]:hover{
	color: #d5d5d5;
}

table td{
	padding: 2px;
	width: 20px;
}

table tr{
	border-bottom: 1px solid #bbb;
}

table td.dag{
	width: 145px;
}

p.time{
	font: 10px Georgia, "Times New Roman", Times, serif;
}

.error {
	color: #FF0000;
}

.radio label {
    _margin-top: -25px;
}


/*================ trainers ======================= */

.trainer{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #fff;
}

.trainer img{
	float: left;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 2px 10px 3px 0px;
	width: 100px;
}


/*================ foot ======================= */
#foot a{
	font-size: 10px;
	color: #313131;
	text-decoration: none;
}
