@media screen { /********Farben*********************/
	.usermessage {
		width: 50%;
		padding: 8px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
		font-size: 1em;
		text-align:center;
		font-weight:bold;
	}
	/* Überschriften der Kategorien */
	.intro_boxforschung .bluebox h2 {
		color: rgb(209, 134, 122);
	}
	.intro_boxwirkstoffe .bluebox h2 {
		color: rgb(221, 171, 105);
	}
	.intro_boxkurz_und_fuendig .bluebox h2 {
		color: rgb(214, 139, 163);
	}
	.intro_boxconsumer .bluebox h2 {
		color: rgb(153, 121, 174);
	}
	.intro_boxexperten .bluebox h2 {
		color: rgb(128, 172, 205);
	}

	.intro_boxaktuelles_ .bluebox  h2 {
		color: rgb(180, 194, 84);
	}

/* RL: es gelingt nicht die Farbe des Links für die Aktuelles-Box zu ändern!

	.intro_boxaktuelles_ .bluebox h2 {
		color: rgb(180, 194, 84);
	}
	.intro_boxaktuelles .bluebox h2 {
		color: rgb(180, 194, 84);
	}

*/	
	/* navigation unten */
	.pagenav_current {
		border: 1px solid black;
	}
	.pagenav a {
		color: red;
	}
	/* Seitentitel */
	#pagetitle {
		color: rgb(193, 211, 237);
	}
	/* Kasten für Artikel */
	.bluebox {
		border: 2px solid rgb(90, 171, 202);
		background-color: rgb(255, 255, 255);
	}
	.bluebox a { /*	text-decoration:none; */
		color: #707070;
	}
	/********Farben Ende*****************/
	#col1,#col1_content {
		width: 0px;
		display: none;
	}
	#col2,#col2_content {
		width: 0px;
	}
	#col3,#col3_content {
		display: block;
		margin-top: 24px !important;
		margin-top: 12px;
		padding-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#col3_content {
		
	}
	/* Inhalts-Elemente */
	#col3_content p {
		font-size: 0.8em;
	}
	.message {
		text-align: center;
		padding: 1.3em;
	}
	.center {
		margin-left: 12%;
		margin-right: 12%;
		text-align: center;
	}
	.textinput {
		font-size: 0.7em;
		border: 1px solid black;
		padding: 3px;
		color: #777;
		float: left;
		margin: 8px;
	}
	#pagetitle {
		width: 50%;
		padding: 8px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.bluebox {
		width: 50%;
		padding: 8px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12px;
	}
	/* Suche */
	button {
		float: left;
		font-size: 9pt;
		font-family: "Verdana", Arial, sans-serif;
		color: rgb(0, 114, 164);
		font-weight: bold;
		padding-left: 10px;
		margin: 0px;
		background-color: transparent;
		background-image: url(../design/button-bluebg.gif);
		height: 38px;
	}
	.float_left {
		float: left;
		font-size: 0.9em;
		padding: 12px;
		vertical-align: bottom;
	}
	.whitebutton_right {
		display: block;
		float: left;
	}
	.bluebox a:hover {
		text-decoration: underline;
	}
	.pagenav {
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-size: 0.8em;
	}
	.pagenav a {
		color: red;
		padding: 6px;
		font-weight: bold;
	}
	.pagenav_current {
		padding-left: 4px;
		margin-left: 2px;
		margin-right: 2px;
		padding-right: 4px;
	}
}
