/*******************************************************************************

         C  S  S   -   D  A  T  E  I

         Projekt   :  jonsmith-modellbau.com

         Copyright :  Florian Spalthoff
                      www.tecundweb.de


*******************************************************************************/


/*    undo some stuffy
*******************************************************************************/

:link, :visited {
	text-decoration: none;
}

ul, ol {
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	font-weight: normal;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, dt, dd {
	margin: 0;
	padding: 0;
}

img, a img, :link img, :visited img, fieldset {
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

address {
}

table {
	border: none;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-size: 1em;
}

tr {
	border: none;
	padding: 0px;
	margin: 0px;
}

td {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-spacing: 0px;
}

legend {
	display: none;
}

body, div, p, li {
	background-repeat: no-repeat;
}

/*    reset some basic style
*******************************************************************************/
ol {
	list-style: none;
}

ol li {
	margin: 0;
}

ol li ol {
	margin: 0;
}

ol li ul {
	margin: 0;
}

p {
	margin-bottom: 0;
}

ul {
	list-style: none;
}

ul li {
	margin: 0;
}

ul li ul {
	margin: 0;
	list-style: none;
}

ul li ol {
	margin: 0;
}

pre {
	font-size: 1.2em;
}

a:hover {
	text-decoration: none;
}


/*    html & body
*******************************************************************************/
html {

}

body {
	background-color: #51422D;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.clear {
	clear: both;
}


/*    website
*******************************************************************************/
#website {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 780px;
  	height: 550px;
         margin-top: 10px;
	color: #000;
  	font-size: 1.2em;
  	background-color: ;
}

/*    header
*******************************************************************************/
#header {
	width: 780px;
         height: 190px;
         float:left;
  	background: #806847;
}

#header_top {
	width: 780px;
         height: 40px;
         float:left;
  	background: #997C54 url(bg_navi_top.jpg) no-repeat;
}

#head-space {
	width:500px;
         height: 40px;
         float: left;
}

#lang {
	width: 250px;
         height: 20px;
         float:left;
         margin: 10px;
         color: #51422D;
         font-size: 13px;
         align: right;
}


#lang a,
#lang a:link {
	font-family: georgia, verdana, serif;
	font-size: 20px;
         line-height: 20px;
         color: #51422D;
         text-decoration: none;
         border: none;
}

#lang a:hover{
	font-family: georgia, verdana, serif;
	font-size: 20px;
         line-height: 20px;
         text-decoration: underline;
}

#header_main {
	width: 778px;
         height: 150px;
         float:left;
  	background: url(bg_header.jpg) no-repeat #806847;
         border: 1px solid #808080;
         border-bottom: 0px;
}

#nav_header {
	width: 750px;
	height: 15px;
	float: left;
         margin: 113px 5px 15px 5px;
         font-family: georgia, verdana, serif;
}

/*    navi
*******************************************************************************/

#nav_header {
	width: 742px;
	height: 35px;
	float: left;
	padding: 0 5px;
}

#nav_header ul {
	list-style-type: none;
	width: 100%;
}

#nav_header ul li {
	display: inline;
}

#nav_header ul li a,
#nav_header ul li a:link {
	float:left;
	display:block;
	height: 32px;
	line-height: 26px;
	font-size: 20px;
	color: #C8AD8A;
	padding: 3px 7px;
         text-align: center;
}

#nav_header ul li a:hover {
	text-decoration: underline;
}

#nav_header ul li.active a,
#nav_header ul li.active a:link {
         color: #000;
}

/*    content und sidebars
*******************************************************************************/

#content {
	width: 760px;
         height: 320px;
         float:left;
         padding: 30px 10px 0px 10px;
         background: url(bg_content.jpg) no-repeat #B79565;
         overflow:auto;
	font-family: verdana, helvetica, sans-serif;
         color: #443726;
	font-size: 12px;
}

#content a,
#content a:link {
	font-family: verdana, helvetica, sans-serif;
         color: #67512C;
	font-size: 12px;
         text-decoration: underline;
}

/*    Footer
*******************************************************************************/
#footer {
	width: 780px;
         height: 28px;
         float: left;
         padding-top: 12px;
         background: url(bg_footer.jpg) no-repeat #51422D;
	text-align: center;
         font-family: verdana, helvetica, sans-serif;
         color: #B79565;
         font-size: 12px;
}

#footer a,
#footer a:link {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
         color: #666666;
         text-decoration: none;
}

#footer a:hover{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
         color: #666;
         text-decoration: underline;
}