@CHARSET "ISO-8859-1";
body {
	background-color: #E1D1C0;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div {
	padding: 0;
	margin: 0;
}


td {
	padding: 0;
	margin: 0;
}

th {
	text-align: left;
}

td {
	padding-right: 15px;
	vertical-align: top;
}

.clear {
	clear: both;
}

div.container {
	height: 28em;
	width: 50em;
	margin: 0 auto;
	background-color: white;
	border-left: 1px solid #DBCBBB;
}

/**************
 * TOP
 **************/
.top {
	width: 100%;
}

.top .logo {
	float: left;
	text-align: right;
	width: 98%;

	background-image: url('images/top_rosen_apotheke_logo.gif');
	background-repeat: no-repeat;
	background-color: #FBF5E4;
}


.top .borderRight {
	float: left;
	height: 105px;
	width: 2%;

	background-image: url('images/border_right.gif');
	background-repeat: repeat-y;
	background-color: #E1D1C0;
}

/**************
 * HEADER
 **************/
.header {
	width: 100%;
	height: 1.4em;

}
.header .headerLeft{
	float: left;
	width: 76%;
	background-color: #e80000;
	color: white;
	height: 100%;
}

.header .headerLeft ul {
	display: block;
	padding: 0;
	padding-left: 3em;
	margin: 0;
}

.header .headerLeft li{
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 1.27em;
}

.header .headerLeft li a {
	margin: 0;
	padding: 0;
	padding-right: 7px;
	padding-left: 3px;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	font-weight: bold;
}

.header .headerLeft li.last a {
	border: 0;
}
.header .headerLeft .flag {
	float: right;
}
.header .headerLeft .flag img {
	padding: 0;
	padding-right: 4px;
	padding-top: 4px;
	vertical-align: middle;
}

.header .headerRight {
	float: left;
	width: 22%;
	height: 100%;

	background-image: url('images/header_right_bg.gif');
	background-repeat: repeat-y;
	background-color: #c71c2c;

	color: white;
	text-align: center;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.header .headerRight p{
	margin: 0;
	padding: 0;
	padding-top: 2px;
}

.header .borderRight {
	float: left;
	width: 2%;
	height: 100%;

	background-image: url('images/border_right.gif');
	background-repeat: repeat-y;
	background-color: #E1D1C0;
}

/**************
 * CONTENT
 **************/
.content {
	width: 100%;
	height: 100%;
	background-color: white;
	color: black;
}

.content .contentLeft  {
	float: left;
	width: 76%;
	background-image: url('images/content_left_bg.gif');
	background-repeat: repeat-x;
	background-color: white;
}

.content .contentLeft .headline {
	vertical-align: top;


	background-image: url('images/apotheken_logo.gif');
	background-repeat: no-repeat;
	background-color: #5A76BA;

	padding-left: 40px;
	padding-top: 8px;
	height: 30px;
}

.content .contentLeft h1 {
	margin: 0;
	padding: 0;
	padding-left: 45px;
	line-height: 39px;
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

.content .contentLeft h2 {
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

.content .imageLeft {
	float: left;
	margin-right: 0.4em;
}

.content .contentLeft p {
	margin: 1em;
	padding: 0;
}
.content .contentLeft table {
	margin: 1em;
}
.content .contentLeft a{
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 3px;
}

.content .contentLeft a:hover{
	text-decoration: underline;
}

.content .contentLeft strong a{
	color: #EC0000;
	font-weight:bold;
	font-size: 1.2em;
}

.content .contentLeft ul{
	margin-top: 0;
}

.content .contentLeft ul li{
	list-style-image: url('images/list_dot_small.gif');
	padding: 2px;
	padding-left: 2px;
}

.content .contentLeft ul.links li{
	list-style-image: url('images/list_dot_big.gif');
	padding: 0px;
	padding-bottom: 0.1em;
	padding-left: 10px;
	font-size: 1.1em;
}


.content .contentLeft ul.links li a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.content .contentLeft ul.links li a:hover{
	text-decoration: underline;
}
.content .contentLeft .imageRight {
	float: right;
	text-align: left;
}

.content .contentLeft .imageRight strong {
	color: #EC0000;
	font-style: italic;
	font-family: arial, verdana, sans-serif;
	font-size: 0.9em;
}

.content .contentRight {
	float: left;
	width: 22%;
	height: 100%;

	background-image: url('images/content_right_bg.gif');
	background-repeat: repeat-y;
	background-color: #5A76BA;
	color: white;

	font-family: arial, verdana, sans-serif;
	font-size: 0.78em;
	padding: 0;
	text-align: center;
}

.content .contentRight p {
	margin: 0;
	margin: 0.5em;
}

.content .contentRight h2 {
	font-size: 1.3em;
	margin-bottom: 0.4em;
	font-family: arial, verdana, sans-serif;
}

.content .contentRight strong {
	color: white;
}

.content .contentRight .button {
	display: block;
	line-height: 19px;
	height: 19px;
	width: 114px;
	margin: 0.7em;
	margin-left: auto;
	margin-right: auto;

	background-image: url('images/content_button_blue_bg.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.content .borderRight {
	float: left;
	width: 2%;
	height: 100%;

	background-image: url('images/border_right.gif');
	background-repeat: repeat-y;
	background-color: #E1D1C0;
}

/**************
 * FOOTER
 **************/
.footer {
	width: 100%;
	background-color: #E1D1C0;
}
.footer .left {
	float: left;
	width: 98%;
	height: 6px;
	line-height: 6px;
	background-image: url('images/border_bottom.gif');
	background-repeat: repeat-x;
	background-color: #E1D1C0;
}

.footer .right{
	float: left;
	width: 2%;
	height: 6px;
	line-height: 6px;
	font-size: 0.1em;

	background-image: url('images/border_corner_right.gif');
	background-repeat: no-repeat;
	background-color: #E1D1C0;

}

.footer .menu {
	clear: both;
}

.footer .menu ul {
	display: inline;
	padding: 0;
	padding-left: 3em;
	margin: 0;
}

.footer .menu li{
	display: inline;
	padding: 0;
	margin: 0;
}

.footer .menu li a {
	margin: 0;
	padding: 0;
	padding-right: 12px;
	padding-left: 6px;
	color: black;
	text-decoration: none;
	border-right: 1px solid black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	font-weight: normal;
}

.footer .menu li.last a {
	border: 0;
}

/**************
 * PAGE SPECIFIC
 **************/
.content .contentLeft .servicesBack {
	float: right;
	height: 40px;
	line-height: 40px;
	width: 146px;
	background-image: url('images/content_services_back_bg.gif');
	background-repeat: no-repeat;
	background-color: white;

	vertical-align: bottom;
	text-align: right;
}

.content .contentLeft .servicesBack .button {
	display: block;
	line-height: 19px;
	height: 19px;
	width: 114px;
	margin: 0em;
	margin-right: 7px;
	margin-top: 19px;
	text-align: center;
	margin-left: auto;
	margin-right: 7px;

	background-image: url('images/content_button_white_bg.gif');
	background-repeat: no-repeat;

	text-decoration: none;
	color: white;
	font-weight: bold;
}

.content .contentLeft .servicesBack a.button:hover {
	text-decoration: none;
}
