/* browser defaults */
body
{
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	font-style: normal;
	font-weight: normal;
	font-family: serif, times;
	color: #ECE0C1;
	background: url(images/background.jpg) repeat;
	background-attachment:fixed;
	background-color: #312315;
}
img, a img
{
	border: none;
}

a:link,
a:visited
{
	color: #93C0E5;
	text-decoration: none;
}
a:hover,
a:active
{
	color: #EC8C8C;
	text-decoration: underline;
}

/* container: Main (Hintergrund und Rahmen) */
div#main
{
	margin: 0;
	padding: 0;
	width: 900px;
}

/* container: Kopfzeile */
div#header
{
	width: 875px;
	height: 155px;
	margin: 3px;
	padding: 0;
}
div#header_left
{
	width: 170px;
	height: 155px;
	margin: 0;
	background: url(images/vtc_badge.gif) no-repeat center;
	float: left;
}
div#header_right
{
	width: 700px;
	height: 155px;
	margin: 0;
	background: url(images/vtc1.jpg) no-repeat;
	float: right;
}

/* container: Navigation links Rahmen */
div#navi_frame
{
	color: black;
	float: left;
	width: 170px;
	height: 400px;
	margin-left: 3px;
	background: url(images/vtc_brass.jpg) repeat;
}

/* container: Navigation links */
ul#navi
{
	font-size: 0.8em;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 0 10px;
}
ul#navi li
{
	list-style: none;
}
#navi a:link,
#navi a:visited
{
	color: blue;
	text-decoration: none;
}
#navi a:hover,
#navi a:active
{
	color: #A20000;
	text-decoration: underline;
}

/* container: Inhalt (Hauptrahmen) */
div#inhalt_frame
{
	margin-left: 177px;
	width: 700px;
}

/* Textcontainer für normale Seiten*/
div#inhalt
{
	font-size: 0.9em;
	margin: 0;
	background: url(images/uo_back.jpg) repeat;
	background-attachment:fixed;
	background-color: #383129;
}
div#inhalt h1
{
	color: #151A4C;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	width: 470px;
	background: url(images/h1.jpg) no-repeat;
	padding: 5px;
	border-top: 1px solid #F8E9D4;
	border-left: 1px solid #F8E1C2;
	border-right: 1px solid #473A2B;
	border-bottom: 1px solid #B39366;
}
div#inhalt h2
{
	font-size: 1.2em;
	font-weight: bold;
}
div#inhalt h3
{
	font-size: 1.2em;
	font-weight: normal;
}
div#inhalt h5
{
	font-size: 0.8em;
	font-weight: normal;
}

/* Navigations-Kasten rechts oben */
div#nav_right
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	width: 140px;
	margin-left: 5px;
	padding: 10px;
	background: url(images/vtc_boards.jpg) repeat;
	border: 1px solid #68593E;
	border-top: 1px solid #6D5F4D;
	border-left: 1px solid #68593E;
	border-right: 1px solid #2E1F0C;
	border-bottom: 1px solid black;
	float: right;
}

/* Container auf der Hauptseite in Zellen aufgeteilt */

table#board
{
	table-layout: fixed;
	width: 700px;
	border-collapse: collapse;
}
tr#board_center
{
	width: 700px;
	height: 450px;
	background: url(images/boards.jpg) repeat;
}
tr#board_top
{
	width: 700px;
	height: 10px;
	background: url(images/boards_end.jpg) no-repeat;
}
tr#board_bottom
{
	width: 700px;
	height: 10px;
	background: url(images/boards_end.jpg) no-repeat;
}

div#board
{
	margin: 0 10px 0 10px;
}

div#board2
{
	padding: 0 20px 0 20px;
}

div#note1
{
	width: 450px;
	height: 450px;
	margin-left: 2px;
	padding: 0px 5px 0px 5px;
	float: left;
}

div#note2
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	width: 175px;
	height: 405px;
	margin-right: 2px;
	padding: 35px 10px 10px 15px;
	float: right;
	background: url(images/note2.gif) no-repeat;
}
#note2 a:link,
#note2 a:visited
{
	color: blue;
	text-decoration: none;
}
#note2 a:hover,
#note2 a:active
{
	color: #A20000;
	text-decoration: underline;
}


/* container Clearer*/
div#clearer
{
	clear: both;
	margin: 0;
	padding: 0;
}

/* container Fusszeile */
div#footer
{
	color: #988D67;
	font-size: 11px;
	width: 880px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
	border-top: 1px solid black;
}
ul#footer a:link,
ul#footer a:visited
{
	color: blue;
	text-decoration: none;
}
ul#footer a:hover,
ul#footer a:active
{
	color: #A20000;
	text-decoration: underline;
}

.zentriert
{
	text-align: center;
}

div#counter
{
	text-align: right;
	z-index: 0;
}
