/*
  Classic Theme for phpBB 2.0.4
  Created by Vjacheslav Trushkin
  http://www.trushkin.net
*/

html, body,
h1, h2, h3, h4,
hr,
p,
ul, li, dl, dt, dd,
form, fieldset, legend, input, select, button,
td {
  margin: 0;
  padding: 0;
}

td {
  padding: 2;
}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body, html { 
	background-color:#FFFFFF;
	background: #000000 url('images/gradient.png') repeat-x 0 0;
}

body,
input, select, button, textarea {
  font: 100%/100% Verdana, Arial, Sans-Serif;
}

h1, h2, h3,
table, td {
  font-size: 100%;
}

ul, li, dl, dt, dd {
  list-style-type: none;
}

a {
  color: #88bb0b;
  background: transparent;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle;
}

/* Kernpunkt spezifisch */
#wrapper {
  margin: 0 15px;
  color: #000000;
  background: #ffffff;
/*  width: 100%; */
  font-size: 11px;
}

#header {
  position: relative;
  margin: 0 7px;
  height: 67px;
}

#logo {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 231px;
  height: 36px;
}

#container {
  margin: 0 7px;
  padding: 15px 7px;
  color: #000;
  /*width: 100%;*/
  background: transparent url('images/container.gif') 0 0 repeat-x;
}

#navigation {
  margin: 0 7px;
  height: 56px;
  color: #fff;
/*  width: 100%; */
  background: #58585a url('images/navigation/mainNavigation.gif') 0 100% repeat-x;
}

#navigation ul {
  padding-top: 15px;
}

#navigation li {
  float: left;
}

#navigation a,
#navigation span {
  float: left;
  display: block;
  color: #fff;
  background: transparent;
}

#navigation span {
  padding: 12px 12px;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: transparent url('images/navigation/mainNavigationItemSeperator.gif') 100% 0 no-repeat;
}

#navigation a:hover,
#navigation a.active {
  color: #88bb0b;
  background: transparent url('images/navigation/mainNavigationItem.gif') -1px 100% no-repeat;
}

#navigation a:hover span,
#navigation a.active span {
  padding-bottom: 13px;
  color: #88bb0b;
  background: transparent url('images/navigation/mainNavigationItemEnd.gif') 100% 100% no-repeat;
}

#footer {
  /*height: 30px;*/
  margin: 20px 7px 0;
  padding: 25px 0 0;
  color: #939395;
  background: #fff url('images/footer.gif') 0 0 repeat-x;
  font-size: 90%;
}

#footer a {
  color: #939395;
  background: transparent;
}

#footer p {
  float: left;
  padding-left: 7px;
}

#footer ul {
  padding-right: 3px;
  float: right;
}

#footer li {
  display: inline;
  border-left: 1px solid #939395;
  padding: 0 4px 0 6px;
}

#footer li.first {
  border: none;
}

#top {
  position: absolute;
  top: 0.8em;
  right: 20;
  border-top: 0.4em solid #555;
  width: 28.8em; /* 47.8em; */
  padding: 0.3em 0 0.2em;
}

#top .section {
  overflow: hidden;
  float: right;
  height: 4.8em;
  padding: 0;
  border: 0.1em dotted #666;
  border-width: 0.1em 0 0 0.1em;
}

#top form {
  padding: 1.5em 1em 0;
}

#top legend {
  display: none;
}

#top span,
#top input,
#top select {
  color: #666;
  background: #fff;
}

#top select {
  width: 13.6em;
}

#top input {
  width: 12.9em;
}

#top button {
  margin-left: 0.5em;
}

#top label {
  display: none;
}

#fontsize {
  width: 9em;
  text-align: center;
}

#fontsize ul,
#fontsize li {
  display: inline;
}

#fontsize span {
  display: block;
  padding: 0.1em 0;
}

#fontsize ul span {
  display: none;
}

#search {
  width: 19.5em;
}

#language {
  width: 19em;
  color: #000;
  background: transparent url('images/button/map.gif') 50% 0 no-repeat;
}

.btn {
  width: 1.8em;
  height: 1.8em;
}


/* ENDE Kernpunkt spezifisch */

/* General font families for common tags */
hr {
  height: 1em;
  color: #000;
  background: transparent;
  border: none;
}

p {
  padding-bottom: 1em;
  font-size: 1.1em;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color:#c4c4c4; border: #cccccc; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

/* This is the outline round the main forum tables */
.forumline	{ background-color:#c4c4c4; border: 0px #ccc solid }

/* This is the outline round the topics forum headline */
.headline	{ background-color:#000; border: 3px #ccc solid }
/*
  Main table cell colours and backgrounds
  Styles that use bitmap backgrounds are commented "Uses Bitmap"
  Note that netscape 4 takes paths to bitmap files relative from
  the html file rather than from the style sheet.
  Hence, to maintain compatibility, all styles using bitmaps have
  their "background : url(templates/Classic/images/bitmap.gif);"
  setting defined in overall_header.tpl
*/

TH, TD.th	{ font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #e8e8e8; height: 25px; font-size: 11px; font-weight: bold; color: #000099; }  /* Uses Bitmap */
TD.row1		{ background-color: #f8f8f8; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border: #cccccc; }
TD.row2		{ background-color: #f0f0f0 }
TD.row3		{ background-color: #f4f4f4 }

/* This is the spacer row between post replies */
TD.spaceRow { color:#FFFFFF; background-color: #336600; border: #336600; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
TD.rowpic	{ background-color: #E1E8F5 } /* Uses Bitmap */


/*
  Setting additional nice borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
TD.cat,TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#E1E8F5; height: 27px; border: #cccccc; }  /* Uses Bitmap */

TD.catHead	 { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px }
TD.catSides  { border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px }
TD.catLeft	 { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px }
TD.catRight	 { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px }
TD.cat,TD.catBottom { height: 29px; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }

TH.thHead,TH.thSides,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #000; }
TH.thTop,TH.thLeft,TH.thRight,TH.thCornerL,TH.thCornerR { border: #fff; }

TH.thHead	 { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thSides	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thTop	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thLeft	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thRight	 { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thBottom  { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }
TH.thCornerL { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px }
TH.thCornerR { border-left-width: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px }



/* The largest text used in the index page title and toptic title etc. */
.maintitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #3D5C98;}
.subtitle	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; text-decoration : none; line-height : 120%; color : #ffffff;}


a.sitename	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #043698;}
a.sitename:visited	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : none; line-height : 120%; color : #003090;}
a.sitename:active	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #FF0000;}
a.sitename:hover	{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 20px; font-weight : bold; text-decoration : underline; line-height : 120%; color : #A00000;}

/* General normal text */
.gen		{ font-size : 12px; color : #000000; }
a.gen		{ color: #043698; text-decoration: none; }
a.gen:visited		{ color: #003090; text-decoration: none; }
a.gen:active		{ color: #FF0000; text-decoration: underline; }
a.gen:hover	{ color: #E00000; text-decoration: underline; }


/* General medium text */
.genmed		{ font-size : 11px; color : #000000; }
a.genmed	{ text-decoration: none; color : #043698; }
a.genmed:visited	{ text-decoration: none; color : #003090; }
a.genmed:active	{ text-decoration: underline; color : #FF0000; }
a.genmed:hover	{ text-decoration: underline; color : #A00000; }

/* General medium text INVERS for dark background */
.genmedinvers		{ font-size : 11px; color : #fff; }
a.genmedinvers		{ text-decoration: none; color : #043698; }
a.genmedinvers:visited	{ text-decoration: none; color : #003090; }
a.genmedinvers:active	{ text-decoration: underline; color : #FF0000; }
a.genmedinvers:hover	{ text-decoration: underline; color : #A00000; }

/* General small */
.gensmall	{ font-size : 10px; color : #000000; }
a.gensmall	{ color: #336600; text-decoration: none; }
a.gensmall:visited	{ color: #336600; text-decoration: none; }
a.gensmall:active	{ color: #88bb0b; text-decoration: none; }
a.gensmall:hover	{ color: #88bb0b; text-decoration: none; }

/* Text on TD.SpaceRow */
.spaceRow	{ font-size : 10px; color : #FFFFFF; }
a.spaceRow	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:visited	{ color: #FFFFFF; text-decoration: none; }
a.spaceRow:active	{ color: #FF0000; text-decoration: underline; }
a.spaceRow:hover	{ color: #A00000; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; text-decoration : none; color : #000000; text-transform: uppercase; }
a.mainmenu, a.mainmenu:visited		{ text-decoration: none; color : #000000;  }
a.mainmenu:active	{ text-decoration: underline; color : #FF0000; }
a.mainmenu:hover	{ text-decoration: underline; color : #A00000; }


/* Forum category titles */
.cattitle		{ font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #ffffff}
a.cattitle		{ text-decoration: none; color : #ffffff; }
a.cattitle:visited		{ text-decoration: none; color : #ffffff; }
a.cattitle:active	{ text-decoration: none; color : #88bb0b; }
a.cattitle:hover	{ text-decoration: none; color : #88bb0b; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size : 12px; font-weight : bold; text-decoration : none; color : #336600; }
a.forumlink		{ text-decoration: none; color : #336600; }
a.forumlink:visited		{ text-decoration: none; color : #336600; }
a.forumlink:active		{ text-decoration: none; color : #88bb0b; }
a.forumlink:hover	{ text-decoration: none; color : #88bb0b; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-size : 11px; font-weight : bold; text-decoration : none; color : #c0c0c0;}
a.nav			{ text-decoration: none; color : #484848; }
a.nav:visited	{ text-decoration: none; color : #484848; }
a.nav:active	{ text-decoration: underline; color : #c4c4c4; }
a.nav:hover		{ text-decoration: underline; color : #b4b4b4; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum INVERS for dark background */
.navinvers			{ font-size : 11px; font-weight : bold; text-decoration : none; color : #fff;}
a.navinvers			{ text-decoration: none; color : #c0c0c0; }
a.navinvers:visited	{ text-decoration: none; color : #c0c0c0; }
a.navinvers:active	{ text-decoration: none; color : #c0c0c0; }
a.navinvers:hover		{ text-decoration: none; color : #fff; }

/* titles for the topics: could specify viewed link colour too */
.topictitle		{ font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; }
a.topictitle	{ text-decoration: none; color : #336600; }
a.topictitle:visited	{ text-decoration: none; color : #336600; }
a.topictitle:active	{ text-decoration: none; color : #88bb0b; }
a.topictitle:hover	{ text-decoration: none; color : #88bb0b; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; text-decoration : none; color : #000000;}
a.name			{ color: #043698; text-decoration: none;}
a.name:visited	{ color: #003090; text-decoration: none;}
a.name:active	{ color: #FF0000; text-decoration: underline;}
a.name:hover	{ color: #A00000; text-decoration: underline;}


/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }
a.postdetails		{ color: #043698; text-decoration: none; }
a.postdetails:visited	{ color: #003090; text-decoration: none; }
a.postdetails:active	{ color: #FF0000; text-decoration: underline; }
a.postdetails:hover	{ color: #A00000; text-decoration: underline; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink	{ text-decoration: none; color : #336600 }
a.postlink:visited	{ text-decoration: none; color : #336600 }
a.postlink:active { text-decoration: none; color : #88bb0b}
a.postlink:hover { text-decoration: none; color : #88bb0b}

/* Errors */
.error { font-size: 12px; font-weight: bold; color: #FFFFC0 }


/* Quote Code (currently not used) */
.code { 
	font-family: Courier, "Courier New", sans-serif; font-size: 11px; color: #001030;
	background-color: #F8F8F8; border: #04369B; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #001030; line-height: 125%;
	background-color: #F8F8F8; border: #04369B; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.editedby { font-size : 10px; line-height : 100%; color : #333333; }

/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #E9EEF7;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #E9EEF9;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* The main submit button option */
input.mainoption {
	background-color : #E9EEF6;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #E9EEF5;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #C4D2ED; border-style: none; }

/* Copyright and bottom info */
.copyright		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; font-size: 10px; letter-spacing: -1px;}
a.copyright		{ color: #333333; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

