/* DATEI: medtex.css */
/* Style Sheet File fuer Lang WEB-Seiten 3/2009 */


body	{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	}


.base {
	width: 740px;
	background-color: #AAAAAA;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 3px;
	}

/* Allgemeine Formate */

p,ul,ol {
	margin-left: 0px;
	text-align: left;
	color:#333333;
	}


a:link {
	text-decoration:none;
	color:black;
	font-weight: bold;
	}
a:visited {
	text-decoration:none;
	color: black;
	font-weight: bold;
	}
a:hover {
	color:#333333;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	}

h1,h2,h3,h4,h5
	{
	color:black;
	}

p.abschied {
	font-family: Garamond, 'Times New Roman',Times,serif; 
	font-size: 20pt;
	text-align: left;
	color:#AA0000;
	font-weight: normal;
	}

p.copy {
	padding: 20px;
	text-align: left;
	font-size: 0.70em;
	color: #3A3A6A;
	clear: both;
	visibility:hidden;
	}
p.copyvisible {
	padding: 0px;
	text-align: center;
	font-size: 0.70em;
	color: #3A3A6A;
	clear: both;
	}
p.cvs {
	width: 100%;
	text-align: center;
	font-size: 8pt;
	line-height: 8pt;
	color: #8A8AAA;
	visibility:hidden;
	}

/* Startseite */
p.adrright {
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
	clear: both;
	}

img.imgleft {
	border:0px solid white;
	float:left;
	margin-top:0px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:0px;
	vertical-align:middle;
}

img.imgright {
	border:0px solid white;
	float:right;
	margin-top:0px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:20px;
	vertical-align:middle;
}


h1.h1center {
	text-align: center;
}



/* Box Titel */
#titelboxstart {
	width: 730px;
	height: 30px;
	left: 0px;
	margin-top: 30px;
	margin-top: 10px;
	padding: 5px;
	float: none;
	display: block;
	background-color:transparent;
	border-style:none;
	border-width:thin;
	font-size: 20pt;
	}

#titelbox {
	width: 730px;
	height: 100px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: none;
	display: block;
	background-color:transparent;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:black;
	}

.titlebannerleft{
	background-color:transparent;
	color: black;
	text-align: left;
	border-bottom:5px;
	vertical-align:left;
	background-color:transparent;
	font-size: 14pt;
	top: 0px;
	left: 10px;
	width : 350px;
	float: left;
	}

.titlebannerright{
	background-color:transparent;
	color: black;
	text-align: right;
	border-bottom:5px;
	vertical-align:right;
	background-color:transparent;
	font-size: 10pt;
	top: 0px;
	width : 350px;
	left: 365px;
	float: right;
	}


.titlebanner{
	height: 30px;
	line-height:30px;
	background-color:transparent;
	color: #999999;
	text-align: center;
	border-bottom:5px;
	vertical-align:middle;
	background-color:transparent;
	font-size: 18pt;
	}
.titlebanner a:link {
	color: #777777;
	text-decoration:none;
	}
.titlebanner a:visited {
	color: #777777;
	text-decoration:none;
	}
.titlebanner a:hover {
	text-decoration:underline;
	color: black;
	font-weight: bold;
	}
.titlebanner a:active {
	text-decoration:none;
	}

/* Die Fusszeile */
.bottommenu{
	color:black;
	font-size: 0.90em;
	background-color: transparent;
	padding: 5px;
	font-size: 10px;
	vertical-align:middle;
	font-size: 0.90em;
	text-align:center;
	margin-top : 0px;
	border-width:thin;
	border-style:none;
	clear: both;
	}
.bottommenu a:link
	{
	text-decoration:none;
	color:#333333;
	background-color: transparent;
	}
.bottommenu a:visited {
	text-decoration:none;
	color: #333333;
	background-color: transparent;
	}
.bottommenu a:hover {
	color: #333333;
	text-decoration: underline;
	}
.bottommenu a:active {
	color:#333333;
	text-decoration: none;
	}

.center
{
	text-align: center;
}

/* Old stuff */
.smaller
{
	font-size:11pt; 
	text-align: left;
}

.rsmaller
{
	font-size:11pt; 
	text-align: right;
}