/*
/*
 * IMPORTENT: you have to use fix font-size! If not, you have a different view in the fckeditor!
 */

/**** basic formats ****/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: rgb(204,204,204);
	background-color: rgb(87,86,84);
}


h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:1.2em;
	color: white;
}

h1 {

	margin-top: 0px;
	padding: 5px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 16pt;
}

h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
	font-style: italic;
}

hr {
	margin-top: 10px;
}

p, td {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	font-size: 8pt;
	text-align: justify;	
	color: rgb(204,204,204);
}

ul {
	font-size: 8pt;
	margin-left: 40px;
}

ol {
	font-size: 8pt;
	margin-left: 40px;
}

ol li {
	margin-bottom: 10px; 
}

a:link {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(204,204,204);
	text-decoration: none;
}
a:visited {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(204,204,204);
	text-decoration: none;
}
a:hover {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(204,204,204);
	text-decoration: none;
}
a:active {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(204,204,204);
	text-decoration: none;
}
a:focus {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: rgb(204,204,204);
	text-decoration: none;
}

.highlight {
	font: bold 15px/normal Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

.imageonleft {
	float: left;
	margin-right: 5px;
}

.imageonright {
	float: right;
	margin-left: 5px;
}

iframe#feedback {
	background-color: rgb(87,86,84);
	width: 100%;
	height: 400px; 
}

.origlink {
	text-align: center;
}

.origlink a, a.link, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: white;
}


#fckeditor { /* wird nur im editiermodus gebraucht! */
	background-color: rgb(106, 102, 101); 
}




/**** main boxes ****/
#body {
	width: 800px;
	text-align: left; 
}
#content {
	position: relative;
	left: -75px; 
	width: 540px;
	text-align: left;
	float: right;
	margin: 0;
	padding: 0;  
}
#image {
	text-align: center;
	margin: 30px 50px;
	padding: 20px; 
	background-color: rgb(51,51,51);
	border: 1px solid rgb(204,204,204);
}

#link_list {
	text-align: center;
	margin: 0 20%;
}

#links_home {
	text-decoration: none;
	color: white;
	font-size: 8pt;
}


/**** header ***/

#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 800px;
	height: 150px; 
	text-align: left; 
}
#header #header_title  {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 250px;
	z-index: 1; 
	text-align: center;
}
#header #header_title h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(204,0,0);
	background-color: rgb(51,51,51);
	padding: 7px;
}



/**** context styles ****/

#image h1 { 
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color: rgb(204,204,204);
	font-size: 8pt; 
}
#image h2 { 
	text-align: center;
	font-weight: normal;
	font-style: normal;	
	color: rgb(204,204,204);
	font-size: 8pt; 
}
#image p { 
	margin: 0 auto; 
	text-align: center;
}

.thumbnail {
	text-align: center;
	vertical-align: top; 
	padding: 10px; 
	margin: 0; 
	border: 1px solid rgb(204,204,204);
	background-color: rgb(51,51,51);
}

.thumbnail p {
	text-align: center; 
}

#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#links ul li {
	margin: 5px 0;
}
#links a {
	width: 250px;
	padding: 2px;
	background-color: rgb(51,51,51);
	color: rgb(204,204,204);
	border: 1px solid rgb(204,204,204);
	text-decoration: none;
	display: block;
	font-size: 8pt; 
	font-weight: bold;
}
#links a img {
	padding: 0;
	background-color: rgb(51,51,51);
	color: rgb(204,204,204);
	border: 1px solid rgb(204,204,204);
	text-decoration: none;
	display: block;
	font-size: 8pt; 
	font-weight: bold;
}

#links_home p a {
	font-weight: bold;
	font-size: 8pt;
}
#links_home p a:hover {
	font-weight: bold;
	font-size: 8pt;
}
#links_home p a:visited {
	font-weight: bold;
	font-size: 8pt;
}


/* main menu */

#menu_main {
	margin: 0;
	width: 164px;
	float: left; 
	padding: 0;
/*	border:1px solid white;*/
}

#menu_main a { 
	text-decoration: none;
	padding: 2px;
	margin-bottom: 5px;
	display: block;
	color: rgb(204,204,204);
	background-color: rgb(51,51,51);
	font-size: 10pt; 
	font-weight: bold;
}
#menu_main ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}
#menu_main ul li {
	width: 139px;
}
#menu_main ul li a:hover {
	color: rgb(204,0,0);
}
#menu_main ul li .selected {
	color: rgb(204,0,0);
}


/* image menu */

#menu_image {
	width: 100%; 
	margin: 0 auto;
	padding: 5px; 
	background-color: rgb(51,51,51);
	/*border: 1px solid white;*/
}

#menu_image a {
	text-decoration: none;
	color: rgb(204,204,204);
	font-size: 8pt; 
	font-weight: bold;	
}
#menu_image a:hover {
	color: rgb(204,0,0);
}
#menu_image .selected {
	color: rgb(204,0,0);
}


/* sub menu */

#menu_sub {
	width: 100%; 
	margin: 0 auto 20px 0;
	padding: 5px; 
	text-align: center;
	background-color: rgb(51,51,51);
	/*border: 1px solid white;*/
}

#menu_sub a {
	text-decoration: none;
	color: rgb(204,204,204);
	font-size: 8pt; 
	font-weight: bold;	
}
#menu_sub a:hover {
	color: rgb(204,0,0);
}


/* other menus */

.menu_gfx {
	text-align: center;
	vertical-align: top; 
	padding: 10px; 
	margin: 0px; 
	border: 1px solid rgb(204,204,204);
	background-color: rgb(51,51,51);
}
.menu_gfx p {
	text-align: center; 
}
.menu_gfx a:hover {
	color: rgb(204,0,0);
}
.menu_gfx a { 
	text-decoration: none;
	color: rgb(204,204,204);
	font-size: 10pt; 
	font-weight: bold;
}
.menu_page p {
	text-align: center; 
}
.menu_page a:hover {
	color: rgb(204,0,0);
	font-size: 10pt; 
	font-weight: bold;
}
.menu_page a { 
	border: 1px solid rgb(204,204,204);
	text-decoration: none;
	color: rgb(204,204,204);
	font-size: 10pt; 
	font-weight: bold;
}

tr .menu_links {
	width: 350px;
}
.menu_links {
	text-align: center;
	vertical-align: top; 
	padding: 10px; 
	margin: 0px; 
	border: 1px solid rgb(204,204,204);
	background-color: rgb(51,51,51);
}
.menu_links p {
	text-align: center; 
}
.menu_links a:hover {
	color: rgb(204,0,0);
	font-size: 10pt; 
	font-weight: bold;
}
.menu_links a { 
	text-decoration: none;
	color: rgb(204,204,204);
	font-size: 10pt; 
	font-weight: bold;
}
