@import url(http://fonts.googleapis.com/css?family=Allura:400|Open+Sans:400,300,600);
html {
	overflow-x: hidden;
}
html,body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
}


body {
	background-color: #F4F4F4;
}
#header_bar {
	background-color: #6088E7;
	height: 50px;
}
#header_bar #nav {
	width: 90%;
	margin: 0 auto;
}
#header_bar #nav ul li:first-child {
	border-left: 1px solid #fff;
}
#header_bar #nav ul li {
	float:left;
	border-right: 1px solid #fff;
}
#header_bar #nav ul li a {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
#header_bar #nav ul li a:hover {
	background-color: #D6D6D6;
	color: #333;
}
#centercontainer {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}
#header {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header #header_logo {
	float: right;
}
#header #header_beta {
	float: left;
	margin-top: 8px;
}
#header #header_beta span {
	color: #6088E7;
	font-weight: bold;
}
#header #header_beta a {
	text-decoration: none;
	color: #000;
}
#header #header_beta a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	background-color: #D6D6D6;
	padding: 50px;
	margin-top: 50px;
}

#customcaptiontest {
	margin-top: 50px;
}
#searchcontainer {
}
#searchcontainer #searchtxtcontainer {
	border: 1px solid #333;
	padding: 15px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}
#searchcontainer #searchtxt {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	background-color: transparent;
	color: #333333;
	border: none;
}


#searchalbumselectcontainer {
	border: 1px solid #333;
	padding: 15px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#searchalbumselectcontainer select {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	background-color: transparent;
	color: #333333;
	border: none;
}



#searchbuttoncontainer {
	border: 1px solid #999;
	padding: 15px;
	background-color: #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
}
#searchbuttoncontainer input {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	background-color: #333333;
	color: #fff;
	border: none;
}

.cols .col1 {
	width: 45%;
	float: left;
}
.cols .col2 {
	width: 45%;
	float: left;
}
.cols .col3 {
	width: 10%;
	float: left;
}
.searchareaclear {
	clear: both;
}

#customcaptiontest img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#fotodetailscontainer,#contentcontainer {
	margin-top: 50px;
}
#fotovorschau {
	float: left;
	width: 60%;
}
#fotovorschau img {
	width: 100%;
	height: auto;
}
#fotodetails {
	float: right;
	width: 35%;
}
h1 {
	font-size: 25px;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	margin-top: 15px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h3 {
	color: #6088E7;
	font-weight: bold;
	margin-bottom: 5px;
}


#content p {
	margin-top: 20px;
	margin-bottom: 10px;
}

#content table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#fotodetails table td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}

#content table td,th {
	text-align: left;
}
#content table thead tr th {
	background-color: #6088E7;
	color: #fff;
	padding: 5px;
}
#content table.tbl-fullwidth {
	width: 100%;
}
#content table tbody tr:hover td {
	background-color: #efefef;
}

a.lnk-togglehover {
	text-decoration: none;
}
a.lnk-togglehover:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}


#content ul.keywordlist li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}