/* ----------------------------------------------------------------------------
		file		: style.css
		site		: www.personenschiffahrt-ev.de
		author		: Joachim Fürst, www.projektemacher.de
		date		: 2008-10-21
		function	: style-definition for all browsers
---------------------------------------------------------------------------- */


* {
padding: 0;
margin: 0;
outline: none;
}

html {
height: 100%;
width: 100%;
}

body {
	background-image: url(../images/basic/body.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	line-height: 16px;
	height: 100%;
	width: 100%;
	list-style-type: circle;
	list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
color: #4e4e4e;
font-size: 17px;
font-weight: normal;
padding-bottom: 15px;
}

h2 {
font-size: 12px;
font-weight: bold;
padding-bottom: 8px;
}

.error{
	color : #E50319;
	font-size : 9px;
	font-weight : normal;
}

p {
padding-bottom: 8px;
}

a {
color: #1F265D;
text-decoration: none;
}

a:hover, a:focus {
color: #2578A2;
text-decoration: none;
}

a img {
border: 0;
}

/* Start MainTable */
table.main {
width: 100%;
height: 100%;
border: 0;
border-spacing: 0;
border-collapse: collapse;
}

.left {
background-position: right top;
background-repeat: no-repeat;
width: 50%;
}

.middle {
margin: 0px auto;
width: 925px;
}

.right {
height: 100%;
width: 50%;
}
/* End MainTable */

/* Start Header */
#container {
margin-top: 20px;
width: 925px;
}

#head {
float: left;
}

.header {
margin: 0px 1px 0px 1px;
}

#logooben {
height: 40px;
width: 488px;
}

#box {
float: left;
}

#img1 {
height: 303px;
width: 925px;
}
/* End Header */

/* Start Headline */
#headline {
background-image: url(../images/basic/body_headline.jpg);
height: 47px;
width: 900px;

}

#textheadline {
padding: 10px 1px 1px 190px;
}
/* End Headline */

/* Start Content */
#text {
width: 550px;
padding: 10px 1px 1px 220px;
}

#map {
width: 650px;
padding: 10px 1px 1px 220px;
}

/* End Content */

/* Start Footer */
#footer {
color: #8b8b8b;
font-size: 9px;
padding: 20px 1px 1px 220px;
}

#footer a {
color: #8b8b8b;
text-decoration: none;
}

#footer a:hover, #footer a:focus {
text-decoration: underline;
}

#footer a.top {
margin-left: 200px;
}
/* End Footer */
