body {
	background-color: #c8a800;
	background-image:  url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #002d53;
}

a {
	text-decoration: underline;
	color: #6A6A6A;
}

h1 {
	font-weight: normal;
	font-size: 220%;
	margin: 0;
	padding: 0;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	font-family: Georgia, serif;
}

h2 {
	font-weight: normal;
	font-size: 220%;
	color: white;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	font-family: Georgia, serif;
	line-height: 130%;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 0.2em;
}

h3 .date {
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 2em;
}

h5 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: white;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-bottom: 0.2em;
}

p.intro {
	font-family: Tahoma;
	font-size: 115%;
	color: white;
	margin-bottom: 1.8em;
}

p {
	margin-top: 0;
	padding-top: 0;
}

.highlight {
	font-family: "Trebuchet MS";
	color: white;
	font-weight: bold;
}

#content ul li .highlight {
	font-family: "Trebuchet MS";
	color: white;
	font-weight: bold;
}

#content {
	position: absolute;
	top: 180px;
	left: 420px;
	width: 500px;
	font-family: "Trebuchet MS";
	line-height: 140%;
}

#content img.right {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content img.left {
	margin-right: 10px;
}

#content img {
	border: 1px solid white;
}

#content img.darkborder {
	border: 1px solid #002d53;
}

#content img.noborder {
	border: 0;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;	
}

#content ul li {
	margin-left: 18px;
	padding-left: 0;
}

#quote {
	position: absolute;
	top: 15px;
	left: 550px;
	width: 400px;
	text-align: right;
	font-size: 13px;
	line-height: 130%;
}

#quote p {
	color: #988000; //#AA8F00;
	font-style: italic;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
	font-family: Georgia, serif;
}

#quote p.author {
	color: #929292;
	font-style: normal;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
		
#navigation {
	position:    absolute;
	top:         105px;
	left:        0px;
	width:       400px;
	height:      520px;
	z-index: 10;
}

#navigation-bg {
	position:    absolute;
	top:         105px;
	left:        0px;
	width:       242px;
	height:      511px;
	background-image: url(images/navigation-bg.png);
	background-repeat: no-repeat;
	z-index: 8;
}

#logo {
	position: absolute;
	top: 16px;
	left: 35px;
	width: 229px;
	height: 48px;
	background-image: url(images/logo.jpg);
	cursor: pointer;
}

#logo a {
	display: block;
	width: 229px;
	height: 48px;
}

#circle {
	position:    absolute;
	top:         419px;
	left:        5px;
	width:       185px;
	height:      185px;
	background-repeat: no-repeat;
	z-index: 1;
}

#context {
	font-size: 90%;
	position: absolute;
	top: 640px;
	left: 20px;
	width: 260px;
	color: #7A6700;
	font-family: "Trebuchet MS";
	line-height: 145%;
}
#context strong {
	color: #ffffff;
}

#navigation ul {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
	list-style-type: none;
}

#navigation ul li {
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 31px;
	background-image: url(images/dot-small.gif);
	background-repeat: no-repeat;
}

#navigation ul li.selected {
	background-image: url(images/dot-big.gif);
}

#navigation ul li a {
	display: block;
	color: #002d53;
	padding: 9px;
	padding-left: 30px;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: white;
}

#navigation ul li.selected a {
	color: white;
	cursor: default;
	padding-left: 40px;
	font-weight: bold;
}

#navigation ul li.n1 {
	left: 125px;
	top: 5px;
}

#navigation ul li.n2 {
	left: 130px;
	top: 65px;
	width: 200px;
}

#navigation ul li.n3 {
	left: 105px;
	top: 131px;
	width: 300px;
}

#navigation ul li.n4 {
	left: 185px;
	top: 190px;
}

#navigation ul li.n5 {
	left: 216px;
	top: 250px;
}

#navigation ul li.n6 {
	left: 226px;
	top: 305px;
}

#navigation ul li.n7 {
	left: 218px;
	top: 360px;
}

#navigation ul li.n8 {
	left: 197px;
	top: 410px;
}

/* ------------------------------------------- */
/*	Sub-Navigation
/* ------------------------------------------- */

#sub-navigation {
	position:    absolute;
	top:         90px;
	left:        380px;
	width:       700px;
	height:      40px;
	z-index: 2;
}

#sub-navigation ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

#sub-navigation ul li {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

#sub-navigation ul li.selected {
	background-image: url(images/sub-navigation-selection.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#sub-navigation ul li a {
	display: block;
	color: #002d53;
	padding: 4px;
	margin-left: 40px;
	margin-right: 30px;
	text-decoration: none;
}

#sub-navigation ul li a:hover {
	color: white;
}

#sub-navigation ul li.selected a {
	color: white;
	cursor: default;
	font-weight: normal;
}

/* ------------------------------------------- */
/*	Referenzen
/* ------------------------------------------- */

div.listitem {
	float: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
	width: 100%;
}

div.divided {
	background-image: url(images/sub-navigation-selection.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.listitem div.context {
	float: left;
	width: 320px;
	padding-left: 10px;
}

div.listitem div.context h3 {
	margin-top: 0em;
}

div.listitem div.logo {
	float: left;
	width: 150px;
	border: 1px solid #002d53;
	background-color: white;
	text-align: center;
}

div.listitem div.logo img {
	margin: 10px;
	text-align: center;
}

div.left-column {
	float: left;
	width: 450px;
	padding: 0;
	margin: 0;
}

/*div.right-column {
	float: right;
	width: 240px;
	padding: 0;
	margin: 0;
}*/

div.teamlistitem {
	float: left;
	width: 100%;
}


/* ------------------------------------------- */
/*	Bestellung
/* ------------------------------------------- */

div#content form input.radiobuttons{
	margin-top:20px;
}

div#content form p.radiobuttons{
	margin-left:30px;
	margin-top:17px;
	margin-bottom:0;
}

div#content form label.exemplare{
	text-align:left;
	width:2.5em;
}
div#content form label.captcha{
	width:auto;
}

/* ------------------------------------------- */
/*	Event Table
/* ------------------------------------------- */

div#content table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

div#content table th {
	text-align: left;
	font-weight: bold;
}

div#content table td {
}