/* STYLEESHEET FOR vienna-chess-open.at
   BY OMANBROS.COM - ALEX   */
   
   
html {
  width:100%;
  height:101%;
  padding:0px;
  margin:0px;
  border:0px; 
	
}

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	border:0px;	
	font-family: Verdana, Arial;
	font-size:12px;
	color:#000000;
	text-align:center;
	background:url(img/bg.gif) repeat-y left;
}

#leftcol{
	width:225px;
	margin:0px;
	margin-right:60px;
	padding:0px;
	border:0px;
	float:left;
	background-color:#ffffff;
	text-align:left;
}

* html #leftcol{
	width:225px;
}

#main{
	width:449px;
	margin:0px;
	margin-left:10px;
	padding:0px;
	border:0px;
	/*margin-left:194px;*/
	margin-top:0px;
	padding-left:25px;
	padding-right:25px;
	padding-top:50px;
	float:left;
	text-align:left;
	position:absolute;
	top:0px;
	left:285px;
}

* html #main{
	width:459px;
}

#rightcol{
	width:225px;
	margin:0px;
	padding:0px;
	border:0px;
	margin-top:0px;
	padding-top:50px;
	padding-left:25px;
	padding-right:25px;
	/*background-color:#c4c4c4;*/
	float:left;
	text-align:left;
	position:absolute;
	left:800px;
	top:0px;
}

/* html #main{ */         /* needed for IE */
	/*width:359px; */
/*}*/

* html #rightcol{          /* needed for IE */
	width:275px;
}

#omanlogo{
	display:none;
}

/* START UL NAVI  */

#navi {
	list-style-type:none;
	width:194px;
	padding:0px;
	margin:0px;
	margin-top:20px;
	border-bottom:1px dotted black;
	}

#navi li {
	padding:0px;
	border:0px solid #FFFFFF;
	border-top:1px dotted #000000;
	margin:0px;
	text-align:left;
	}

#navi li a{
	padding-left:12px;
	background-color:#FFFFFF;
	color:#000000;
	display:block;
	line-height:31px;
	text-decoration:none;
	margin:0px;
	}

#navi li a:hover{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

#navi li.current a:link{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

#navi li.current a:visited{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

#navi li.current a:hover{
	background-color:#FFFFFF
	color:#B40001;
	text-decoration:underline;
}

/*#navi li a.current:hover{
	background-color:#7E7E7E;
	color:#FFFFFF;

}
*/
/* ENDE UL NAVI  */

/* START UL SUBNAVI  */

#subnavi , #navi ul{
	list-style-type:none;
	width:194px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	border-bottom:1px solid white;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
	}

#leftcol #subnavi li {
	padding:0px;
	border:0px solid #FFFFFF;
	margin:0px;
	/*background-color:#9C9C9C;*/
	background-color:#FFFFFF;
	}

#leftcol #subnavi li a{
	padding-left:12px;
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
	line-height:17px;
	margin:0px;
	}

#leftcol #subnavi li a:link{
	background-color:#FFFFFF;
	color:#000000;
}

#leftcol #subnavi li a:visited{
	background-color:#FFFFFF;
	color:#000000;
}

#leftcol #subnavi li a:hover{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

#leftcol #subnavi li.current a:link{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

#leftcol #subnavi li.current a:visited{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

#leftcol #subnavi li.current a:hover{
	background-color:#FFFFFF;
	color:#B40001;
	text-decoration:underline;
}

/* ENDE UL SUBNAVI  */

h1{
	font-size:12px;
	font-weight:bold;
	/*color:#B40001;*/
	color:#000000;
	background-image:url(img/h1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;
	padding-left:39px;
	padding-top:20px;
	padding-bottom:3px;
	border-bottom:0px dashed #D4D4D4;
	height:41px;
}

h2,h3,h4,h5{
	font-size:12px;
	font-weight:normal;
	color:#BE0000;	
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}

p{
	margin:0px;
	padding:0px;
	padding-left:0px;
}

form, fieldset {
	border:0px;	
}

input, textarea {
	border:1px solid #C4C4C4;
	margin:2px;
	font-size:12px;
	color:#626262;
}

#mailformname{
	position:relative;
	left:48px;
}

#mailformemail{
	position:relative;
	left:50px;
}

#mailformtext{
	font-family: Verdana, Arial;
	font-size:12px;
	color:#626262;
}

#mailformformtype_mail{
	position:relative;
	left:90px;
	border:1px solid #626262;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#626262;
}

th{
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding:5px;
	vertical-align:top;
}

td{
	background-color:#E0F3FD;
	color:#000000;
	font-weight:normal;
	text-align:center;
	font-size:12px;
	padding:5px;
	vertical-align:top;
}

td.firstfat, th.firstfat {
	text-align:left;
	font-weight:bold;
	
}

td.first, th.first {
	text-align:left;	
}

table.onecol{
	width:460px;
}

ul{
list-style-type:square;
padding-left:15px;
}

td.space{
	line-height:1px;
	height:5px;
}
 td.firstwhitefat{
	text-align:left;
	font-weight:bold;
	background-color:#ffffff;
 }
  td.firstwhite{
	text-align:left;
	font-weight:normal;
	background-color:#ffffff;
 }
 
a:link {color:#B40001; text-decoration:underline;}
a:visited {color:#B40001; text-decoration:underline;}
a:hover {color:#B40001; text-decoration:none;}
a:active {color:#B40001; text-decoration:underline;}

.wtgallery_list{
	padding-right:15px;
	padding-bottom:15px;
}

ul.wtgallery_pagebrowser_list{
	list-style-type:none;
	padding-left:5px;
	margin-left:0px;
}

ul.wtgallery_pagebrowser_list li{
	float:left;
	padding-right:10px;
}

ul.wtgallery_pagebrowser_list li a:hover{
	color:#B40001;
}

ul.wtgallery_pagebrowser_list li a.act:link{
	color:#B40001;
}
ul.wtgallery_pagebrowser_list li a.act:visited{
	color:#B40001;
}
ul.wtgallery_pagebrowser_list li a.act:hover{
	color:#B40001;
}
ul.wtgallery_pagebrowser_list li a.act:active{
	color:#B40001;
}

.csc-textpic-caption{
	font-size:12px;
	font-style:italic;
}

div.news-latest-item{
	width:190px;
	border:0px solid black;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}

* html div.news-latest-item{
	width:195px;
}

div.news-latest-item-news{
	border:0px solid black;
}

div.news-latest-gotoarchive{
	display:none;
}

div.news-latest-container h2{
	display:none;
}

div.news-latest-container-news h2, div.news-latest-container-news-test h2{
	display:none;
}

div.selectLeft{
	position:relative;
	width:210px;
	height:90px;
	background-image:url(img/select_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div.selectLeft img {
	position:absolute;
	top:20px; left:20px;
}

div.selectLeft select {
	position:absolute;
	top:40px; left:20px;
	border:1px solid #666666;	
}

div.selectRight{
	position:relative;
	width:239px;
	height:90px;
	background-image:url(img/select_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:right;
}

* html div.selectLeft{ width:210px; margin:0px; padding:0px; border:0px; }
* html div.selectRight{ width:196px; margin:0px; padding:0px; border:0px; position:relative; right:3px;}

div.selectRight select {
	position:absolute;
	top:40px; left:20px;
	border:1px solid #666666;	
}

td{
	background-color:#ffffff;
	width:449px;
}

div.news-latest-morelink { background-color:black; width:54px; height:25px; text-align:center; display:block; margin:0px; padding:0px;}
div.news-latest-morelink a:link		{ background-color:black; color:white; line-height:25px; text-decoration:none;}
div.news-latest-morelink a:visited	{ background-color:black; color:white; line-height:25px; text-decoration:none;}
div.news-latest-morelink a:hover	{ background-color:black; color:white; line-height:25px; text-decoration:none;}
div.news-latest-morelink a:active	{ background-color:black; color:white; line-height:25px; text-decoration:none;}

div.vereinsverzeichnis_listrow img {
	float:right;
}

div.vereinsverzeichnis_listrow { text-align:left; margin-bottom:30px; width:250px; float:left; background-color:#ffffff; }
div.vereinsverzeichnis_listrow_pics { text-align:right; margin-bottom:30px; background-color:#ffffff; margin-left:250px; }
div.vereinsverzeichnis_listrow_pics img { width:123px; }
div.vereinsverzeichnis_listrow img.icon {width:15px; margin:0px; padding:0px; margin-right:10px; margin-top:2px; float:left;}

div.vereinsverzeichnis_listrow h3 { padding:0px; margin-top:0px; margin-bottom:15px; }
div.vereinsverzeichnis_listrow h3 a:link 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }
div.vereinsverzeichnis_listrow h3 a:visited 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }
div.vereinsverzeichnis_listrow h3 a:hover 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }
div.vereinsverzeichnis_listrow h3 a:active	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }

div.vereinsverzeichnis_singleLeft img {	float:left; width:200px; margin-right:20px; margin-bottom:20px;}
div.vereinsverzeichnis_singleLeft img.icon {width:15px; margin:0px; padding:0px; margin-right:10px; margin-top:2px;}
div.vereinsverzeichnis_singleLeft h1 a:link 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }
div.vereinsverzeichnis_singleLeft h1 a:visited 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }
div.vereinsverzeichnis_singleLeft h1 a:hover 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }
div.vereinsverzeichnis_singleLeft h1 a:active 	{ font-weight:bold; font-size:13px; color:#000000; text-decoration:none; }

div.vereinsverzeichnis_singleRight { float:right; }

div.tx-ttnews-browsebox td { width:auto; }

span.news-list-date { display:block; color:black; }

.news-list-container HR.clearer{
	display:none;
}

div.news-list-item h3, div.news-list-item img { padding-bottom:3px; }

div.mail_subscription_form{
	/*padding:0px;
	margin:0px;
	border:0px;
	width:190px;
	
	background-image:url(img/newsletterbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;*/
}

td.csc-uploads-fileName{
	text-align:left;
}

#rightcol dl{
	margin-bottom:0px;
}

#newslettersubscrpt{
	background-image:url(img/newsletterbg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#newslettersubscrpt #name, #newslettersubscrpt #html, #newslettersubscrpt #cancelBut {
	display:none;
}

#newslettersubscrpt #email{
	position:relative;
	left:18px;
	padding-top:40px;
}

#newslettersubscrpt #submitBut {
	

}

#newslettersubscrpt #email input{
	width:145px;
}

#newslettersubscrpt #submitBut input{
 	position:relative;
 	top:5px;
 	left:66px;
	background-color:#B40001;
	color:#FFFFFF;
	font-family:#ffffff;
	width:95px;
	height:26px;
}
