/* style sheet friedensforum */

@import url(https://fonts.googleapis.com/css?family=Oxygen|Raleway|Handlee);

body {
  width: 100%;
  margin: 0;
  background-color: #f1f1f1;
  font-family: Oxygen;
}

.clear{
  clear:both;
}

.wrapper{
  clear:both;
  position:relative;
  width: 50px;
  height: 20px;
}

#image_table {
	display: table;
}

#image_table .row {
	display: table-row;
}

#image_table .image_box{
	display: table-cell;
}

.image_box{
	text-align: left;
	font-size:11px;
	font-family:Arial;
	float:left;
	padding-right:10px;
	padding-bottom:5px;
	width: 38%;
	max-width:200px;
}

/* header */

header.head{
  z-index: 99;
  height: 123px;
  position: relative;
  margin: 0;
  left: 0;
  background: white;
  top: 0;
  width: 100%;  
  overflow: visible;
}

/* buttons top */

#menu_container {
	background-color: #abddfc;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f7f7f7;
    height: auto;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}  

#menu_container,
#calendar_head {
	background: #71c8f7; 
	background: -moz-linear-gradient(top, #71c8f7 3%, #b1dff9 100%); 
	background: -webkit-linear-gradient(top, #71c8f7 3%,#b1dff9 100%); 
	background: linear-gradient(to top, #71c8f7 3%,#b1dff9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c8f7', endColorstr='#b1dff9',GradientType=0 ); 	
}

#logo{
    border-bottom: 0 none;
    border-top: 0 none;
    box-sizing: border-box;
    float: left;
    height: 123px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 140px;
    z-index: 999;
}

a#logo img {
	margin-top: 10px;
}

header.small #menu_container #logo {
    height: 60px;
    top: 5px;
    width: 140px;	
}

header.small #menu_container #logo img {
	height: 100%;
	margin-top: 0;
}

header.small,
header.small #menu_container {
	height: 70px;
}

#menu_container {
	-webkit-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
}
	
header.small .inner_menu,
header.small .menu_item {
	height: 70px;
	line-height:70px;
	margin-top: 0;
}

header.small .sub_menu {
	top: 70px;
}

#menu {
	position: relative;
	width: 800px;
	margin-left: -400px;
	left: 50%;
}

.menu_item {
	float: left;
	position: relative;
	color: #40b3fd;
	font-size: 1em;
	width: auto;
	top: 0;
	margin-left: 0;
	height: 123px;
	text-align: center;
	line-height: 100px;
	padding: 0 20px;
	font-family: "Raleway",Arial,Tahoma;
	cursor: pointer;    
}

.menu_item .inner_menu {
	padding: 0 15px;
	position: relative;
	margin-top: 12px;
	box-sizing: border-box;
	color: #000000;
}

.menu_item .inner_menu:hover {
	color: #ffffff;
	background: #40b3fd;
}

.sub_menu {
	background: #ffffff;
	color: #026EB2;
    position: absolute;
	display: none;
    line-height: 24px;
    margin-left: -40px;
    padding: 15px 20px;
    text-align: center;
	border-left:1px dotted #40b3fd;
	border-right:1px dotted #40b3fd;
	border-bottom:1px dotted #40b3fd;
    top: 123px;
    width: 100%;
}

.menu_item a,
.sub_menu a {
	color: #333333;	
}

.sub_menu span {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 20px;
}

.sub_menu span:hover {
	background: #40b3fd;
	color: #ffffff;
}

.menue_top{
  z-index:2;
  position:absolute;
  left:15px;
  width:660px;
  top:-35px;
  height:25px;
}

/* background & container */

main#container {
  z-index:3;
  position:relative;
  width: 100%;
  top: 0;
  height: auto;
  text-align: center;
  min-height: 100%;
}

.aktuelles main#container {
	top: 40px;
}

#main_image {
	width: 100%;
	height: 364px;
	-webkit-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	background-image: url("../../images/kasseler_friedensforum.jpg");
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-repeat: no-repeat;
}

#main_image img {
	
}

.aktuelles #in_the_middle.one_article,
#in_the_middle.one_article {
	top: 0;
	-webkit-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	background: #f9f9f9;
	border: 1px dotted #40b3fd;
	margin-bottom: 180px;
	padding: 20px 50px;	
}

.event #in_the_middle h1 {
	color: #888888;
	font-size: 36px;
	line-height: 35px;
}

#in_the_middle.one_article h1 {
	color: #40b3fd;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight: 800;
	font-family: Raleway,Oxygen,Arial;
}

#in_the_middle{
	z-index: 2;
	clear: both;
	position: relative;
	width: 80%;
	left: 10%;
	top: 0;
	padding: 0 50px 0 5px;
	height: auto;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.event #in_the_middle,
.aktuelles #in_the_middle { 
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}

.aktuelles #in_the_middle { 
    margin-top: -80px;
    padding: 0 0 50px;
    top: 0;
}

.taube {
	position: absolute;
	top: 130px;
	right: 0;
	margin-right:50px;
	background-image: url("../../images/taube.png");
	width: 180px;
	height: 150px;
	z-index:9999;
}

/******************** main / text ********************/

#text_box{
  z-index: 2;
  position: relative;
  color: #333333;
  width: 100%;
  height: auto;
  min-height: 600px;
  top: 0;
  text-align: left;
  font-family: Oxygen,Georgia;
  font-size: 1em;
}

#text_box div.clear {
	height: 10px;
}

.text{
  width:100%;
  padding-left:0;
}

.text span.header_date {
	background: #dedede;
	color: white;
	font-size: 22px;
	padding: 5px 20px;
}

.aktuelles .text {
	width: 100%;
	float: none;
	padding-left: 0;
}

.article_row {
	display: table;
	width: 100%;
	position: relative;
	margin-top: 30px;
	top: 10px;
    border-collapse: separate;
	border-spacing: 5px;
}

.article{
	background: #e0eaf1;
    border: 3px solid #dedede;
    border-radius: 10px;
    color: #333;
    margin-top: 20px;
    padding: 30px;
 }

.article_row .article  {
    border: 1px solid #f4f4f4;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
    display: table-cell;
    margin-top: 0;
    padding: 20px 20px 40px;
    position: relative;
    vertical-align: top;
    width: 33%;
	-webkit-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	box-shadow: 0 3px 11px -9px rgba(0,0,0,0.75);
	background: #e0eaf1; 	
}

.article_row .empty_article {
    display: table-cell;
    margin-top: 0;
    width: 33%;
}

.article_row .article h1 {
	color: #333333;
}

.article h1, .one_article h1 {
	color: #333333;
}

.article_row .article:nth-child(3) {
	width:34%;
}

.article span.event,
.article span.press {
	display: block;
	color: #ffffff;
	background: #999999;
	font-size: 0.9em;
	font-weight: 500;
    padding: 5px;
	border-radius: 5px;
}

span.handwriting {
	font-family: Handlee,Oxygen,Arial;
	font-size: 20px;
}

#active_item {
	position: relative;
	background: #dedede;
	top: 41px;
	width: 100%;
	height: 80px;
	background: #dedede; 
	background: -moz-linear-gradient(top, #dedede 0%, #efefef 52%, #f1f1f1 100%); 
	background: -webkit-linear-gradient(top, #dedede 0%,#efefef 52%,#f1f1f1 100%); 
	background: linear-gradient(to bottom, #dedede 0%,#efefef 52%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f1f1f1',GradientType=0 ); 
}

.aktuelles #active_item { 
	top: 0;
}

#active_item span {
	color: #888888;
    display: block;
    font-size: 30px;
    line-height: 80px;
    margin-left: 10%;
    text-align: left;
	padding: 0 0 0 5px;
}

/* newsletter */

#newsletter_div {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-right: 1px dotted #555555;
}

#newsletter_arrow {
	left: 15%;
	margin-left: -11px;
}

#newsletter{
	z-index: 5;
	position: relative;
	color: #333333;
	font-size: 0.9em;
	line-height: 0.9em;
	display: none;
  	padding: 20px 0;
}

.dates_body {
	background: rgba(0,0,0,0.6);
}

#newsletter {
	background: rgba(0,0,0,0.6);
	padding: 20px;
	color: white;
}

.newsletter_header{
  font-size: 1.5em;
  color: #cac8c8;
  padding: 20px 0 10px 0;
}

#newsletter a {
	color: #878686;
	text-decoration: underline;
}

#alert_newsletter {
	display: none;
	font-size: 12px;
	font-weight: 100;
	background: white;
	border-right: 2px solid #40b3fd;
	box-sizing: border-box;
	padding: 15px;
	line-height: 12px;
}

.keyword_found {
	font-weight:800;
	color: #000000;
	background: #faf704;
}

#newsletter_form{
  font-size:0.75em;
}

#newsletter_email {
  padding: 0 5px;
  width: 80%;
  margin-top:10px;
  border-radius: 5px;
	height: 30px;
	line-height: 30px;
	background: #7cccf7;
	border: 2px solid black;
	color: black;
}

#newsletter_email:focus {
	-webkit-box-shadow: 0 0 9px -1px rgba(121,207,247,1);
	-moz-box-shadow: 0 0 9px -1px rgba(121,207,247,1);
	box-shadow: 0 0 9px -1px rgba(121,207,247,1);
	border: 2px solid #6bcbf7;
}

#drop_menus {
	z-index:2;
	position: absolute;
	top: 123px;
	height: auto;
	width: 100%;
}

#newsletter_div,
#dates,
#background_container {
	height: 42px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 73%, #f3f3f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 73%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 73%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

#background_container{
	position: absolute;
	left: 30%;
	margin-left: 1px;
	top: 0;
	width: 40%;
	box-sizing: border-box;
	text-align: center;
	border-bottom: 2px solid #dedede;
	height: 42px;
}

.dates_header {
	color: #000000;
	border-bottom: 2px solid #dedede;
}

/* search form */

input[type="submit"][name="search"]{
	float: right;
	background-color: #40b3fd;
    background-image: url("../../images/search.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 2px solid #40b3fd;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
	top: 0;
    padding: 0 30px 0 8px;
    position: relative;
    width: 30px;
}

.search{
	background: white none repeat scroll 0 0;
    border: 2px solid #dedede;
    border-radius: 5px 0 0 5px;
    float: none;
    height: 25px;
    margin: 6px auto 0;
    position: absolute;
    width: 80%;
	left: 10%;
    z-index: 2;
}

.search_results {
	padding: 0 0 20px 20px;
	font-style: italic;
}

#keyword {
	position:relative;
	width: 80%;
	float: left;
	margin-left: 10px;   
	box-sizing: content-box;
	padding-left: 5px;
	line-height: 20px;
	color: #333333;
	font-size: 15px;
	height: 23px;
	border: 0;
}

#dates {
	z-index:99;
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-left: 1px dotted #555555;
}

#dates_arrow {
	right: 15%;
	margin-right: -11px;
}

#dates_arrow,
#newsletter_arrow {
	z-index: 999;
	position:absolute;
	height: 13px;
	width: 26px;
	top: 40px;
	cursor: pointer;
	background-image:url("../../images/arrow_grey.png");
}

.dates_body {
	display:none;
	width:100%;
}

.calendar{
	z-index:999;
	position:relative;
	top: 0;
	right: 1px;
	width: 100%;
	height:auto;
	text-align: center;
	padding-bottom: 30px;
	border-left: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
}

#calendar_div{
	position:relative;
	width:100%;
}

#calendar_table,
.calendar_buttons {
	position: relative;
	width: 80%;
	max-width: 280px;
	margin: 0 auto;
}

#calendar_table{
  position: relative;
  font-family: Oxygen,Tahoma,Arial;
  font-size: 0.9em;
  text-align: center;
  color: #cac8c8;
  margin-top: 20px;
}

table#calendar_table tr:first-child {
	color: #333333;
}

#calendar_head{
	color: #ffffff;
    font-family: "Raleway",Tahoma,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 100%;
}

.calendar_buttons_top{
  position: absolute;
  top: 0;
  color: #ffffff;
  left: 10%;
  width: 80%;
  height: auto;
  font-size: 18px;
  font-family: Oxygen,Tahoma,Arial;
}

.calendar_buttons_top a {
	color: #ffffff;
    font-family: Arial;
    font-weight: bold;
}

.calendar_buttons{
  position: relative;
  margin-top: 5px;
  height: auto;
  font-size: 0.75em;
  font-family: Oxygen,Tahoma,Arial;
}

.calendar_buttons a{
  color:#272727;
}

table#calendar_table td.td_event {
	background-size: contain;
	background-position: center center;
	color: #ffffff;
}

table#calendar_table td.td_event:hover {
	cursor: pointer;
}

table#calendar_table td.td_event a {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
}

table#calendar_table  td {
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	color: #555555;
	width: 27px; 
	height: 27px;
	border: 1px solid #0162A3;
}

table#calendar_table tr.calendar_days td {
	color: white;
	background: #abddfc; /* Old browsers */
	background: -moz-linear-gradient(top, #abddfc 0%, #40b3fd 60%, #40b3fd 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #abddfc 0%,#40b3fd 60%,#40b3fd 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #abddfc 0%,#40b3fd 60%,#40b3fd 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abddfc', endColorstr='#40b3fd',GradientType=0 ); /* IE6-9 */
}

table#calendar_table tr:first-child td {
	background-color: none;
}

.image_box a > img {
	max-width: 100%;
	border: 1px solid #dedede;
}

.article .image_box a > img {
	max-width: 200px;
	max-height: 250px;
}

.image_box .image_text {
	width:100%;
}

.article_row .image_box,
.article_row .article .image_box a > img {
	position: relative;
	width: 100%;
	float: none;
	max-width: 100%;
	max-height: none;
}

.text a.article_link,
.text a.article_link:link {
	float: right;
	border-radius: 5px;
	font-weight:800;
	font-size:0.9em;
	color: #40b3fd;	
}

img.read_more {
	padding-right: 8px;
	margin-top: 2px;
	float: left;
}

.article2{
  margin-top:30px;
}

.image_box2 {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
	width: 38%;
	font-size: 11px;
	font-family: Tahoma,Arial;
}

.image_box2 div,
.image_box2 img {
	width: 100%;
}

.arrow{
  float:left;
  margin-top:-2px;
  padding-right:5px;
}

.link{
  margin-top:0;
  padding-right:5px;
}

.pdf{
  padding-right:5px;
  margin-top:-2px;
}

#page_form {
	margin-top: 20px;
}

.page_button {
	float:left;
	border-radius:0;
	margin-right: 3px;
	margin-bottom: 10px;
}

.page_button.selected {
	background: #ffffff none repeat scroll 0 0;
    border: 2px solid #dedede;
    border-radius: 5px;
    font-weight: 800;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	margin-top:-1px;
}

form#formuar {
	padding-bottom: 150px;
}

/* ************ right side *****************/

.right{
	box-sizing: border-box;
    float: right;
    font-family: Oxygen,Tahoma,Arial;
    margin-top: 135px;
    padding: 50px 25px;
    position: relative;
    right: 0;
    text-align: left;
    width: 30%;
	border-top: 1px dotted #40b3fd;
	border-left: 1px dotted #40b3fd;
	border-bottom: 1px dotted #40b3fd;
	background: #ffffff;
}

/* timer */

.timer{
  float:right;
  margin-top:-70px;
  z-index:99;
  font-size:2.0em;
  padding-bottom:20px;
  color:#d0d0d0;
}

.event_box{
  padding: 10px 40px 10px 20px;
  margin-top:10px;
  text-align:left;
  font-size:0.8em;
  font-weight:800;
  font-family:Arial;
  background: #dedede;
}

.icon{
  z-index:5;
  position:absolute;
  width:128px;
  left:550px;
  top:-130px;
  height:128px;
}

#footer{
	z-index: 2;
	position: relative;
  	border-top: 1px solid #ffffff;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: Oxygen,Arial,Tahoma;
	font-size: 0.8em;
	color: #000000;
	bottom: -20px;
	margin-top: 50px;
	background: #abddfc; /* Old browsers */
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer_bottom {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #1371bf;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding: 0;
}

.clear_simple,
.clear_simple40 {
	clear: both;
	width: 100%;
}

.clear_simple {
	clear: both;
	height: 25px;
}

.top70 {
	margin-top: 70px;
}

.clear_simple10 {
	clear: both;
	width: 100%;
	height: 10px;
}

.clear_simple40 {
	height: 40px;
}

#footer img{
	width: 100%;
	margin-top:-600px;
}

#footer > div {
	width: 80%;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0;
}

#footer > div div:nth-child(1),
#footer > div div:nth-child(2),
#footer > div div:nth-child(3) {
	width:30%;
	margin-left:15px;
	margin-top:15px;
}

#footer > div div:nth-child(1),
#footer > div div:nth-child(2) {
	float:left;
}

#footer > div div:nth-child(2) {
	margin-left:5%;
}

#footer > div div:nth-child(3) {
	float: right;
}

/* form elements */

textarea{
	box-sizing: border-box;
    height: 300px;
    padding: 30px;
    width: 100%;
}

#formular table {
	border-collapse: separate;
	border-spacing: 15px;
}

#formular table td {
	width: 50%;
}

input[type="text"],input[type="password"]{
	position: relative;
	width: 100%;
	border: 3px solid #dedede;
	border-radius: 5px;
  	height: 50px;
	line-height: 50px;
}

#newsletter_form input[type="text"] {
  	height: 30px;
	line-height: 30px;
}

#formular {
	margin:0;
}

div.editor,
#formular input[type="text"],
#formular input[type="password"],
#formular select,
#formular textarea {
	border: 3px solid #dedede;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 100;
	box-sizing: border-box;	
}

#formular input[type="text"]:focus,
#formular input[type="password"]:focus,
#formular select:focus,
#formular textarea:focus {
	border: 3px solid #90f5fb;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 9px 0 rgba(182,247,250,1);
	-moz-box-shadow: 0 3px 9px 0 rgba(182,247,250,1);
	box-shadow: 0 3px 9px 0 rgba(182,247,250,1);
}

#formular select,
select{
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	padding: 0;
	font-weight: 100;
}

#formular td{
  padding-top:10px;
}

.text a.article_link,
.text a.article_link:link,
.text a.article_link:visited,
input[type="submit"]{
	position: relative;
	height: auto;
	padding: 5px 10px;
	font-size: 14px;
	border: 0;
	font-weight: 200;
	color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	border-top: 1px solid #86c5f9;
	border-bottom: 1px solid #045c9c;
}

table#calendar_table td.td_event,
input[type="submit"]{
	background: #1371bf;
}

table td.td_event:hover,
input[type="submit"]:hover(:not)#submit_search {
	background: #2f7dbc;
}

.article_row .text a.article_link,
.article_row .text a.article_link:link {
	position: absolute;
	bottom: 30px;
}

.text a.article_link,
.text a.article_link:link,
.text a.article_link:visited  {
    border-color: white;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
	background: none;
    border-width: 2px;
    color: #000;
    font-size: 14px;
    font-weight: 200;
    height: auto;
    padding: 5px 10px;
    position: relative;
}

.text a.article_link:hover  {
	background: white; /* Old browsers */
}

/* login */
.login_form {
	width: 500px;
	font-size: 11px;
	font-family: Arial;
}

#mail_print {
	position: absolute;
	top: 10px;
	right: 25px;
}

#generate_pdf,
#send_email,
#print_page {
	margin-right: 15px;
	height: 20px;
}

/* admin area */

#admin_menu{
	background-color: #208ccc;
    right: 0;
    padding: 15px;
    position: fixed;
    top: 180px;
    z-index: 101;
	-webkit-box-shadow: 0 7px 17px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 7px 17px -4px rgba(0,0,0,0.75);
	box-shadow: 0 7px 17px -4px rgba(0,0,0,0.75);
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

#admin_menu a{
  color: #ffffff;
  display: block;
  padding: 5px 20px;
}

#admin_menu a:hover {
	background: #f8f8f8;
	color: #333333;
}

.edit_box {
	float: right;
	padding: 10px;
}

#text_box ul {
	list-style-image:url("../../images/ul.jpg")
}

#text_box ul li {
	padding-bottom:10px;
}

a { text-decoration:none; }

.text a:link {color:#40b3fd;text-decoration:none;}
.text a:hover {color:#40b3fd;text-decoration:none;}
.text a:visited {color:#40b3fd;text-decoration:none;}

.text h1 a:hover,
.text h1 a:visited,
.text h1 a:link {
	color: #333333;
	text-decoration:none;
}

h1 {
	position:relative;
	font-family:"Oxygen",Tahoma,Arial,Georgia;
	text-align:left;
	font-size:24px;
	line-height: 24px;
	font-weight:500;
	top:0;
	margin-top:0;
}

h2{font-family:Arial;font-size:12px;font-weight:500;}
h3{font-family:Arial;font-size:16px;font-weight:500;margin-left:-5px;margin-top:7px;}

/* editor */

#formular div.editor {
	background: #ffffff;
	border: 3px solid #dedede;
	height: 40px;
	text-align: center;
	line-height: 30px;
	padding:0;
	border-radius: 5px;
}

.button2,.button3,.button4,.button5,.button6,.button7,.button8,.button9,.button10,.button11{
	width: 25px;
	height: 25px;
	cursor: pointer;
    background-position: center center;
    border: 0 none;  
}

.button2 {
  background-image:url("../../images/aufzaehlung.png");
}

.button3 {
  background-image:url("../../images/link_intern.png");
}

.button4 {
  background-image:url("../../images/b.png");
}

.button5 {
  background-image:url("../../images/i.png");
}

.button6 {
  background-image:url("../../images/u.png");
}

.button7 {
  background-image:url("../../images/url.png");
}

.button8 {
  background-image:url("../../images/mail.png");
}

.button9 {
  background-image:url("../../images/center.png");
}

.button10 {
  background-image:url("../../images/bild.jpg");
}

.button11 {
  background-image:url("../../images/pdf.gif");
}

/* end editor */

#pdf_table {
	width: 100%;
	margin-top: 30px;
}

#pdf_table tr td{
	border: 1px solid #dedede;
	padding: 5px;
	background: white;
}

@media screen and (max-width: 905px) {
	#keyword {
		width: 70%;
	}
	#submit_search{
		width: 20%;
	}
	.sub_menu span {
		padding: 5px 0;
	}
}

@media screen and (max-width: 800px) {
	.calendar_buttons_top {
		top: 30px;
	}
}

@media screen and (max-width: 600px) {
	#keyword {
		width: 50%;
	}
	#submit_search{
		width: 20%;
	}
}

@media screen and (max-width: 1040px) {
	#menu {
		position: relative;
		width: 600px;
		margin-left: 150px;
		left: 0;
	}
	.menu_item {
		padding: 0;
	}
	.sub_menu {
		margin-left: -20px;
	}
}
