/**
 *  @template       Badminton
 *  @version        see info.php of this template
 *  @author         Matthias Glienke, creativecat
 *  @copyright      2011 creativecat
 *  @license        Copyright by Matthias Glienke, creativecat
 *  @license terms  see info.php of this template
 *  @platform       see info.php of this template
 *  @requirements   PHP 5.2.x and higher
 */
@import url(http://fonts.googleapis.com/css?family=Lato:900,400,700);
@import url('reset.css');
@import url('basic.css');

#logo {
	margin-top: 30px;
	background-repeat: no-repeat;
	float: left;
	width: 247px;
	height: 82px;
	overflow: hidden;
	border: 0;
	background-image: url(images/logo.png);
	text-indent: -3333px;
}

#logo a {
	display: block;
	width: 247px;
	height: 82px;
	text-decoration: none;
	border: 0;
}

#navigation {
	margin-top: 50px;
	display: inline-block;
	float: right;
}

#navigation li {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	float: left;
	list-style-type: none;
}

#navigation li a {
	font-weight: 400;
	font-size: 13px;
	line-height: 35px;
	color: #355887;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
	height: 35px;
	background-repeat: repeat-x;
	display: inline-block;
	text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#navigation li.menu-current a {
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	color: white;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 20px;
	padding-left: 20px;
	height: 35px;
	background-image: url(images/button.png);
	background-repeat: repeat-x;
	display: inline-block;
	text-decoration: none;
}

#header {
	color: #355887;
	height: 110px;
	padding-bottom: 70px;
	background-position: center 20px;
	background-image: url(images/header_back.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#content {
	color: white;
	background-color: #355887;
	padding-bottom: 30px;
	padding-top: 30px;
	background-position: center -160px;
	background-image: url(images/header_back.png);
	background-repeat: no-repeat;
}

#main_content {
	width: 100%;
}

#main_content_s {
	padding-right: 5%;
	float: left;
	width: 60%;
}

#sidebar {
	padding-left: 5%;
	border-left-color: #b6d0ee;
	border-left-width: 1px;
	border-left-style: dashed;
	float: right;
	width: 30%;
}

#footer {
	font-size: 11px;
	color: #355887;
	background-color: #e1e2e3;
	margin-top: -70px;
	padding-top: 100px;
	text-align: right;
	height: 130px;
	background-position: center bottom;
	background-image: url(images/footer_back.png);
	background-repeat: no-repeat;
}

#metanavigation {
	margin-right: -10px;
	padding-bottom: 15px;
	float: right;
}

#metanavigation li {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	float: left;
	list-style-image: none;
}

#metanavigation li a {
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	font-weight: 700;
	color: #355887;
}

#metanavigation li a:hover {
	color: #f9a103;
}
img.shadow_0 {
	background-repeat: no-repeat;
	background-image: url(images/shadow_0.png);
	background-position: center bottom;
	padding-bottom: 24px;
}

img.shadow_1 {
	padding-bottom: 21px;
	background-position: center bottom;
	background-image: url(images/shadow_1.png);
	background-repeat: no-repeat;
}

img.shadow_2 {
	padding-bottom: 33px;
	background-position: center bottom;
	background-image: url(images/shadow_2.png);
	background-repeat: no-repeat;
}

img.shadow_3 {
	padding-bottom: 43px;
	background-position: center bottom;
	background-image: url(images/shadow_3.png);
	background-repeat: no-repeat;
}

img.shadow_4 {
	padding-bottom: 49px;
	background-position: center bottom;
	background-image: url(images/shadow_4.png);
	background-repeat: no-repeat;
}

