* {
	margin:0;
	padding:0;
	font-family: Roboto, Arial, sans-serif;
	/*
	*/
}

:focus {
	outline: 0;
}

html, body {
	height: 100%;
	background-color: #d3d3d3;
}

#wrapper {
	padding: 20px;
}

#site {
	position: relative;
	/*max-width: 2000px;*/
	min-width: 700px;
	
	margin: 0 auto;
	
	/*min-height: 100%;*/
	padding-bottom: 0px;
}

#view_section {
	/*margin-top: 20px;
	padding: 10px;*/
	border-radius: 10px;
	border:1px solid black;
	background-color: white;
	
	box-shadow: 10px 10px 10px grey;
}

/****************************/
/*          HEADER          */
/****************************/

header {
	height: 80px;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(227,227,227,1) 100%);
	background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(227,227,227,1) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(227,227,227,1) 100%);
	/*
	background: #b0b0b0;
	background: linear-gradient(#FFFFFF 35%, #AFB3BD);
	*/
}



#logo {
	float: left;
}

#logo img {
	width: 300px;
}

#header_right {
	float: right;
	height: 100%;
	margin-left: 100px;
}

#header_right a {
	text-decoration: none;
	color: #303030;
}

.contact_language_item {
	display: inline-block;
}

.language_links {
	display: block;
}

#language_other {
	display: none;
}

#language_other:hover {
	text-decoration: underline;
}

#contact_link {
	float: right;
	margin-left: 20px;
	/*
	background: red;
	*/
}

#flag_de {
	background: url("../graphics/de.jpg") no-repeat;
	padding-left: 16px;
}

#flag_en {
	background: url("../graphics/en.jpg") no-repeat;
	padding-left: 16px;
}

/***************************/
/*          SUCHE          */
/***************************/

#search_form {
	float: right;
	display: inline;
	background: rgba(227,227,227,1);
	padding-bottom: 5px;
	width: 100%;
	/*
	height: 50px;
	background: green;
	vertical-align: bottom;
	float: right;
	margin-top: 60px;
	*/
}

#search {
	float: right;
}

#search_input {
	width: 200px;
	font-size: 1em;
}

#search_button {
	font-size: 1em;
	margin-right: 10px;
}

.search_resultLinks {
	margin: 10px;
	color: #303030;
}

.search_resultLinks:hover {
	color: #961d32;
}

/*************************************/
/*          HAUPTNAVIGATION          */
/*************************************/

#hauptnavigation {
	display: table;
	height: 40px;
	width: 100%;
	clear: both;
	/*
	*/
}

#hauptnavigation ul {
	display: table-row;
	height: 40px;
	background: -webkit-linear-gradient(rgba(180,180,180,1) 0%, rgba(180,180,180,1) 1%, rgba(229,229,229,1) 98%, rgba(180,180,180,1) 100%);
	background: -moz-linear-gradient(rgba(180,180,180,1) 0%, rgba(180,180,180,1) 1%, rgba(229,229,229,1) 98%, rgba(180,180,180,1) 100%);
	background: -ms-linear-gradient(rgba(180,180,180,1) 0%, rgba(180,180,180,1) 1%, rgba(229,229,229,1) 98%, rgba(180,180,180,1) 100%);
	background: -o-linear-gradient(rgba(180,180,180,1) 0%, rgba(180,180,180,1) 1%, rgba(229,229,229,1) 98%, rgba(180,180,180,1) 100%);
	background: linear-gradient(rgba(180,180,180,1) 0%, rgba(180,180,180,1) 1%, rgba(229,229,229,1) 98%, rgba(180,180,180,1) 100%);
	/*
	background: linear-gradient(#8A8A8A, #D1D1D1);
	background: linear-gradient(silver, white, silver);
	*/
	
}

#hauptnavigation li {
	display: table-cell;
	width: auto;
	white-space: nowrap;
	list-style: none;
	padding: 10px 1px 10px 1px;
	text-align: center;
	border-left: 2px solid rgb(150,150,150);
	/*
	*/
}

#hauptnavigation a {
	/*
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 10px;
	*/
}

.hauptnavigation_item {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#hauptnavigation a:hover {
	color: #961d32;
}

#current_main_nav {
	color: #961d32;
	/*
	background: -moz-linear-gradient(yellow, green);
	-moz-text-fill-color: transparent;
	-moz-background-clip: text;
	position: relative;
	color: linear-gradient(#961d32, #D62947);
	*/
}

#current_main_nav:after {
	/*
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961d32', endColorstr='#00ffffff',GradientType=0 );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #961d32), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, #961d32 0%,rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(top, #961d32 0%, rgba(255,255,255,0) 100%);
	background:     -ms-linear-gradient(top, #961d32 0%, rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(top, #961d32 0%, rgba(255,255,255,0) 100%);
	background:         linear-gradient(top, #961d32 0%, rgba(255,255,255,0) 100%);
	*/
}

.line_main_nav {
	/*
	color: rgba(150,150,150,1);
	border-left: 1px solid rgb(150,150,150);
	height: 100%;
	background: red;
	*/
}

#grafik {
	height: 150px;
	overflow: hidden;
	background: url("../graphics/Grossrechner_dpa.jpg") repeat-x;
	/*
	background-image: url("../graphics/image_gallery_fest_platten.jpeg") no-repeat top left, url("../graphics/Grossrechner_dpa.jpg") no-repeat top center, url("../graphics/631668_original_R_by_Christa-Nöhren_pixelio.de_.jpg") no-repeat top right;
	background-repeat: no-repeat;
	background-position-x: 0px;
	border: 1px solid black;
	*/
}

/****************************/
/*          INHALT          */
/****************************/

#content {
	/*padding: 10px;
	padding-bottom: 150px;*/
	background: whitesmoke;
	border-radius: 0 0 10px 10px;
}

.pictures {
	/*
	max-width: 200px;
	float: right;
	height: 300px;
	*/
}

.graphic_nofloat {
	margin-top: 10px;
	cursor: pointer;
}

.graphic_left {
	float: left;
	margin: 5px 20px 5px 0;

	cursor: pointer;
}

.graphic_right {
	float: right;
	margin: 5px 0 5px 20px;

	cursor: pointer;
}

#current_site {
	background: #961d32;
	color: #fff;
}

#current_site:hover {
	color: #000;
}

/*************************************/
/*          UNTERNAVIGATION          */
/*************************************/

#menu {
	display: block;
}

#menu_dropdown, #show_menu, #hide_menu {
	display: none;
}

#unternavigation {
	float: left;
	width: 220px;
	font-size: 0.8em;
	margin-top: 10px;
	display: block;
	/*
	padding: 10px;
	height: auto;
	background-color: silver;
	*/
}

#unternavigation li {
	list-style: none;
}

.unternavigation_item {
	display: block;
	padding: 2px;
	padding-left: 5px;
	margin: 0 10px 0 10px;
	color: black;
	text-decoration: none;
	/*
	*/
}

.unternavigation_item:hover {
	color: #961d32;
}

.unternavigation_subitem {
	display: block;
	padding: 2px;
	padding-left: 25px;
	margin: 0 10px 0 10px;
	color: black;
	text-decoration: none;
}

.unternavigation_subitem:hover {
	color: #961d32;
}

#current_subitem {
	color: #961d32;
}

.focus_arrow {
	display: none;
}

.unternavigation_item:hover > .focus_arrow {
	display: inline;
}

.unternavigation_hr {
	margin: 0px 10px 0px 10px;
	border: 0.5px solid white;
	height: 0px;
	/*
	*/
}

.subitem_hr {
	margin: 0px 10px 0px 25px;
	border: 0.5px solid white;
	/*
	height: 0px;
	*/
}

#spalte_rechts {
	float: right;
	width: 200px;
}

  /********************************/
 /*          TEXTINHALT          */
/********************************/

#main {
	margin-left: 220px;
	margin-right: 200px;
	padding: 20px;
	min-height: 300px;
	background: #ffffff url("../graphics/Site_footer.jpg") no-repeat right bottom;
	/*
	background-image: url("../graphics/Site2.jpg") no-repeat;
	*/
}

#main_noleft {
	margin-right: 200px;
	padding: 20px;
	padding-left: 40px;
	min-height: 300px;
	border-radius: 0 0 0 10px;
	background: #ffffff url("../graphics/Site_footer.jpg") no-repeat right bottom;
	/*
	background-image: url("../graphics/Site2.jpg") no-repeat;
	background: white;
	*/
}

#main_noright {
	margin-left: 200px;
	padding: 20px;
	padding-left: 40px;
	min-height: 300px;
	border-radius: 0 0 10px 0;
	background: #ffffff url("../graphics/Site_footer.jpg") no-repeat right bottom;
	/*
	background-image: url("../graphics/Site2.jpg") no-repeat;
	background: white;
	*/
}

#content_text {
	padding: 10px;
	text-align: justify;
}

#clear {
	clear: both;
}

.content_li {
	margin-left: 20px;
}

.second_level_li {
	margin-left: 40px;
}

#popup1, #popup2 {
	max-width: 80%;
}

  /**************************/
 /*          News          */
/**************************/

.news_box {
	margin: 10px;
	border: 1px solid #6B6B6B;
	border-radius: 5px;
}

.news_header {
	text-align: center;
	background: #6B6B6B;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
}

.news_text {
	margin: 5px;
}

#rss_link {
	color: #303030;
}

  /*************************************/
 /*          KONTAKTFORMULAR          */
/*************************************/

#contact_form {
	margin: 20px;
	padding: 20px;
	width: 370px;
	height: 350px;
	background: #778899;
	border-radius: 10px;
	/*
	*/
}

#contact_form input {
	/*
	display: block;
	 */
}

.contact_labels {
	float: left;
	clear: both;
	width: 150px;
	margin-top: 10px;
}

.contact_inputs {
	float: left;
	width: 210px;
	margin-top: 10px;
	/*
	padding-left: 300px;
	display: inline;
	*/
}

#radio_frau {
	margin-left: 10px;
}

textarea {
	resize: none;
}

  /****************************/
 /*          FOOTER          */
/****************************/

#submit_button {
	clear: both;
	float: right;
	margin-top: 5px;
	/*
	*/
}

footer {
	/*position: absolute;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: 30px;
	color: #303030;
}

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

#footer_copyright {
	float: left;
	margin: 10px;
}

#footer_impressum {
	float: right;
	margin: 10px;
}
