/* ALLGEMEIN */

img
{
border:0;
}

p,a,input,select,textarea,label,div,span,ul,li,td,th
{
font-family:Arial,Verdana,Helvetica;
font-size:11px;
}

/* ENDE ALLGEMEIN */
/* Blau : 1B278E


/* Menüleiste oben */

a.topMenuItem
{
	background-color:#C6A656;
	/*background-color:#F39A37;*/
	color:#000000;
	text-decoration:none;
}

a.topMenuItem:hover
{
	font-size:11px;	
	background-color:#000000;
	color:#C6A656;
	/*color:#F39A37;*/
	text-decoration:none;
}

/* ENDE Menüleiste oben */


/*	Logo platzieren 

	- NE: Netscape/Firefox/Mozilla/Opera
	 
	- IE: Internet Explorer

*/

div.ashllogo_NE {
	position: absolute;
	left: 35px; top: 55px;
	width: 141px; height: 154px;
	background-image: url("../img/ashl_logoT.png");
	z-index: 105;
}

div.ashllogo_IE {
    position: absolute;
    left: 35px; top: 55px;
    width: 141px; height: 154px;
    z-index: 105;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/ashl_logoT.png");
}

/* ENDE Logo platzieren */


/* Admin Eingabemasken */

.inputHead
{
font-family:Verdana,Helvetica;
color:#ababab;
font-size:18px;
text-align:center;
font-weight:bold;
}

.inputRowTitle
{
font-family:Verdana,Helvetica;
color:#ababab;
}

.inputbox {
        padding: 2px;
        border:solid 1px #ababab; //cccccc;
        background-color: #ffffff;
}

.button {
        padding: 2px 5px 2px 5px;
        height: 22px;
        border:solid 1px #ababab;
        background-color: #d6d6ce;//ffffff;
        color: #000000;
        font-family: Arial, Helvetica, Sans Serif;
        text-align: center;
        font-size: 11px;
}

/* ENDE Admin Eingabemasken */

/* Replacement of  color:#F39A37;  -> 	color:#C6A656;*/

/* News content */

.boxinverted {
	font-size:10px;
	color:#FFFFFF;
}

.newslinks {
	color:#888888;
}

a.newslinks {
	color:#888888;
	text-decoration:none;
}

.newsheadline {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

.shortnewstitle {
	color:#C6A656;
}

a.shortnewstitle {
	color:#C6A656;
	text-decoration:none;
	font-size: 14px;
}

h4.newstitle {
	color:#C6A656;
}

.newsmore {
	color:#C6A656;
}

a.newsmore {
	color:#C6A656;
	text-decoration:none;
}

/* ENDE News Content */


/* Impressum Content */

.head_orange
{
	color:#C6A656;
	font-size:14px;
	font-weight:bold;
}

/* ENDE Impressum Content*/

/* Statutes Content */

.head_orange_underlined
{
	color:#C6A656;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* ENDE Statutes Content */

/* START Game Details Content */

.game_details_big{
	color:#CECECE;
	font-size:24pt;
}

.game_details{
	color:#CECECE;
}

td.game_details_head{
	background-color:#CECECE;
	color:#FFFFFF;
	padding:4px;
}

/* ENDE  Game Details Content */

/* START Content Left Side*/

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

a.ls_content:hover
{
text-decoration:underline;
}

a.ls_content_selected
{
color:#C6A656;
text-decoration:none;
}

a.ls_content_selected:hover
{
text-decoration:underline;
}

/* ENDE Content Left Side*/


/*START  Content Right Side*/

td.rightTableRowSingle{
	background-color:#FFFFFF;
	padding:4px;
	border-style:solid;
	border-width:1;
	border-color:#CECECE;
}

td.rightTableRowMultiTop{
	background-color:#FFFFFF;
	padding:4px;
	border-style:solid;
	border-left-width:1;
	border-top-width:1;
	border-right-width:1;
	border-bottom-width:0;
	border-color:#CECECE;
}

td.rightTableRowMultiBottom{
	background-color:#FFFFFF;
	padding:4px;
	border-style:solid;
	border-left-width:1;
	border-top-width:0;
	border-right-width:1;
	border-bottom-width:1;
	border-color:#CECECE;
}
td.rightTableRowMultiMiddle{
	background-color:#FFFFFF;
	padding:4px;
	border-style:solid;
	border-left-width:1;
	border-top-width:0;
	border-right-width:1;
	border-bottom-width:0;
	border-color:#CECECE;
}

.rightTableRowSingleStep{
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:2px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	border-style:solid;
	border-width:1;
	border-color:#CECECE;
}

.rightAppointmentItem{
	color:#CECECE;
}

/*ENDE Content Right Side*/
