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

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

a:hover{
	text-decoration: underline;
}

body{
	background: #4a739c;
	font-family: Arial, Helvetica, sans-serif;
}

h1#logo{
	position: absolute;
	top: 1px;
	left: 0;
	height: 99px;
	width: 204px;
}

h1#logo a{
	display: block;
	height: 99px;
	width: 204px;
	background: url(/img/logo.png);
	text-indent: -8973px;
	overflow: hidden;
}

div#header{
	background: url(/img/bg_header.png);
	height: 99px;
	width: 100%;
	overflow: hidden;
}

div#header div{
	height: 99px;
	overflow: hidden;
}

div#content{
	background: url(/img/bg_content.png) #c9d4e1 repeat-x;
	width: 100%;
	padding: 35px 0px;
}

div#footer{
	background: url(/img/bg_footer.png) repeat-x;
}

div#footer table{
	width: 100%;
	margin: 10px 0px;
}

div#footer td{
	width: 33%;
}

.wrapper_footer{
	width: 873px;
	margin: 0px auto;
	padding: 0px 30px;
}

.wrapper_footer p{
	color: #FFFFFF;
	font-size: 11px;
}

div#teaser{
	background: url(/img/bg_teaser.png);
	width: 905px;
	height: 323px;
	padding: 13px 14px;
}

div#pics{
	background: url(/img/bg_pics.png);
	width: 933px;
	height: 156px;
	margin-top: 35px;
}

div.text{
	background: url(/img/bg_text.png);
	width: 873px;
	height: 409px;
	padding: 20px 30px;
}

div.text p{
	text-align: justify;
}

.wrapper{
	width: 933px;
	margin: 0px auto;
}

.relative{
	position: relative;
}

#postcards_control{
	position: absolute;
}

#postcards_control a{
	width: 239px;
	height: 51px;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
}

a#link_ruegen{
	background: url(/img/postcards/btn_ruegen_normal.png);
}
a#link_ruegen:hover{
	background: url(/img/postcards/btn_ruegen_hover.png);
}
a#link_luebeck{
	background: url(/img/postcards/btn_luebeck_normal.png);
}
a#link_luebeck:hover{
	background: url(/img/postcards/btn_luebeck_hover.png);
}
a#link_spanien{
	background: url(/img/postcards/btn_spanien_normal.png);
}
a#link_spanien:hover{
	background: url(/img/postcards/btn_spanien_hover.png);
}
a#link_usedom{
	background: url(/img/postcards/btn_usedom_normal.png);
}
a#link_usedom:hover{
	background: url(/img/postcards/btn_usedom_hover.png);
}
a#link_hafendorf{
	background: url(/img/postcards/btn_hafendorf_normal.png);
}
a#link_hafendorf:hover{
	background: url(/img/postcards/btn_hafendorf_hover.png);
}

div#ruegen, div#luebeck, div#spanien, div#usedom, div#hafendorf{
	position: absolute;
	top: 0;
	left: 0;
}

div#arrow_left{
	background: url(/img/arrow_left.png);
	height: 50px;
	width: 28px;
	top: 50px;
	left: 10px;
	position: absolute;
	cursor: pointer;
}

div#arrow_right{
	background: url(/img/arrow_right.png);
	height: 50px;
	width: 28px;
	top: 50px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

ul#menu{
	position: absolute;
	top: 67px;
	right: 0;
	list-style: none;
}

ul#menu li{
	float: left;
}

ul#menu li a{
	height: 32px;
	width: 115px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 33px;
}

ul#menu li a{
	background: url(/img/bg_menu_normal.png);
	color: #fff;
}

ul#menu li a:hover{
	background: url(/img/bg_menu_hover.png);
	color: #fff;
}

ul#menu li a.selected{
	background: url(/img/bg_menu_active.png);
	color: #4a739c;
}

ul#pics{
	position: absolute;
	top: 3px;
	width: 900px;
	height: 146px;
	list-style-type: none;
	left: 15px;
}

ul#pics li{
	height: 111px;
	float: left;
	width: 114px;
	background: url(/img/bg_pic.png);
	padding: 17px 17px;
	margin: 0px 16px;
}

ul#pics li h3{
	color: #cc5642;
	font-size: 14px;
	text-align: center;
}

h1, h2, h3, h4{
	font-family: Georgia;
}

h1{
	color: #cc5642;
	font-size: 21px;
}

h2{
	font-size: 15px;
	color: #373737;
}

p{
	font-size: 13px;
	line-height: 19px;
	color: #373737;
}

p.subtitle{
	font-size: 15px;
}
p.tel{
	font-size: 15px;
}
.box_left{
	float: left;
	width: 67%;
}

.box_right{
	float: right;
	width: 31%;
}

.box_right_big{
	float: right;
	width: 30%;
}

.element {
	border: solid 1px #C9D4E1;
	font-family: Arial,Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 275px;
}

#submit{
	margin-left: 75px;
}

.green{
	color: #3d8026;
	font-weight: bold;
	padding-left: 40px;
}

textarea{
	overflow: auto;
}
