@charset "utf-8";
/* CSS Document */

/* Google Font API */
/*@import url("http://fonts.googleapis.com/css?family=Droid+Serif");
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:700");*/
/*@import url('http://fonts.googleapis.com/css?family=Bubblegum+Sans');*/



/* import framework core */
@import url("../yaml/core/base.min.css");
/* import screen layout */
@import url("vlist.css");
@import url("../yaml/forms/gray-theme.css");
@import url("screen.css");
@import url("typography.css");
/* import print layout */
@import url("print.css");
html {
	background: #6699cc url(../img/bg_1280.jpg) no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
div#bodydiv {
	display: none;
}
body {
	/*background-color:#6699cc;*/
	background: none;
}
h1 {
	color: #fd0;
}
.kasten {
	/*width:70%;*/
	/*margin:0 auto;*/
	padding: 5px;
	background-image: url(../img/trans_90.png);/*background-image:url(../img/div_bg.png);*/
}
.schatten {
	-moz-box-shadow: 0px 4px 15px #444;
	-webkit-box-shadow: 0px 4px 15px #444;
	box-shadow: 0px 4px 15px #444;
}
table {
	background-image: url(../img/trans_80.png);
}
nav.ym-vlist li {
	background: url(../img/trans_80.png);
}
.ym-vlist li ul li a, .ym-vlist li ul li a:visited {
background:;
}
.ym-vlist li ul li a:focus, .ym-vlist li ul li a:hover, .ym-vlist li ul li a:active {
background:;
}
.ym-col1 {
	width: 190px;
} /* left column */
.ym-col2 {
	width: 230px;
} /* right column */
.ym-col3 {
	margin-left: 190px;
	margin-right: 230px;
	margin-bottom: 50px;
} /* center column */
.ym-column {
	margin-bottom: 500px;
}
div#kenburns {
	margin: 10px 0 10px 15px;
}
.werbediv1, .werbediv2, .werbediv3, .werbediv4 {
	border: solid 1px;
	width: 200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #eee;
	margin-top: 10px;
}
.werbediv2 {
	background: #dfd;
}
.werbediv3 {
	background: #fdf;
}
.werbediv4 {
	background: #abc;
}
#headerlogo, #headerlogo_it {
	width: 255px;
	height: 80px;
	float: right;
	background: url(../img/pflegezentrum_de_w.png);
}
#headerlogo_it {
	background: url(../img/pflegezentrum_it_w.png);
}
.partnerdiv a {
	display: block;
	padding: 2px 0 2px 5px;
}
#made_by {
	position: fixed;
	right: 5px;
	bottom: 5px;
}
#made_by a {
	color: #333;
}
#made_by a:hover {
	background-color: inherit;
}

@media screen and ( max-width: 740px ) {
	html {
		background-image:none;}
.ym-wrapper {
	width: 100%;
}
.ym-column {
	margin-bottom: 0;
}
.linearize-level-1 > [class*="ym-col2"], footer,#headerlogo,img.vogel {
	display: none;
}
}
