/* YASDA - style.css */

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #5B5D67;
	background: #313980 url(../img/body-bg.jpg) repeat-x top center;
}

a {
	color: #5F7FCA;
	text-decoration: none;
}

a:visited {
	color: #5F7FCA;
}

a:hover {
	color: #5F7FCA;
	text-decoration: underline;
}

a:focus {
	outline-style: none;
}

h1, p {
	margin-top: 0;
	padding-top: 0;
}

p {
	margin-bottom: 18px;
}

h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0 15px 0;
}

.clearer {
	clear: both;
	display: block;
	height: 0.01em;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

img, img a {
	border: none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* WRAP
----------------------------------------------------------------------------- */

#wrap {
	position: relative;
	min-height: 100%;
	height: auto!important;
	height: 100%;	
}

#page {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding-bottom: 220px; /* footer height */
}


/* HEADER
----------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 850px;
	height: 170px;
}

#header .glow {
	position: absolute;
	width: 760px;
	height: 171px;
	background: transparent url(../img/header-glow-bg.png) repeat-y top center;
	top: 0;
	left: -150px;
}

#header h1 {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 300px;
	height: 108px;
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	text-indent: -9998px;
	border: none;
	padding: 0;
	background: transparent url(../img/header-logo.png) no-repeat 0 0;
}

#header a.login {
	position: absolute;
	top: 55px;
	right: 0;
	font-size: 14px;
	color: #F1F1F1;
	font-weight: 400;
	padding: 10px 20px 10px 45px;
	text-transform: uppercase;
	background: #454545 url(../img/login-btn-bg.png) no-repeat left center;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: 2px 2px 4px 0px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 2px 2px 4px 0px rgba(1, 1, 1, 0.5);
	box-shadow: 2px 2px 4px 0px rgba(1, 1, 1, 0.5);
}

#header a.login:hover {
	text-decoration: none;
	color: #FFF;
}



/* CONTENT
----------------------------------------------------------------------------- */

#content {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 850px;
	background: transparent url(../img/aside-bg.png) repeat-y 550px 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.main {
	float: left;
	width: 470px; /*550*/
	margin: 0;
	padding: 40px 40px 40px 40px;
	background: transparent url(../img/main-bg.png) repeat-x top left;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.aside {
	float: left;
	width: 240px;
	padding: 40px 30px 40px 30px;
	overflow: hidden;
	background: transparent;
}

.aside h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #A9AEB9;
}

/* Simple Modal JS */

#modal-login,
#modal-impressum,
#modal-datenschutz {
	display: none;
}

/* Overlay */

#simplemodal-overlay {
}

/* Container */

#simplemodal-container {
	background-color: #F1F1F1;
	padding: 35px 30px;
	
	-webkit-box-shadow: 1px 1px 15px #333;
	-moz-box-shadow: 1px 1px 15px #333;
	box-shadow: 1px 1px 15px #333;
	
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#simplemodal-container h2 {
	font-size: 18px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

#simplemodal-container a.modalCloseImg {
	background: transparent url(../img/icon-close.png) no-repeat center center;
	width: 25px;
	height: 25px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
}

.simplemodal-data {
	width: 450px;
}

#modal-login.simplemodal-data {
	width: 300px;
}

#modal-login h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 45px;
	background: transparent url(../img/icon-login.png) no-repeat center left;
}

#modal-login form {
	margin: 0;
}

#modal-login label {
	font-size: 11px;
	color: #777;
	font-weight: 700;
	display: block;
}

#modal-login input {
	width: 230px;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 7px 0;
	font-size: 14px;
	color: #333;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: inset 1px 1px 2px 0px #BBB;
	-moz-box-shadow: inset 1px 1px 2px 0px #BBB;
	box-shadow: inset 1px 1px 2px 0px #BBB; 
	
}

#modal-login input#submitbtn {
	width: auto;
	margin: 10px 0 0 0;
	padding: 10px 25px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	background: #8F9092 url(../img/submit-bg.png) repeat-x 0 0;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
}

#modal-login input#submitbtn:hover {
	background: #8F9092;
}



/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	position: absolute;
	height: 175px;
	width: 100%;
	bottom: 0;
	background: #313032 url(../img/footer-bg.png) repeat-x 0 0;
	z-index: 10;
	border-top: 5px solid #666;
}

.ftcontent {
	clear: both;
	margin: 0 auto;
	width: 850px;
	padding: 10px 0 0 0;
}

#footer p {
	font-size: 11px;
	color: #BBB;
}

#footer p.col1 {
	width: 45%;
	float: left;
}

#footer p.col2 {
	width: 45%;
	float: right;
	text-align: right;
}


#footer p.col2 a {
	color: #BBB;
	text-transform: uppercase;
}

.status {
	color:#ff0000;
	font-weight:bold;
}

