html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #7993b4;
	/*background-color: #91baff;*/

	font-family: sans-serif;
	font-size: 14px;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;

	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

#outer_container
{
	width: 880px;
        min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0px auto;
	padding: 0px;

	text-align: justify;
	background-image: url(img/container.png);
	background-repeat: repeat-y;

	*background-image: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/container.png');

}
#inner_container
{
	*position: absolute;
	width: 780px;

	margin: 0px auto;
	padding: 0px;
}

#banner
{
	width: 780px;
	height: 200px;
	margin: 0px;
	padding: 0px;

	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;

	text-align: right;
}

#navi
{
	margin-left: 45px;
	padding-top: 146px;
	text-align: left;
}

#content
{
	position: relative;
	min-height: 388px;
	height: auto !important;
	height: 388px;

	padding: 20px;
	color: #234e88;
	background-color: white;
}

#copyright
{
	font-size: 12px;
	color: #5f6680;
	text-align: center;
}

form
{
	display: inline;
}

/*******************************************************/
/**  Headlines                                        **/
/*******************************************************/

h1
{
	font-size: 160%;
	color: #5f6680;
}

h2
{
	font-size: 130%;
	color: #5f6680;
}

hr
{
	background-color: #5f6680;
	height: 1px;
	border: 0px;
}

a img
{
	border: none;
}

.borderlink img
{
	border: 2px solid #a9a9a9;
}

.borderlink:hover img
{
	border: 2px solid #797979;
}

#banner a
{
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}

#banner a:hover
{
	text-decoration: underline;
}


#content a
{
	color: #031e18;
	font-style: italic;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#navi a
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #f0982c;
}

#navi a:hover
{
	color: #f0d86c;
}

#copyright a
{
	font-style: normal;
	color: #133e88;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

h3 a
{
        font-weight: normal;
        font-size:11px;
}
/*******************************************************/

#links
{
	font-size: 11px;
}

#links a
{
	display: block;
	color: black;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
	margin-top: 10px;
}

#links a:hover
{
	text-decoration: none;
}

table.gb
{
	width: 70%;
}

table.gb td
{
	background-color: #c8d3e0;
	padding: 15px;
	text-align: left;
}


/*******************************************/

.mini_tb
{
	float:left;
}

.turniere li
{
	margin-bottom: 15px;
}

