* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  color: #000000;
background: url(/assets/templates/karljurka/images/kj_bg1.jpg);
  /*background: #f9f9f9;*/
  font-size: 11px; 
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 900px;
  margin: 5px auto;
  padding: 5px auto;
}

#container {
  border: 1px solid #DF452B;
background: #a7a7a7;
}

#container td{
	border-right: 1px solid #DF452B;
}

#logo {
  background: url(/assets/templates/karljurka/images/jurka_logo1g.png);
  *background: url(/assets/templates/karljurka/images/jurka_logo_ie.png);
  margin: 20px 0 0 92px;
  position: absolute;
  overflow: hidden;
  height: 113px;
  width: 181px;
}

#footer {
  height: 19px;
  background: #e84023;
  clear: both;
  color: #FFFFFF;
}

#header {
  height: 100px;
  width: 400px;
  margin: 10px 0 0 488px;
  position: absolute;
}

#sidebar {
  background: #605050;
  padding-top: 50px;
  width: 179px;
  height: 555px;
}

#sidebarcontact {
  color: #AFAFAF;
  margin-top: 400px;
  margin-left: 25px;
}

#content {
  background: #bcbcbc;
  width: 698px;
  float: right;
  margin: 145px 10px 0 0;
  *margin: 145px 5px 0 0;
border: 1px solid #DF452B;
}

/*--------------------*/
/* Content START */
/*--------------------*/
#text {
  width: 640px;
  clip: rect(0px, 640px, 435px, 0px);
  overflow: hidden;	
  position: absolute;
  margin: 15px 15px 0 15px;
}
#textinner {
  position: absolute; 
  line-height: 14px;
  color: #000000;
  width: 640px;
  padding-left: 2px;
}
#textinner h1 {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 11px;
  font-size: 14px;
  color: #6e6464;
}
#textinner h2 {
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 12px;
}
#textinner p {
  margin-bottom: 10px;
}
#textinner table {
  border-collapse: collapse;
}
#textinner td {
  padding-right: 10px;
  vertical-align: top;
}

#textinner ul {
  list-style: none;
}
#textinner li {
  background-image: url(../images/li.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
}

#contact {
  border: 1px solid #DF452B;
  width: 145px;
  color: #AFAFAF;
  position: absolute;
  margin: 335px 0 0 8px;
  padding: 8px 8px 0 8px;
  line-height: 13px;
}



/*-------------------*/
/* Footer START */
/*-------------------*/
#footer a {
  color: #FFFFFF;
  text-decoration: none;
}

/* Sprachauswahl */
#lang {
  float: left;
  margin: 2px 0 0 10px;
  display: inline;
  font-size: 11px;
}

/* Menue rechts */
#botmenu {
  float: right;
  margin: 2px 10px 0 0;
  display: inline;
  font-size: 11px;
}
/*-----------------*/
/* Footer ENDE */
/*-----------------*/


/*--------------------*/
/* Sidebar START */
/*--------------------*/
/* Hauptmenue */
#mainmenu {
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 95px 0 0 10px;
  position: absolute;
  width: 160px;
}
#mainmenu ul {
  list-style: none;
}
#mainmenu li {
  background: #6e6464;
  line-height: 22px;
  height: 22px;
  margin-bottom: 4px;
  padding-left: 10px;
}
* html #mainmenu li {
  margin-bottom: 3px; /* IE Hack */
}
#mainmenu a {
  display: block;
  text-decoration: none;
  color: #B8B8B8;
}
#mainmenu a:hover {
  text-decoration: none;
}
#mainmenu li.active a {
  color: #FFFFFF;
}
#mainmenu li.active{
  background: none;
}

/* Kontaktbox */

#contact p {
  margin-bottom: 14px;
}
/*------------------*/
/* Sidebar ENDE */
/*------------------*/


/*--------------------*/
/* Header START */
/*--------------------*/
#headerpic {
  float: right;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

/* Linkes Menue neben der Grafik*/
#headermenu {
  float: right;
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 13px;
  height: 13px;
}
#headermenu ul {
  list-style: none;
}
#headermenu li {
  text-align: right;
  height: 13px;
  line-height: 13px;
}
* html #headermenu li {
  margin-bottom: -5px;  /* IE Hack */
}
#headermenu a {
  display: block;
  text-decoration: none;
  color: #C2C2C2;
}
#headermenu a:hover {
  text-decoration: none;
}
#headermenu li.active a {
  color: #8B8A8A;
}
/*------------------*/
/* Header ENDE */
/*------------------*/

/* JS Scroller Steuerung */
#controls {
  float: right;
  display: inline;
  margin: 15px;
}
#controls #up {
  margin-bottom: 350px;

}

#controls #down{
  padding-top: 20px;
}
/*------------------*/
/* Content ENDE */
/*------------------*/


/*---------------------*/
/* Formular START */
/*---------------------*/

#errormsg {
  color: #DF452B;
  border: 1px solid #DF452B;
  padding: 6px;
  width: 490px;
  margin-bottom: 10px;
}

input, select, textarea {
  background: #6e6464;
  color: #d9d7d7;
  font-size: 12px;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 0 0 3px;
  height: 18px;
  width: 500px;
}
input.errText {
  border: 1px solid #DF452B;
}
textarea.message {
  height: 100px;
}
textarea.errMessage {
  border: 1px solid #DF452B;
  height: 100px;
}

input.button {
  width: 65px;
  text-align: left;
}

/*---------------------*/
/* Formular ENDE */
/*---------------------*/



a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  font-color: red;
  text-decoration: none;
}

.date {
	color: #999999;
	font-size: 10px;
}

.txtInput {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e3e3df;
	border: 0px;
	margin: 0px;
	padding: 4px;
}
#news {
	margin: 10px 0px 20px 0px;
}

#news .newscell {
	width: 148px;
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

#news .spacercell {
	width: 9px;
}

#news p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#stories {
	margin: 10px 0px 20px 0px;
}

#stories .storycell {
	width: 480px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}

#stories p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.cvinline {
 text-align: justify; 
 padding-right: 5px;
 font-size: 11px;
 line-height:12px;
}
.info {
	display: none;
	border: 1px solid #023499;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}

.moveup {
	position: relative;
	top: -5px;
}

/*---------------------------------*/
/* News - Vorschau START */
/*---------------------------------*/
#newsbox {
  float: left;
  margin-bottom: 15px;
}
#newsbox .shortnews {
  font-size: 12px;
  width: 200px;
  overflow: hidden;
  margin-top: 11px;
  margin-right: 10px;
}
#newsbox .shortnewstext {
  padding: 7px;
}
#newsbox .shortnewstext h1 {
  font-size: 12px;
  padding-bottom: 3px;
  color: #000000;
}
#newsbox .shortnewsdate {
  font-size: 10px;
  color: #6e6464;
}
#newsbox .shortnewsmore {
  margin-top: 5px;
}
#newsbox .shortnewsmore a {
  text-decoration: none;
  color: #6e6464;
}
#cleardiv {
  clear: left;
}
/*-------------------------------*/
/* News - Vorschau ENDE */
/*-------------------------------*/


/*---------------------------------------------------*/
/* News - Gesamt-/Detailuebersicht START */
/*---------------------------------------------------*/
#textinner p.newsdate {
  font-size: 10px;
  color: #6e6464;
  margin-bottom: 0;
}
#textinner p.newslinks {
  text-align: right;
}
#textinner p.newslinks a {
  text-decoration: none;
  color: #6e6464;
}
/*-------------------------------------------------*/
/* News - Gesamt-/Detailuebersicht ENDE */
/*-------------------------------------------------*/
