@charset "UTF-8";

/* ttf fonts */


@font-face {
    font-family: 'vollkorn-bold';
    src: url('../fonts/vollkorn-bold-webfont.eot');
    src: url('../fonts/vollkorn-bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('../fonts/vollkorn-bold-webfont.woff') format('woff'),
         url('../fonts/vollkorn-bold-webfont.ttf') format('truetype'),
         url('../fonts/vollkorn-bold-webfont.svg#vollkorn-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* allgemeine styles */

:active, :focus {
	outline: none;
	-moz-outline: none;
}

html {
	height: 101%;
}

body {
	background: #fff url("../images/css-body-bg.jpg") repeat;
	font: 16px/1.6 Palatino, Georgia, Times, "Times New Roman", serif;
	margin:0;
	padding:0;
	text-align: center;
	width: 100%;
}

a {
	color: #000;		
}


h1, h2, h3, h4 {
	font: 24px/1 "vollkorn-bold", Palatino, Georgia, Times, "Times New Roman", serif;
	margin:0 0 0.5em;
	padding: 0;
	color: #ea7630;
}

h1 a, h2 a, h3 a, h4 a {
	color: #a45b45;
}

h2.compact {
	letter-spacing: -1px;
}

h2.compact.br {
	line-height: 1.4em;
}

#content h2.compact.br {
	border: none;
}

#content h2.compact.br span.line1 {
	border-bottom: 3px solid #e9ecec;
	display: block;
}

h1.grey {
	color: #c7c7c7;
	font-size: 32px;
	border-bottom: solid 1px #c7c7c7;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

h3 {
	font-size: 22px;
}

h3 a, h2 a {
	text-decoration: none;
}


#page {
	width: 900px;
	margin: 70px auto 0;
	text-align: left;
	position: relative;
	top: 0;
	right: 0;
}

/* language */

#page #language {
	position: absolute;
	top: -25px;
	right: 0;
	color: #888;
}

#page #language a {
	text-decoration: none;
	color: #a45b45;
}

/* content */

body.home #content #left {
	width: 440px;
	float: left;
}

body.home #content #left img {
	border: none;
	padding: 20px 5px;
}

body.home #content #main {
	width: 440px;
	float: right;
}


#content  #main {
	width: 630px;
	float: left;
	color: #424355;
}

#content h2 {
	border-bottom: 3px solid #e9ecec;
}

body.home #content h2 {
	border-bottom: none;
}

#content .csc-textpic img {
	border: solid 1px #d7e0df;
	padding: 8px;
}

#content p {
	margin: 0 0 0.5em;
	padding: 0;
}

#content .csc-default {
	margin-bottom: 40px;
}

body.home #content .csc-default {
	margin-bottom: 	0px;
}

#content #main .block_inner {
	min-height: 688px;
}


#content .csc-textpic img {
    border: 1px solid #D7E0DF;
    background: #f2f2f2;
    margin-left: -10px;
    padding: 10px;
}

body.home #content #main .block_inner {
	min-height: 0;
}


/* boxes */

#content .box, #logo .box, #navigation .box{
	padding: 10px;
	border: solid 1px #e8eced;
	background: #fff url("../images/css-block-bg.gif") repeat;
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 4px 4px 0px rgba(0,0,0,.1);
	box-shadow: 4px 4px 0px rgba(0,0,0,.1);
	margin-bottom: 10px;
}

.box .block_inner {
	padding: 20px;
	padding-bottom: 0.5em;
	border: solid 1px #dbe1e5;
}

body.home #content #left .box .block_inner,
#logo .box .block_inner {
	padding: 5px
}

/* sidebar */

#sidebar {
	width: 250px;
	float: right;
}


/* logo */

#logo #home {
	display: block;
	width: 218px;
	height: 346px;
	border: none;
	background: url("../images/attension-home-small-2013.png") 0 10px no-repeat;
	text-indent: -999em;
	
}

#logo h1 {
	margin: 0;
	padding: 0;
}

/* navigation */

#navigation ul, #navigation ul li {
	list-style: none;
	list-style-position: outside;
	margin:0;
	padding: 0;
}



#navigation ul li a {
	font: 20px/1.6 "vollkorn-bold", Palatino, Georgia, Times, "Times New Roman", serif;
	color: #ea7630;
	text-decoration: none;
	display: block;
}

#navigation ul li li a {
	font: 16px/1.6 Palatino, Georgia, Times, "Times New Roman", serif;
	color: #000;
	padding-left: 20px;
}


#navigation ul li.active a, 
#navigation ul li a:hover,
#navigation ul li.active li a:hover {
	color: #a45b45;
}
#navigation ul li.active li.active a {
	background: url("../images/css-bullet-bg.gif") 0 4px no-repeat;
}
#navigation ul li.active li a {
	color: #000;
}


/* footer */

#footer {
	clear: left;
	width: 630px;
	text-transform: uppercase;
	color: #a45b45;
	font-size: 0.8em;
	position: relative;
	top:0;
	left:0;
}

body.home #footer {
	width: 440px;
}

#footer a {
	color: #a45b45;
	text-decoration: none;
}

#footer .left {
	float: left;
	display: inline-block;
}

#footer .right {
	float: right;
	display: inline-block;
}

#footer #kulturkosmos {
	display: block;
	width: 58px;
	height: 58px;
	background: url("../images/css-kulturkosmos-24.png") no-repeat;
	border: none;
	text-indent: -999em;
	position: absolute;
	top:-22px;
	left:-45px;

}


/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#navigation ul li ul {
  display: none
}

#navigation ul li.active ul {
  display: block
}