/***********************************************/
/* base.css                           	       */
/* Unihockey-Team TV Wohlen        	       		 */
/* Version: 1.4 - 06.06.2007        	      	 */
/* Author: marc@bouquet.ch        	       	 	 */
/***********************************************/

/***********************************************/
/* HTML tag styles                            	*/
/***********************************************/


html, body {height:100%;}

body {
	padding:0;
	margin: 0;
	font-size: 11px;
	font-family: arial, verdana, helvetica, sunsans-regular, sans-serif;
	background-color: #FFFFFF;
}

/*
input, textarea{
font-size: 11px;
font-weight:bold;
width:250px;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #CCD2D2;
}

input.send {
	width: auto;
	background-color: #D1E4E4;
	margin-top: 15px;
	padding: 0px;
}*/

input, textarea, select {
	font-size: 11px;
	font-weight:bold;
	/*width:250px;*/
	background-color: #FFFFFF;
	border: 1px solid #CCD2D2;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px;
}

input.selection, textarea.selection {
	/*width: 250px;*/
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #CCD2D2;
}

input.send {
	width: 120px;
}

select {
font-size: 11px;
font-weight:bold;
/*width:200px;*/
}

#body h2 {
	margin-left:-37px;
	margin-right:-18px;
	font-size: 14px;
	padding:9px 9px 9px 37px;
	margin-top: 27px;
}

.error{
color: #FF0000;
font-weight:bold;
}

.preview{
color: #007426;
}


/*  allgemeine link definitionen
----------------------------------------- */
a { color: #2D427B;}
a:visited {color:#2D427B;}
a:hover {color: #FF6600;}
a:active { color:#FF6600;}

blockquote {
	margin-left:10px;
	border-left:solid 2px #000000; 
	padding-left:5px;
}


h1 {font-size: 18px;}


h2 {
	font-size: 14px;
	padding:9px 0px;
	background-color: #CCD2D2;
	border-top: dashed 1px black;
}

h3 {font-size: 12px;}

.str {
	font-weight: bold;
}


/******* table styles *******/

fieldset  {
	border: 1px dotted #2D427B;
	padding:10px;
	margin: 5px;
}

legend  {
	padding: 2px 5px;
	margin: 0px;
	background-color: #FFFFFF;
}

label  {
	float: left;
	margin: 3px;
}

.row0 {background: #F1DC5F; font-weight: bold;}
.row1 {background: #FFFFFF;}
.row2 {background: #FFF2A8;}

.wohlen {font-weight: bold;}


/******* content styles *******/

#page_head{
	background-color: #2D427B;
}

#dot_line{
	width: 900px;
	border-right: 1px dotted #BAD3ED;
}

#page_menu{
	width: 900px;
	border-right: 1px dotted #BAD3ED;
}

#page_head img{
border-top: 1px dotted #BAD3ED;
display: block;
}

#content {
	background-color: #BAD3ED;

}

#page_img {
	PADDING-TOP: 10px;
}

#img{
	display: block;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-bottom:1px solid #333333;
}

#img_gray{
	display: block;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #CCD2D2;
	border-left:1px solid #CCD2D2;
	border-right:1px solid #CCD2D2;
	border-bottom:1px solid #CCD2D2;
}

#img_sponsoren{
	display: block;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #CCD2D2;
	border-left:1px solid #CCD2D2;
	border-right:1px solid #CCD2D2;
	border-bottom:1px solid #CCD2D2;
	text-align: center;
	vertical-align: middle;
}

#content h2 {
	background-color: #BAD3ED;
	border-top: 1px dotted #2D427B;
}

#content_bg {
	border-right: 1px dotted #2D427B;
	background-color: white;
}

#content_block {
	border-right: 1px solid #2D427B;
	PADDING-LEFT: 36px;
	PADDING-right: 18px;
}

.page_image{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url("http://www.uht-tv-wohlen.ch/images/design/img_ball.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.content_link {
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

#footer {
	background-color: #2D427B;
	PADDING-LEFT: 36px;
	clear: both;
}

#footer div {
	padding: 9px 0 9px 0;
	width: 864px;
	border-right: 1px dotted #BAD3ED;
	FONT-SIZE: 10px; 
	color: #BAD3ED;
}


/******* content styles *******/

.links {
	padding: 0;
	margin: 0;
	list-style-type:none;
	float:right;
	padding-right:18px;
	margin-top:4px;
	FONT-SIZE: 10px;
}

.links li {
	float: left;
	border-left: 1px solid #FFFFFF;
	padding-left:9px;
	padding-right:9px;
}

.links a:hover {color: #FF6600;}
.links a { color: #BAD3ED;}
.links a:visited {color:#BAD3ED;}
.links a:hover {color: #FF6600;}
.links a:active { color:#FF6600;}


/******* layout styles *******/

.bc {background-color: #006CAF;}
.br {border-right: 1px dotted #BAD3ED;}
.bb {border-bottom: 1px dotted #BAD3ED;}
.bt {border-top:1px solid #BAD3ED;}

li.nofirstelement {border-left: 0;}

hr {height:1px;}

img {border-color: #2D427B;}
a img {border: 0;}

#bc {
	font: 12px arial, verdana, helvetica, sunsans-regular, sans-serif;;
	margin: 1px -18px 0px -37px;
	padding: 12px 18px 12px 37px;
	border-bottom: dotted 1px #2D427B;
}


#gallery img{
border: solid 1px;
}
/******* content subnavigation styles *******/

.subnavtitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px;
}


.subnavcontent {
	padding:9px 18px;
	font-size: 11px;
	line-height: 18px;
}

.subnavcontent a, .subnavcontent strong {font-size: 12px;}

.subnavcontent li.hr {
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 0;
	border-top: 1px solid #2D427B;
	height: 0;
	overflow: hidden;
	display: block;
	font-size: 0px;
}

#body .rm a {
	display: block;
	width: 100%;
	padding: 0 9px 0 13px;
}

.rm li {
	background-image: url(http://www.uht-tv-wohlen.ch/images/design/bullet1.gif);
	background-repeat: no-repeat;
}

.rm ul, .rm li{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.rm li li {margin-left: 18px;}
.rm ul ul {margin-bottom: 9px;}


/******* webservice table styles *******/

#table_small{
	width:100%;
	border-width:0px;
	padding:0px 0px 0px 0px;
}

#table_small td {
	font-family:Tahoma, Arial;
	color:black;
	font-size:8pt;
	padding:0px 5px 0px 5px;
}

#table_small td.rubrik {
	background-image:url('header.gif');
	height:20px;
	font-size:8pt;
	color:#4776b9;
	font-weight:bold;
	vertical-align:middle;
	padding:0px 0px 0px 5px;
}

#table_small .r {
	text-align:right;
}

#table_small tr.high {
	background-color:#f1f4f6;
}

#table_small tr.hl {
	background-color:#d7e0e4;
}


/******* sitemap styles *******/

#sitemap ul {margin-bottom: 9px;}
#sitemap a{line-height: 16px;}


/******* page menu styles *******/

/* font sizes */
div.ktskinuht a
{
	font-family: arial, verdana, helvetica, sunsans-regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* second level font-size */
div.ktskinuht li a { font-size: 11px; }

/* third and following levels font-size */
div.ktskinuht li li a
{
	font-size: 11px;
	font-weight: normal
}

/* second level menu item size */
div.ktskinuht li.lev1 ul, div.ktskinuht li.lev1 li
{
	width: 190px;
	color: #FFFFFF;
}

/* default link style */
div.ktskinuht a
{
	padding: 0px 4px;
	background-color: #BAD3ED;
	color: #000000;
	text-align: center;
	line-height: 24px;
}

/* default link hover style */
div.ktskinuht ul li a:hover
{
	background-image:  url("http://www.uht-tv-wohlen.ch/images/menus/pos.gif");
	background-repeat: no-repeat;
	background-position: 2% 50%;
	color: #FF6600;
	font-weight: bold;
}

/* second and following level links */
div.ktskinuht li li a
{
	line-height: 15px;
	padding: 2px 2px 2px 20px;
	text-align: left;
}

/* second and following level links hover */
div.ktskinuht li li a:hover { background-color: #006CAF; }
div.ktskinuht ul {border: 1px solid #006CAF;}
div.ktskinuht li a.lev1{ padding: 0; }
div.ktskinuht li img { border: none 0; }

/******* match telegram styles *******/

.teams
{
	font-size: 		14px;
	font-weight: 	bold;

}
.goals
{
	font-size: 		25px;
	font-weight: 	bold;
	color: #FF9900;
}




