html, body {				/* jk (c) 2014 */
	margin: 0;
	padding: 0;
	background-color: #eae9e8;

	font-family: 'Noto Sans', verdana, arial, sans-serif;
		
	font-size: 13px;
	/*line-height: 1.3;*/
	color: #555;
}

img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #369;
	text-decoration: none;
}


#container {
	max-width: 900px;
	margin: 0px auto;
	padding: 10px;
	background-color: #eae9e8;
}
#topbar {
	/*padding: 0px;*/
}
#header {
	height: 98px;
	margin-top: 10px;
	padding-top: 0px;
	background-color: #89c;
}
#header img {
	width: 546px;
	height: 88px;
}

#content {
	display: inline-block;
	margin-top: 10px;
	background-color: #fff;
	display: table;		/*float: left;*/
}
#col-1 {
	width: 200px;
	padding: 10px;
	display: table-cell;
	vertical-align: top;	/*float: left;*/
}
#col-2 {
	width: 630px;
	min-height: 850px;
	/*margin-left: 10px;*/
	padding: 15px 20px;
	display: table-cell;
	vertical-align: top;	/*float: left;*/
	border-left: 10px solid #eae9e8;
}
#footer {
	margin-top: 10px;
	padding: 10px;
	background-color: #2c2c30;
}


/* TOPBAR */


#div_h-menu {
	float: right;
	/*top: 10px;
	position: relative;*/
}
#h-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#h-menu li {
	width: auto;
	margin-left: 5px;
	float: left;

	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#h-menu a {
	display: block;
	padding: 10px 10px;
	height: 15px;

	color: #d66;
	background-color: #fff;
}
#h-menu a:hover {
	color: #fff;
	background-color: #e77;
}
#h-menu a.active {
}
#h-menu div {
	display: block;
	padding: 5px 0px 5px 20px;
	height: 25px;
}


#div_togglemenu {
}
#toggle {
	margin: 6px 12px;
	position: absolute;
	z-index: 20;
	float: left;
	display: none;
}
#nav.js {
	display: none;
}
#nav {
	margin: 37px 0px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 5;
	border-top: 1px solid #ccc;
	/*border-bottom: 10px solid #222;*/
	clear: left;

	-moz-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.8);
	box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.8);
}
#nav li {
	width: 360px;		/*width: 480px;*/
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
/*#nav li:last-child {
	border-bottom: none;
}*/
#nav a, #nav div {
	display: block;
	padding: 9px 20px;
	color: #67b;
	background-color: #f3f3f3;

	background-image: -moz-linear-gradient(top,#f6f6f6,#f0f0f0);
	background-image: -webkit-linear-gradient(top,#abc,#a0b0c0);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f0f0f0));
	background-image: linear-gradient(top,#f6f6f6,#f0f0f0);
}


form {
	/*height: 0px;*/
}
#nav a .search {
	background-color: #fff;
}
.search {
	width: 180px;
	height: 20px;
	padding-left: 10px;
	font: 14px arial, sans serif;
	border: 1px solid #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#nav a .submit {
	/*background-color: transparent;*/
}
.submit {
	width: 30px;
	height: 20px;
	border: 0;
	background: url("/img/layout/icons/search-icon.png") no-repeat left center;
}


/* NAVIGATION */


.navigation {
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}
.navigation a {
	width: auto;
	display: block;
	/*padding: 6px 15px;*/
	border-bottom: 1px solid #ccc;

	font-size: 12px;
}
.link_navE1 {
	padding: 6px 15px;
	font-weight: bold;
	color: #333;	
}
.link_navE1:hover {
        color: #fff;
        background-color: #333;
}
.link_navE1-active {
	padding: 6px 15px;
	font-weight: bold;
        color: #fff;
        background-color: #333;
}
.link_navE2 {
	padding: 6px 15px 6px 15px;
	color: #222;
        background-color: #eee;
}
.link_navE2:hover {
        background-color: #e0e0e0;
}
.link_navE3 {
	padding: 6px 15px 6px 30px;
	color: #444;
        background-color: #f6f6f6;
}
.link_navE3:hover {
        background-color: #e0e0e0;
}


#div_info {
	margin: 50px 0px 0px;
	/*background-color: #f6f6f6;*/
}
#div_download {
	margin: 25px 0px 20px;
	/*background-color: #f6f6f6;*/
}
#div_auszeichnungen {
	margin: 25px 0px 20px;
	/*background-color: #f6f6f6;*/
}
#div_info .head, #div_download .head, #div_auszeichnungen .head {
	display: block;
	padding: 5px 15px;
	margin-bottom: 20px;
	background-color: #ddd;

	font-size: 12px;
	color: #888;
}
#div_info .cont, #div_download .cont, #div_auszeichnungen .cont {
	padding: 0px 10px 20px;
	/*border-bottom: 1px solid #eee;*/
}

.phone {
	display: block;
	padding-left: 30px;
	margin-bottom: 12px;

	font-size: 18px;
	color: #8b1;
	background: url("/img/layout/icons/phone-51-24.png") no-repeat left center;
	white-space: nowrap;
}	
.button-info {
	display: inline-block;
	min-width: 98px;
	margin: 5px 0px;
	padding: 5px 12px;
	background-color: #89c;
	border: 1px solid #8090c0;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.button-info:hover {
	background-color: #8090c0;
}

.pdf-link {
	width: 50%;
	margin-top: 2px;
	display: block;
	float: left;

	font-size: 12px;
	color: #666;
}
.pdf-link img {
	margin-bottom: 8px;
}


/* FOOTER */


.div_ulfooter {
	/*width: 25%;*/
	width: 150px;	/*min-width: 150px;*/
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
}
.ulfooter {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #444;
}
.ulfooter li {
	width: auto;
}
.ulfooter a {
	display: block;
	padding: 5px 25px 5px 10px;

	font-size: 11px;
	color: #ccc;
}
.ulfooter a:hover {
	text-decoration: underline;
}

.ulfooter-top {
	display: block;
	padding: 5px 25px 5px 10px;

	font-size: 12px;
	color: #8b1;
}

#copyright {
	right: 10px;
	bottom: 10px;
	position: relative;

	font-size: 11px;
	color: #888;
	text-align: right;
}


#topcontrol img {
	width: 45px;
	height: 45px;
	padding: 1px;
	/*background-color: #fff;	
	opacity: 0.2;*/
	/*background-color: rgba(190,190,190, 0.3);*/
	background-color: rgba(0,0,0, 0.2);
}
#topcontrol img:hover {
	background-color: rgba(0,0,0, 0.3);
}


/* STYLES */


#socialmedia-top {
	display: inline-block;
	margin: 1px 0px;
	float: left;
}
.socialicon-top {
	padding-right: 8px;
	opacity: 0.15;
}
.socialicon-top:hover {
	opacity: 0.3;
}


#socialmedia {
	display: inline-block;
	margin: 5px 5px 20px;
	padding: 5px 0px;
	/*background-color: #333;*/
}
#socialmedia img {
	width: 36px;
	height: 36px;
}
.socialicon {
	margin: 5px;
	opacity: 0.9;
}
.socialicon:hover {
	opacity: 1;
}


#headline {
	display: block;
	padding: 8px 10px 4px;
	/*background-color: #f3f3f3;*/
	border-bottom: 1px solid #8090c0;
	margin-bottom: 20px;

	font-size: 22px;
	color: #7080b0;
	/*letter-spacing: 0px;*/
}


#grid-index {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	text-align: center;
	padding-top: 15px;
}
#grid-index a {
	width: 140px;
	margin: 5px;
	display: block;
	float: left;
	/*background-color: #33c;*/

	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
}
#grid-index a:hover {
	color: #fff;
}
#grid-index a img {
	opacity: 0.9;
}
#grid-index a:hover img {
	opacity: 0.9;
}
#grid-index a span {
	display: block;
	background-color: #3c3c3c;
}
.grid-3-cols {
	max-width: 450px !important;
}

.white {
	color: #fff;
}

.red {
	color: #d66;
}
.purple, .purple-x {
	color: /*#969;*/ #a7a;
}
.blue {
	color: /*#67a;*/ #7f8fcc;
}
.green {
	color: #8b1;
}
.yellow {
	color: #ffbf00;
}
.orange, .orange-x {
	color: #f84;
}
.red, .purple, .purple-x, .blue, .green, .yellow, .orange, .orange-x {
	color: #fff !important;
}

@media only screen and (max-width: 960px) {
.purple-x, .orange-x {
	display: none !important;
}
}


#sub-index {
	margin-top: 30px;
}
#sub-index a {
	display: block;
	padding: 10px 20px;
	background-color: #f2f3f8;
	border-bottom: 5px solid #fff;

	font-size: 10px;
	line-height: 1.2;
}
#sub-index a:hover {
	background-color: #e8eaf2;
}
#sub-index h1 {
	font-size: 1.6em;
	color: #67b;
	margin-top: 6px;
	margin-bottom: 0px;
}
#sub-index h2 {
	font-size: 1.4em;
	color: #969;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 1px 0px 1px 30px;
	background: url("/img/layout/icons/arrow-40-20.png") no-repeat left center;
}


/* STYLES KUNSTSCHULE */


h1 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0;
	display: block;
	padding: 3px 0px 0px;
}

hr {
	color: #ccc;
	background-color: #ccc;
	border: 0;
	height: 1px;
}

.news-head {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	margin: 10px 0px 8px;
}

.link-news {
	font-size: 12px;
	color: #d66;
	font-weight: bold;
	/*letter-spacing: -1px;*/
}
.link-news:hover {
	text-decoration: underline;
}

.link-news-button {
	min-width: 142px;
	display: inline-block;
	margin: 8px;
	font-size: 12px;
	color: #d66;
	font-weight: bold;
	padding: 8px 4px;
	text-align: center;
	border: 1px solid #d66;
	-moz-border-radius: 4px;
 	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.link-news-button:hover {
	color: #d55;
	border: 1px solid #d55;
}


#ok-import {
	padding: 5px 0px;
}
#ok-import iframe {
	width: 100%;
	height: 1200px;
	border: 0px solid #fff;
}


.textbox-1 {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #888;
	background-color: #f3f3f3;
}
.textbox-1 i {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-align: right;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.kunstsommer-header {
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #f08e18; /*#49a; #079;*/
}
.logo {
	/*display: block;*/
	height: 180px;
	margin-right: 20px;
	float: left;
}


.img-float {
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;		/* <hr style="clear: left;" /> */
}


.top-align tr td {
	vertical-align: top;
}


.news-event {
}
.float-box {
	max-width: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}


#grid-clic-clac {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	text-align: center;
	margin-top: 20px;
}
#grid-clic-clac a {
	width: 32%;
	margin-left: 2%;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #eee;
	float: left;

	font-size: 13px;
	line-height: 1.3;
	color: #369;
	font-weight: bold;
	text-decoration: none;
}
#grid-clic-clac a:hover {
	background-color: #eaeaea;
}
#grid-clic-clac a:first-child {
	margin-left: 0;
}


