/* GENERELT */

body {
	background: #343434 url(../gfx/bg.jpg) repeat-x;
	text-align: center;
}

td {
	padding: 0;
	text-align: left;
	font: 13px Trebuchet MS, Verdana, Georgia, serif;
}

.width200px {
	width: 200px;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	display: inline;
}

h2 {
	font-size: 13px;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

img {
	border: none;
}

img.floatLeft {
	float: left;
	margin: 0 30px 20px 0;
}

li {
	list-style-image: url(../gfx/arrow_header.gif);
	padding: 0 0 20px 0;
	margin: 0;
}

li.square {
	list-style: square;
	margin: 0 0 0 13px;
	padding: 0 0 10px 0;
}

hr {
	border: 1px solid #FFF;
	border-bottom: 1px solid #E3E3E3;
	margin: 20px 0 20px 0;
}


/* GRUNDLAYOUT */

.main {
	width: 760px;
	margin: auto;
}

.whiteBG {
	background-color: #FFF;
}

.grayBG {
	background-color: #EBEBEB;
}

.grayTopBorder {
	border-top: 1px solid #E3E3E3;
}

.cornerTopLeft {
	width: 13px;
	height: 13px;
	background: url(../gfx/corner_top_left.gif) no-repeat;
}

.cornerTopRight {
	background: url(../gfx/corner_top_right.gif) no-repeat;
}

.cornerBottomLeft {
	background: url(../gfx/corner_bottom_left.gif) no-repeat;
}

.cornerBottomRight {
	width: 13px;
	height: 21px;
	background: url(../gfx/corner_bottom_right.gif) no-repeat;
}

.topbar {
	padding: 5px 0 0 20px;
}


/* MENU */

td.menu {
	vertical-align: top;
}

table.menuRight {
	margin: 0;
	padding: 0;
	background: #EBEBEB;
	width: 100%;
}

td.menuArrow {
	width: 15px;
	padding: 0 0 0 10px;
	border-bottom: 2px solid #FFF;
}

td.menuOption {
	width: 187px;
	height: 50px;
	border-bottom: 2px solid #FFF;
}


/* NAVIGATOR */

td.navigator {
	height: 20px;
	color: #6E6E6E;
	font-size: 11px;
	vertical-align: top;
	padding: 0 0 0 20px;
}


/* CONTENT */

td.content {
	height: 300px;
	padding: 30px 30px 30px 20px;
	vertical-align: top;
}


/* BOTTOM */

td.bottom {
	color: #8D8D8D;
	font-size: 11px;
	padding: 0 0 0 20px;
}


/*  LINKS */

a {
	color: #DB7202;
}

a:hover {
	color: #000;
}


a.navigator {
	color: #6E6E6E;
}

a.navigator:hover {
	color: #000;
}

a.menu {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.bottom {
	color: #8D8D8D;
}

a.bottom:hover {
	color: #000;
}