html{height: 100%;}
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	height: 100%;
	
}

#wrapper {
    margin-left:auto;
	margin-right: auto;
	width: 1300px;
	height: auto;
	border-left: 1px solid #DCE5EE;
	border-right: 1px solid #DCE5EE;
	padding-left: 10px;
	padding-right: 10px;
	/*float: right;

/*	overflow:auto;*/
}


/*LOGO bearbeiten:*/
.logo {
	background-image: url(../img/menu_bg.png);
	width: 100%;
	height: 121px;
	padding-top: 5px;
}



  .bild {
    width: 181px;
    height: 111px;
    position: absolute;
    margin-left: 20px;
    margin-top: 5px;
}

  .buy {
    width: 70px;
    height: 30px;
    position: absolute;
   float: left;
    margin-left: 20px;
    margin-top: 5px;
}

  .sell {
    width: 70px;
    height: 30px;
    position: absolute;
       float: right;
    margin-left: 20px;
    margin-top: 5px;
}

/*Hier kann man einen Logo-Bild hinzufügen:
/*.logo img {
	background-image: url(../img/menu_bg.png);
	width:100%;
	height: 128px;
/*	padding-top: 5px;}
*/


.search_project {
	background-image: url(../img/searchproject.png);
/*	position: absolute;*/
	top: auto;
	right: auto;
	margin-right: auto;
	padding-left: auto;
	float: right;
	width:auto;
	height: 52px;
}


.search_box {
	background-image: url(../img/menu_bg.png);
/*	position: absolute;*/
	top: auto;
	right: auto;
	margin-right: auto;
	padding-left: auto;
	float: right;
	width:auto;
	height: 35px;
}

#search input[type="text"]{ 
 background: url(../img/search-white.png) no-repeat 10px 6px #267bb6;
 outline:none; 
 border: 0 none; 
 font: bold 12px Arial,Helvetica,Sans-serif; 
 width:350px; 
 padding: 6px 15px 6px 35px;
 margin: 0px;
 text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; 
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; 
 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset; 
 -webkit-transition: all 0.7s ease 0s; 
 -moz-transition: all 0.7s ease 0s; 
 -o-transition: all 0.7s ease 0s; 
 -transition: all 0.7s ease 0s; 

 } 
 #search input[type="text"]:focus { 
 background: url(../img/search-dark.png) no-repeat 10px 6px #fcfcfc;
 color: #6a6f75; 
 width: 350px; 
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset; 
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset; 
 -box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset; 
 text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); 
 }
 
 @media screen and (max-width: 1280px) {
  #menu {
	background-image: url(../img/menu_bg.png);
	position: absolute;
	top: 0px;
	right: 0px;
	height: 37px;
	padding-top: 19px;
	margin-right: 4%;
 }	 
 }
 
  @media screen and (min-width: 1280px) {
  #menu {
	background-image: url(../img/menu_bg.png);
	position: absolute;
	top: 0px;
	right: 0px;
	height: 37px;
	padding-top: 19px;
	margin-right: 10%;
 }	 
 }
 
   @media screen and (min-width: 1920px) {
  #menu {
	background-image: url(../img/menu_bg.png);
	position: absolute;
	top: 0px;
	right: 0px;
	height: 37px;
	padding-top: 19px;
	margin-right: 25%;
 }	 
 }
 
  #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-bottom: 22px;
	padding-left: 10px;
	padding-right: 10px;
	
	 
 }
 
 #menu a:hover {
	background-image: url(../img/menu_bg_hover_mouse_over.png);
	
 }
 

input[type="suchfeld"] { 
 background-color: #FFFFFF; 
 border: 1px solid #E2E2E2; 
 font-size: 15px; 
 padding: 5px; 
 width: 350px; 
 margin-bottom: 3px; 
 margin-top: 3px; 
 outline: none; 
 } 

 input[type="text"] { 
 background-color: #FFFFFF; 
 border: 1px solid #E2E2E2; 
 font-size: 15px; 
 padding: 5px; 
 width: 1050px; 
 margin-bottom: 3px; 
 margin-top: 3px; 
 outline: none; 
 } 
 
 input[type="text"]:hover { 
 border: 1px solid #006FC4; 
 }?
 
 input[type="submit"] { 
  	background-color: #006FC4;
	border: 1px solid #00508D;
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	border-radius: 7px;
}

textHeader{ 
background-color: #F3F6F9; 
width: 190px; 
height: 15px; 
padding: 5px; 
border-bottom: 1px solid #dce5ee; 
font-weight: 600;

} 

/*hier kann man Nachrichten posten:*/
.postForm{ 
float : right; 
width: 800px; 
height: 80px; 
background-color: #F3F6F9;; 
padding: 5px; 
margin-top: 10px; 
/*margin-top: 10px; */


} 

/*Das ist der Balken zwischen den einzelnen Abschnitten*/
.textHeader { 
	background-color: #4cbad5;
	width: 450px;
	height: 15px;
	padding: 5px;
	border-bottom: 1px solid #DCE5EE;
	font-weight:600;

}

/*Hier ist der Inhalt zwischen den Balken*/
.profileLeftSideContent { 
	width : 400px;
	padding : 5px 0px 5px 0px; /* top right bottom left */ 
	height : 200px; 
	margin-top : 10px; 
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	/*padding : 5px 0px 5px 0px; /* top right bottom left */ 
	height : auto; */ 
	/*margin-top : 10px; */
	text-align: justify;
} 


.profilePosts{ 
float : right; 
width: 560px; 
height: 414px; 
background-color:#dce5ee; 
padding: 5px; 
margin-top: 10px; 

}?

#menuWrapper {
	margin-left:auto;
	margin-right:auto;
	width: 840px;
}


#searchForm fieldset {
	width: 240px;
	position: relative;
	display: block;
	height: 10px;
}

div.input {
	width:130px;
	padding:0px 15px 15px 15px;
	height: 10px;
	border:1px solid #DCE%EE;
	float:right;
	background:#e8edf1;
}

	div.input.focus {
		border: 1px solid #9ecbe2;
		box-shadow:0 0 6px #abdcff, inset 0 1px 2px rgba(0,0,0,0.08);
	}

input#s {
	width:100%;
	border:0;
	border-radius:20px;
	background:transparent;
	height:16px;
	color:#b4bdc4;
	text-shadow:0 1px 1px #fff;
}

	input#s:focus  {
		outline:none
		
	}

input#searchSubmit {
	width:19px;
	height:19px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/search-icon.png) no-repeat;
	border:0;
	position:absolute;
	top:7px; right:13px;
	z-index:5;
	display:none;
	cursor:pointer;
}

input[type="text"], input[type="password"] { 
border: 1px solid #DCE5EE;
padding: 5px;
font-size: 12px;
}

h2 { 
font-size: 18px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 3px;
}

/* Hier werden die Submitbutten bearbeitet */ 
input[type="submit"] {
border: 1px solid #DCE5EE;
background-color: #7ACDE9;
font-size: 12px;
}

input[type="button"] {
border: 1px solid #DCE5EE;
background-color: #F3F6F9;
font-size: 12px;
}

p { 
padding-top: 10px;
}

button
{
     border: none;
    color: black;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
/*    float: left;*/
  }


  button:hover{
  color: blue;
  background-color: #2E67A7; color: white
}


button{
    text-transform: none;
    float:right;
}






input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    border-radius: 12px;

}






a{color: #00F}
a:visited{color: #055;}
a:active{color: #000;}
a:hover{color:#000;}
a {font-family: arial;}

/*a:hover, a:active {
    background-color: orange;
}*/

/*a:hover, a:active {
    background-color: orange;
}*/

a:hover,
a.selected {
  color: red;
  background: #efefef;
}







.versionForm{ 
	float : right; 
	width: 820px; 
	height: 400px; 
	background-color: #F3F6F9;; 
	padding: 5px; 
	/*margin-top: 10px; */
} 

.profilePosts{ 
float : right; 
width: 560px; 
height: 414px; 
background-color:#DCE5EE; 
padding: 5px; 
/*margin-top: 10px; 
*/
}

.profilePosts  { 
	float: right;
	width: 580px;
	height: 414px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: justify;
}

.profilePosts hr {
	background-color: #DCE5EE;
	height: 1px;
	border: 0px;
}

.posted_by {
	font-weight: 800;
	color: #000;
	float: left;
}

.posted_by a {
	font-weight: 800;
	color: #000;
	text-decoration: none;
}

.posted_by a:hover {
	font-weight: 800;
	color: #000;
	text-decoration: underline;
}

.newsFeed h2 {
	background-color: #F3F6F9;
	border: 1px solid #DCE5EE;
	width: auto;
	font-size: 15px;
/*	position: fixed;*/
}

.newsFeedPost {
	width: auto;
	background-color: #FFFFFF;
	border: 1px solid #F3F6F9;
	padding: 3px;
}

.newsFeedPost:hover {
	width: 70%;
	background-color: #F3F6F9;
	border: 1px solid #DCE5EE;
}

.albums {
	background-color: #FFFFFF;
	border: 1px solid #F3F6F9;
	padding: 3px;
	width: 200px;
	height: 200px;
	margin-right: 10px;
	text-align: center;
}

.albums:hover {
	background-color: #F3F6F9;
	border: 1px solid #DCE5EE;
}

.newsFeedPostOptions {
	width: 100%;
	background-color: #F2F2F2;
	border: 0px;
	padding: 5px 5px 5px 5px -10px;
	margin-bottom:  4px;
}

.container {
	float: left;
	margin: 0;
	padding: 10px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hippen;	
	}

.container {float:left; display:block; }

container medizin enzyklopädie, Main {
	float: left;
}

#weiss{
	width: 800px;
	height: 370px; 
	border: 1px solid #ccc;
	margin: 10px;
	background: white;
	border: 3px solid #666;
	border-radius: 8px;
	/* overflow: auto; */
	float: left;
	/* position:absolute;
	left:400px;
	margin-top: 20px;
	 */
}




 /* Dropdown Button */
.dropbtn {
	background-image: url(../img/menu_bg.png);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    height:35px;

    padding: 16px;
    font-size: 16px;
    float: left;




}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    /*position: relative;*/
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 


