/*--------------------------------------------------
|
|	gnuRx.cms
|	Design by gnurx.de
|
--------------------------------------------------*/
	
/*  DAS  GESAMTE  DOKUMENT  */

* {margin:0px; padding:0px;}

img {border:none;}

body  {
	width:100%;
	background-color:rgb(255,255,255);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/balken2.png);
	background-repeat:repeat-x;
	color:#000;
	font-size:12px;
}

a, a:visited {
	text-decoration:none;
	color:#732929;
}
a:hover, a:active {
	text-decoration:underline;
}
p {margin-bottom:10px;text-align:justify;}
h1 {
	text-align:right;
	margin-bottom:10px;
	color:#732929;
	font-size:20px;
	text-shadow: 0.1em 0.1em #dedede;
	font-weight:normal;
}
h2 {
	margin-bottom:10px;
	color:#732929;
	font-size:16px;
	font-weight:normal;
	text-shadow: 0.1em 0.1em #dedede;
}
#wrapper {
	width:900px;
	margin:auto;
}
#header {
	width:899px;
	height:143px;
	margin:25px 0px;
}
#header img {
	margin-left:25px;
}
#peter {
	height:141px;
	display:inline;
	float:left;
	margin-right:25px;
}
#logo {
	height:123px;
	width:403px;
	background-image: url(../img/grimberg-schriftzug.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	display:inline;
	float:left;
}

/*  NAVIGATION  */
#nav {
	height:18px;
	width:585px;
	display:inline;
	float:left;
	letter-spacing:-1px;
	font-size:14px;
	vertical-align:text-bottom;
}
#nav a,#nav a:visited {
	color:#000;
	text-decoration:none;
}
#nav a:hover,#nav a.active {
	color:#732929;
	text-decoration:none;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 padding: 0px 6px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 18px;
 	background:#fff;
	border:2px solid #732929;
	border-top:none;
	left: 0;
	z-index: 598;
	width:220px;
}

ul.dropdown ul li {
 float: none;
 padding-bottom:2px;
}
ul.dropdown li:hover > ul {
 visibility: visible;
}
#headline {
	background-color:#732929;
	border:1px solid #000;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	text-align:right;
	color:#c2c2c2;
	font-size:20px;
	text-shadow: 0.1em 0.1em #000;
	padding:9px;
	float:right;
	margin-bottom:25px;
}
#content {
	width:880px;
	border:1px solid #000;
	background-color:#c2c2c2;
	padding:10px 10px 0px 10px;
	color:#000;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
}
#bilder {
	display:inline;
	float:left;
	width:295px;
	text-align:center;
}
#bilder img {
	margin-bottom:10px;
	border:1px solid #732929;
}
#texte {
	padding-left:10px;
	padding-bottom:10px;
	display:inline;
	float:left;
	width:575px;
}
#grey-footer {	
	background-color:#828282;
	border:1px solid #000;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	margin:25px 0px;
	padding:5px 10px;
	text-align:right;
	line-height: 25px;
	vertical-align:middle;
}
#grey-footer img {float:left;margin-right:10px;}
.clear {
	clear:both;
}
.right {
	text-align:right;
}
.small {
	font-size:0.8em;
}
.termin {
	width:55%;
	border:1px solid #732929;
	padding:5px;
	margin-bottom:10px;
	text-align:left;
}
.termin img {
	border:1px solid #732929;
	margin:0px 5px 5px 0px;
	float:left;
	display:inline;
}
.termin p {float: left;display:inline;}
.termin h2 { margin-bottom: 5px;}
.edit {
	text-align:right;
	background-color:#dedede;
}
.edit img{border:none;float:none;margin:0px;padding:0px;}
.galleryc {
	margin:0px 28px 15px 28px;
	border:1px solid #732929;
}
.gallery{
	border:1px solid #732929;
	margin-bottom:15px;
}
a.backwards{
	direction:rtl;
}
/*   KONTAKTFORMULAR   */

#formular {
	width:70%;
	margin:auto;
	padding:20px;
	margin-bottom:20px;
}

label {
	display:block;
	padding-bottom:2px;
}

.form, #formular textarea{
	width:100%;
	border:1px solid rgb(255,255,255);
	padding:1px;
	margin-bottom:1em;
}

.form_small {
	width:68%;
	border:1px solid rgb(255,255,255);
	padding:1px;
	margin-bottom:1em;
}
.form_smaller {
	width:29%;
	border:1px solid rgb(255,255,255);
	padding:1px;
	margin-bottom:1em;
}

#formular textarea {
	height:10em;
}

#submit_div {
	text-align:right;
}

#submit {
	color:rgb(255,255,255);
	background-color:rgb(102,0,0);
	border:1px outset rgb(255,255,255);
	padding:2px;
}

input:focus, textarea:focus {
	background-color:rgb(255,255,255);
}
