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

:focus {
	outline: 0;
}

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

h1 {
	/*
	font-size: 26pt;
	*/
}

#site {
	position: relative;
	width: 320px;
	/*
	width: 90%;
	*/
	margin: 0 auto;
	/*min-height: 100%;*/
}

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

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

header {
	height: 60px;
	padding: 5px;
	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%);
	border-radius: 10px 10px 0 0;
}

#logo {
	float: left;
}

#logo img {
	width: 200px;
}


#header_right {
	float: right;
	height: 100%;
	text-align: right;
}

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


.contact_language_item {
	display: block;
}

.language_links {
	display: block;
}

#language_other {
	display: none;
	margin-right: 10px;
	/*
	display: none;
	*/
}

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

#contact_link {
	float: right;
	/*
	background: red;
	*/
}

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

#search_form {
	/*
	background: rgba(227,227,227,1);
	margin-bottom: 30px;
	width: 100%;
	display: block;
	white-space: nowrap;
	position: relative;
	*/
}

#search {
	float: right;
	background: rgba(227,227,227,1);
}

#search_input {
	float: left;
	width: 75%;
	/*
	width: auto;
	width: 170px;
	*/
}

#search_button {
	float: right;
	width: 20%;
	/*
	width: 60px;
	*/
}

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

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

#hauptnavigation {
	clear: both;
}

#hauptnavigation  ul{
	padding: 10px 0 10px 0;
	background: whitesmoke;
	/*
	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-color: silver;
	*/
}

#hauptnavigation ul li {
	list-style: none;
	text-align: center;
	width: 100%;
	/*
	padding: 10px;
	*/
}

#hauptnavigation ul li a {
	/*padding: 10px;
	padding: 10px;
	height: 100%;*/
}

.hauptnavigation_item {
	text-decoration: none;
	margin: 2px auto;
	color: #303030;
	width: 90%;
	display: block;
	padding: 5px;
	border-radius: 5px;
	background: grey;
	/*
	font-weight: bold;
	*/
}

#current_main_nav {
	color: #961d32;
}

.line_main_nav {
	display: none;
}

#grafik {
	height: 150px;
	background: url("../graphics/Grossrechner_dpa.jpg") repeat-x;
	overflow: hidden;
	/*
	border: 1px solid black;
	*/
}

.pictures {
	display: none;
}

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

#main,
#main_noleft,
#main_noright,
#content_text {
	padding: 5px;
}

#clear {
	clear: both;
}

.content_li {
	margin-left: 15px;
}

.second_level_li {
	margin-left: 30px;
}

.graphic_nofloat {
	/*
	width: 300px;
	margin: auto;
	z-index: 1000;
	*/
	max-width: 60%;
	width: auto;
	height: auto;
	margin-top: 10px;
	cursor: pointer;
}

.graphic_left {
	float: right;
	margin: 5px 0 5px 5px;
	max-width: 40%;
	width: auto;
	height: auto;
	cursor: pointer;
}

.graphic_right {
	float: right;
	margin: 5px 0 5px 5px;
	max-width: 40%;
	width: auto;
	height: auto;
	cursor: pointer;
}

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

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

#menu {
	padding: 10px;
	font-size: 0.8em;
	background: whitesmoke;
	/*
	background: #961d32;
	*/
}

#menu a {
	text-decoration: none;
}

#menu_dropdown {
	text-align: center;
}

.menu_dropdown {
	display: block;
	text-align: center;
	/*
	*/
}

#show_menu {
	color: black;
	text-align: center;
	/*
	display: none;
	*/
}

#hide_menu {
	display: none;
	color: black;
	text-align: center;
}


#unternavigation {
	margin-top: 10px;
	display: none;
	/*
	visibility: hidden;
	*/
}

#unternavigation li {
	list-style: none;
}

.unternavigation_item {
	padding: 5px;
	margin: 5px 0 0 0;
	display: block;
	color: black;
	/*
	background: lightgrey;
	border-radius: 5px;
	box-shadow: 2px 2px 2px black;
	*/
}

.unternavigation_subitem {
	display: block;
	padding: 5px;
	margin: 0 3px 0 20px;
	color: black;
	/*
	border-style: none solid none solid;
	background: lightgrey;
	border-color: black;
	border-width: 1px;
	*/
}

/*
.unternavigation_subitem:last-of-type {
	border-radius: 0 0 5px 5px;
	border-style: none solid solid solid;
}*/

#current_site {
	background: #961d32;
}

#current_subitem {
	color: #961d32;
}

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

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

#spalte_rechts {
	display: none;
}

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

#contact_form {
	margin: 5px;
	padding: 10px;
	width: 280px;
	height: 270px;
	background: #778899;
	border-radius: 10px;
	/*
	*/
}

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

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

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

#radio_frau {
	margin-left: 10px;
}

textarea {
	resize: none;
}

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