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

    Program:      zum-gueterbahnhof.de

    File:         style.css

    Description:  CSS Stylesheets

    Author:       Daniel Orr� (do) www.dohmsoft.de

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

html,body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	background: #403835;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

input,select,textarea {
	border: 0px;
	border-left: 5px solid #c24b2b;
	border-bottom: 1px solid #c24b2b;
}

input {
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

li {
	list-style-type: square;
	list-style-position: inside;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

a,a:link,a:active,a:visited,a:focus,a:hover {
	color: #423e3d;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #83d0f0;
	font-weight: bold;
}

div#box {
	float: left;
	width: 270px;
	padding: 10px;
	padding-left: 40px;
	line-height: 1.4;
	/*text-align: justify;*/
}

div#adresse {
	position: absolute;
	z-index: 2;
	left: 33px;
	top: 20px;
	color: #83d0f0;
	text-transform: uppercase;
}

div#twitter {
	position: absolute;
	z-index: 222;
	left: 968px;
	top: 638px;
	color: #83d0f0;
	text-transform: uppercase;
}

div#logo {
	position: absolute;
	z-index: 3;
	left: 500px;
	top: 50px;
}

div#www {
	position: absolute;
	z-index: 3;
	left: 990px;
	top: 305px;
}

div#container {
	position: absolute;
	top: 210px;
	width: 980px;
	min-height: 420px;
	text-align: left;
	background: #ffffff;
}

.tabs {
	margin-right: 6px;
	padding: 4px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#content {
	height: 291px;
	width: 318px;
	border: 1px solid #fff;
	/*background: #403835;*/
	background: #fff;
}

#load {
	left: 0;
	top: 3px;
	height: 20px;
	background-color: red;
	color: white;
	display: none;
}

div#start-img {
	float: left;
	width: 600px;
	padding-left: 40px;
	padding-top: 10px;
}

div#content-txt {
	float: left;
	width: 560px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 40px;
}

div#start-txt {
	float: left;
	width: 320px;
	padding: 10px;
	line-height: 1.4;
}

div#BOX-RIGHT {
	float: left;
	width: 320px;
	padding: 10px;
	text-align: left;
	line-height: 1.3;
	/*letter-spacing: 0.1em;*/
}

div#header {
	height: 100px;
}

div#navigation {
	position: absolute;
	left: 40px;
	top: 635px;
	color: #ffffff;
	font-size: 10pt;
}

div#navigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

div#navigation a:hover {
	color: #83d0f0;
	text-decoration: none;
	font-weight: normal;
}

div#navigation p {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
}

div#footer {
	clear: left;
	color: #3e4545;
	background: #ffffff;
}

h1 {
	padding-bottom: 3px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.5pt;
	color: #423e3d;
}

h2 {
	padding-bottom: 3px;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.5pt;
	color: #423e3d;
}

h3 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
}