/**
* CSS by Matthias Gleixner, in-screen.de, 2007
*/

body
{
	background-color: #7A0A0F;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

a
{
	color: #FFCC33;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a:visited { color:#FFCC66; }

#outsideDiv { width: 100%; }

#header
{
	width: 782px;
	height: 100px;
	border-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

h1.displayNone { display: none; }

#main
{
	width: 782px;
	height: 478px;
	border-color: white;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: #B73717;
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#navi
{
	width: 755px;
	height: 32px;
	border-color: white;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
}

#navi ul
{
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#navi ul li
{
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
}

#navi a
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-transform: lowercase;
}

#navi a:visited { color: white; }

#navi a.currentPage { text-decoration: underline; }

#contentDiv
{
	width: 744px;
	height: 400px;
	border-color: white;
	border-width: 0px 0px 0px 1px;
	border-style: dashed;
	padding: 6px;
	text-align: left;
}

#navi2ndLevel
{
	width: auto;
	height: 45px;
}

#navi2ndLevel ul
{
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#navi2ndLevel ul li
{
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
}

#navi2ndLevel a
{
	color: #FFCC33;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-transform: lowercase;
}

#navi2ndLevel a:visited { color: FFCC66; }

#navi2ndLevel a.currentPage { text-decoration: underline; }

#divLeft
{
	width: 285px;
	height: 340px;
	float: left;
}

#contentTextDiv
{
	width: auto;
	height: 340px;
	overflow: auto;
	border-color:  #7A0A0F;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#imgDivRight
{
	width: 140px;
	height: 340px;
	float: right;
	padding-left: 10px;
	margin-right: 0px;
}

.cdTable td { padding: 0 4px 4px 0; }

#footerDiv { width: 755px; }

#footerDiv a
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
}

#footerDiv a:visited { color: white; }

#footerDiv a.currentPage { text-decoration: underline; }

.trick
{
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

