 /*  ==========================
    CSS by Derungs Gian Reto
    clubrennen.lumnezia.net  
    ==========================  */
input{
	background:#EEEEEE;
	color: #555555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: thin;
	border-left-style: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #555555;
	border-left-color: #555555;
	border-bottom-width: thin;
	border-left-width: thin;
	list-style-type: none;
	font-size: 18px;
}

body {
	background-image: url("background.jpg");
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	height: 100%;
}
th {
	text-align:left;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555555;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
hr {
	background:#EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #555555;
}
html {
	height: 100%;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color:#333;
}
h2 {
	font-size: 19px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color:#555555;
}
h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
}



/*  ==========================
    Container
    ==========================  */
#container {
	width: 900px;
	height: 100%;
	margin: 0;
	background-color: #aaa;
}
.top_title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(grey.png);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	font-size: 28px;
	width: 200px;
    border: 2px solid;
}
 .top_title_2 {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align:right;
	color: #FFFFFF;
	background-image: url(grey.png);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	font-size: 22px;
	border: 2px solid;

}
.left_nav  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(blue.png);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    
}
.left_nav2  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(blue.png);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid;
    
}
.right_block  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(lowgrey.png);
	border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid;
    
}

.left_title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;		
}
.right_title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;		
}



select {
	background-color:#EEEEEE;
	color: #555555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-bottom-color: #BDBDBD;
	border-left-color: #BDBDBD;
	border-bottom-width: thin;
	border-left-width: thin;
	font-size: 16px;
}
a:link {color:#FFFFFF;text-decoration: none;}      /* unvisited link */
a:visited {color:#FFFFFF;text-decoration: none;}  /* visited link */
a:hover {color:#9D9C9B;}  /* mouse over link */
a:active {color:#9D9C9B;text-decoration: none;}  /* selected link */ 