@import url(../js/jquery/jquery-ui/jquery-ui.min.css);
@import url(../plugins/font-awesome/css/font-awesome.min.css);

html, body, div, ul, p, img, h1, h2, h3, h4, form, input
{
	margin: 0;
	font-family: Helvetica,sans-serif;
	padding: 0;
}

img { border: none; }
.clearing { clear: both; }

h1
{
	color: #3E607A;
	font-size: 25px;
	line-height: 130%;
	margin-bottom: 8px;
}

h2
{
	color: #3E607A;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 8px;
}

h3
{
	color: #3E607A;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 8px;
}

p
{
	font-size: 14px;
	margin-bottom: 8px;
	line-height: 130%;
	color: #000;
}

a:link, a:visited
{
	color: #E52f00;
	text-decoration: none;
	font-weight: normal;
}

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

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Helvetica,sans-serif;
	font-size: 15px;
}

#container
{
	position: relative;
	width: 940px;
	background-color: #fff;
	min-height: 600px;
	margin: 0 auto 0 auto;
	color: #000;
}



#logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 325px;
	height: 97px;
}

#flaschenpost
{
	position: absolute;
	top: 54px;
	left: 761px;
	width: 147px;
	height: 110px;
}

#metanav
{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 21px;
	color: #fff;
	margin: 0;
	padding: 0;
	background-color: #BBCEC8;
	overflow: hidden;
}

/*body*/
#contentContainer
{
	margin-top: 0;
	padding-bottom: 46px;
	/*background-color: #e4f1f6;*/
}

#contentCol
{
	float: left;
	
}

#slider
{
	position: relative;
	margin-left: 0;
	width: 940px;
	height: 177px;
	color: #000;
	background-color: #e4f1f6;
	padding-top: 11px;
	text-decoration:none;
}

.hidden {
	display: none !important;
}

.image-caption {
    font-size:9px;
}


