@import 'interface.css';

* {
  padding: 0;
  margin: 0;
}

a {
  color: #324b65;
  text-decoration: underline;
}
a:visited {
  color: #653265;
}
a:hover {
  color: #ffac00;
}
a:active {
  color: #ffac00;
}

table {
  border-collapse: collapse;
}


/* BODY **************************************************************************************** */
body {
  background: #181818;
  font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 11pt;
  color: #181818;
}

p {
  margin-bottom: 6pt;
}
  
  
/* HEADINGS ************************************************************************************ */
h1 {
  font-size: 14pt;
  color: #324b65;
  font-weight: normal;
}
h1.invert {
  color: #fff;
  background: #324b65;
  text-indent: 5px;
}

em {
  font-size: 13pt;
  color: #324b65;
  font-style: normal;
}

h2 {
  font-size: 13pt;
  color: #324b65;
  font-weight: normal;
}
h3 {
	font-size: 12pt;
	color: #000;
	font-weight: normal;
}

hr {
  border: 0;
  height: 1px;
  border-top: 1px solid #324b65;
}

span.hint {
  font-size: 9pt;
  color: #666;
}

.littlehate {
  border-bottom: 5px;
}
.hate {
  border-bottom: 10px;
}
.bighate {
  border-bottom: 20px;
}

#wrap {
	width: 1080px;
	margin: auto;
	background: #fff url('wrapper.png') center repeat-y;
}
#container {
	width: 906px; /*wrap - 174 */
	margin: auto;
}

.clear {
	clear: both;
}

/* HEAD  *************************************************************************************** */
#head {
	width: 906px;
	height: 130px;
  background: url('head.png') no-repeat;
}


#headuser {
  float: left;
  margin-left: 5px;
  color: #fff;
  font-size: 10pt;
}
#headuser a {
  color: #fff;
  text-decoration: underline;
}

#headnav {
  display: block;
  float: left;
	margin-top: 5px;
}
#headnav li {
  float: left;
  list-style: none;
  margin-left: 8px;
}
#headnav li a {
  color: #c8c8c8;
  text-decoration: none;
  font-size: 10pt;
}
#headnav li a:hover {
  color: #fff;
}

#pagelogo {
  display: block;
  /*width: 730px;*/
  width: 333px;
	height: 85px;
	float: right;
	margin-left: auto;
	margin-right: 5px;
  background: url('logo175jde.png') center no-repeat;
}




  
/* WRAPPER ************************************************************************************* */
.wrapper {
  width: 890px;
  text-align: left;
  margin: 0 auto;
}


/* NAVIGATION ********************************************************************************** */
#nav {
  width: 100%;
	background: url('navdark.png') no-repeat;
  display: block;
	height: 48px;
}

#nav ul {
	
}

#nav ul li {
  margin-left: 5px;
	margin-top: 5px;
  list-style: none;
	float: left;
}

#nav ul li a {
  display: block;
  height: 18px;
  width: 130px;
	text-align: center;
  color: #fff;
  text-decoration: none;
}

#nav ul li a:hover {
  background: url('head.png') right top;
  color: #000;
}

#nav ul li.selected a {
  font-weight: bold;
  color: #000;
  background: url('head.png') right top;
}

#nav ul.sub {
}
#nav ul.sub li {
	margin-top: 4px;
	font-size: 10.5pt;
}
#nav ul.sub li a {
	width: 105px;
}
#nav ul.sub li.selected a, #nav ul.sub li a:hover {
	background: url('navdark.png') right center;
}



/* CONTENT ************************************************************************************* */
#content {
	clear: both;
	margin: auto;
	background: url('mainbg.png') center top no-repeat;
	padding: 10px;
	min-height: 300px;
}

div.navhate {
  margin-left: 200px;
}
div.reallyhatenav {
  margin-left: 210px;
}

#contenthead {
  margin-bottom: 20px;
}
#contenthead h1 {
	color: #181818;
}
#contenthead hr {
	border: 0;
	border-top: 1px solid #181818;
}



ul.biglist li {
  list-style-image: url('icons_tool/job.png');
  margin-left: 20px;
}
ul.biglist li.file {
  list-style-image: url('icons_tool/download.png');
}

ul.gallery {
  
}
ul.gallery li {
  float: left;
  display: block;
  border: 1px solid #e0e5ef;
  -moz-border-radius: 5px;
}
ul.gallery li img {
  display: block;
  margin: auto;
  border: 0;
}
ul.gallery li div, ul.icons li div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
ul.gallery li.head {
  width: 100%;
}

ul.gallery2 li {
  width: 48%;
  height: 300px;
  margin-right: 1%;
}
ul.gallery2 li.head {
  height: 300px;
}


ul.joblist {
  margin-top: 5px;
}
ul.joblist li {
  list-style-image: url('icons_tool/job.png');
  margin-left: 30px;
  margin-bottom: 5px;
}
ul.joblist li.configurator {
  list-style-image: url('icons_tool/jobconfig.png');
}
ul.joblist li.file {
  list-style-image: url('icons_tool/download.png');
}
ul.joblist li a {
  color: #000;
  text-decoration: none;
  margin-left: -2px;
}
ul.joblist li a:hover {
  text-decoration: underline;
}
ul.joblist li.selected a {
  font-weight: bold;
}

ul.icons {
  height: 70px;
}
ul.icons li {
  display: block;
  float: left;
  margin-right: 5px;
}
ul.icons li a {
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  -moz-border-radius: 5px;
  margin: 2px;
}
ul.icons li a:hover {
  border: 1px solid #bebdbd;
  background-color: #f0f5ff;
}
ul.icons li.important a {
  border: 1px solid #efbd8b;
  background-color: #ffcd9b;
}
ul.icons li.important a:hover {
  border: 1px solid #efcd9b;
  background-color: #ffddab;
}
ul.icons li.sep {
  width: 1px;
  height: 100%;
  margin-left: 5px;
  margin-right: 10px;
  background: #c0c5cf;
}

ul.calendar.year {
	display: block;
}
ul.calendar.year li {
	display: block;
	margin-bottom: 10px;
}
ul.calendar.year h3.none {
	color: #999;
	margin-left: 10px;
}
ul.calendar.year ul {
	margin-left: 5px;
}



a.back {
  background: #e0e5ef;
  border: 1px outset #d0d5df;
  padding: 5px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 10pt;
  width: 300px;
  margin-top: -10px;
  margin-bottom: 15px;
}
a.back:hover {
  background: #fff;
  border: 1px outset #e0e5ef;
}
a.back div {
  width: 19px;
  height: 16px;
  background: url('icons_tool/back.png') center no-repeat;
  margin-right: 5px;
  float: left;
}


div.shadowend {
  background: url('shadowend.png') center bottom no-repeat;
  height: 86px;
  width: 1080px;
  margin: auto;
  clear: both;
}


/* FOOTER ************************************************************************************** */
#ticker {
  margin: auto;
  width: 900px;
  background: #c8cdd7 url('backgroundticker.png');
  clear: both;
  font-size: 10pt;
  color: #000;
}
#ticker div {
  margin-left: 210px;
}

#ticker h4 {
  font-size: 9pt;
  font-weight: normal;
  color: #666;
}
#ticker h3 {
  font-weight: normal;
  font-size: 10pt;
}
#ticker span {
  float: right;
  font-size: 9pt;
  color: #000;
  margin-right: 12px;
}


#copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 8pt;
  color: #282828;
}









/* SUCHE *************************************************************************************** */
#pagesearch {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

form.search {
  background: #181818;
  border: 1px inset #181818;
  width: 196px;
  height: 18px;
}

form.search input.input {
  font-family: 'Trebuchet MS', tahoma, arial, sans-serif;
  font-style: italic;
  font-size: 9pt;
	
  float: left;
  background: #181818;
  border: 1px solid transparent;
  width: 165px;
  height: 16px;
  margin-left: 2px;
  color: #c8c8c8;
}
form.search input.submit {
  float: right;
  width: 14px;
  height: 16px;
  display: block;
  background-color: #181818;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('icons_tool/search.png');
  border: 1px solid transparent;
}
form.search input.submit:hover {
  border: 1px outset #282828;
  background-color: #282828;
}
form.search input:focus {
  background-color: #282828;
  color: #fff;
  font-style: normal;
}
form.search:hover, form.search:hover input {
  background-color: #282828;
}




/* ZUSÄTZLICHES ******************************************************************************** */
#trivia h2 {
  font-size: 50pt;
  color: #324b65;
  font-weight: normal;
}
#trivia h3 {
  font-size: 13pt;
  color: #000;
  font-weight: normal;
}
#trivia h4 {
  font-size: 12pt;
  color: #666;
  font-weight: normal;
}



#newslist li {
  margin-bottom: 5px;
  border-bottom: 1px solid #d0d5df;
  display: block;
}
#newslist li.news1 {
  background: #f0f5ff;
}
#newslist li.news2 {
  background: #e0e5ef;
}
#newslist h4 {
  font-size: 9pt;
  font-weight: normal;
  color: #666;
}
#newslist h3 {
  font-weight: normal;
  font-size: 10pt;
}
#newslist h3 a {
  text-decoration: none;
}