/*
Design by Sweet© [Fatih Simsek]
http://www.kalkan.org
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e3e3e6 url(images/img07.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #313131;
	margin:0;
	padding:0;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

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

a:hover {
	text-decoration: underline;
	color: #3ba3fd;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#wrapper {
	margin:0 auto;
	width:760px;
	border: 1px solid #ffffff;
	
}

/* Menu */

#menu {
	background-color: #105DA0;
	padding-left:20px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:740px
	text-align: center;
	float:center;
}

#menu ul, menu li {
	margin:0;
	padding:0;
	list-style:none;	
}

#menu li {
	display:inline;
}

#menu a {
	background-color:#3ba3fd;
	display:block;
	float:left;
	border: 1px solid #ffffff;
	height: 20px;
	padding: 15px 15px 15px 15px;
	font-size: 92%;
	font-weight: bold;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:1;
}

#menu a:hover {
	background: #105DA0;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	height: 180px;
	background: #3ba3fd url(images/romantik-cruise.gif)
}

#logo h1 {
	padding: 120px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	background: url(images/x.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #3ba3fd;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #3ba3fd;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .links {
	float: left;
	width: 373px;
	height: 40px;
	padding: 10px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #3ba3fd;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 287px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 20px 0 0;
	background: #3ba3fd;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}