/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 101%;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../grafik/bg.gif);
}

#seite {
   margin: 0 auto 0 auto;
	text-align: left;
	width: 850px;
	background-color: white;
	background-image: url(../grafik/bg_nav.gif);
	background-repeat: repeat-y;
}

a:link, a:visited, a:hover {
	color: #004899;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.pfeil {
	background-image: url(../grafik/pfeil.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #004899;
}

h1{
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100%;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	height: 140px;
}

#navBar{
	float:left;
	width: 165px;
	padding: 0px;
	padding-top: 20px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#content{
	width: 660px;
	float: right;
	margin: 0;
	padding: 24px 10px 0 0;
	border: 0px solid green;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	line-height: 130%;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************* marquee *************/

.marquee {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	font-size: 80%;
	color: #E0030A;
	font-weight: bold;
	border: 0px solid green;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 0px 0px 5px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	border: 0px solid #E0030A;
	font-size: 80%;
	line-height: 130%;
}

.featuretext {
	padding: 0px 0px 10px 10px;
	border: 0px solid #E0030A;
	font-size: 80%;
	text-align: justify;
	line-height: 120%;
}

.feature ul {
	 line-height: 160%;
}

.feature img{
	border: 1px solid #888;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	background-color: white;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #333;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	line-height: 140%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a, #navBar ul a:link, #navBar ul a:visited, #navBar ul a:hover {
	display: block;
	text-decoration: none;
	padding-left: 18px;	
}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a, #sectionLinks a:link, #sectionLinks a:visited {
	padding: 5px 0px 3px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:hover, #sectionLinks a.akt{
	border-top: 1px solid #cccccc;
	background-color: #ddd;
	padding: 5px 0px 3px 10px;
	background-image: url(../grafik/dot.gif);
	background-repeat: no-repeat;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/*********** eigene ***********/


.as {
   margin: 0 auto 0 auto;
	margin-top: 4px;
	width: 850px;
	line-height: 50%;
	text-align: right;
}

.as a:LINK, .as a {
	font-size: 10px;
	color: #888;
	text-decoration: none;
}

.angebot {
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #E0030A;
	background-color: #EEEEEE;
	text-align: center;
	font-size: 75%;
}

.angebot p {
	margin: 0 0 4px 0;
}

.angebot h3 {
	color: #E0030A;
	font-size: 120%;
	display: inline;
}

.box {
	padding: 8px 0 8px 0;
	border: 2px solid #004899;
	text-align: center;
}

.grau {
	background-color:#EEEEEE;
}

.meldung {
	clear: both;
	width: 400px;
	padding: 10px 0 0 0;
	margin-left: 10px;
	font-size: 80%;
}

.meldung .box {
	margin: 0;
	padding: 8px 0 8px 0;
}

.notfall {
	padding: 10px;
	border: 2px solid #E0030A;
	height: 90px;
	background-color: #FFF2F2;
}

.notfalltab {
	border: 4px solid #888888;
	width: 100%;
}

.notfalltab td {
	padding: 3px;
}

.untertitel {
	font-size: 10px;
}

.listelement {
	margin: 10px 0 0 20px;
}

.listelement td {
	padding: 4px;
}

/********      Input, Rezept  **************/

input, textarea {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	border: 1px solid black;
	width: 400px;
	padding: 2px;
	margin: 1px;
	background-color: #eee;
}

.button {
	width: 200px;
	padding: 2px;
	border: 2px solid #004899;
	background-color: #eee;
}

.button2 {
	border: 2px solid #004899;
	padding: 2px;
	background-color: #eee;
}

.radioknopf {
	width: 40px;
	border: 0;
	background-color: #fff;
}

.rezept {
	width: 560px;
	height: 344px;
	background-image: url(../grafik/rezept.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 10px;
	padding-left: 36px;
}

.rezept p {
	margin: 2px 0 0 0;
}

.rezept input, .rezept textarea {
	border: 2px solid #888;
	width: 450px;
}

.rezept textarea {
	height: 40px;
}

.kontakt input {
	width: 300px;
}

.aut-idem td {
	height: 40px;
	border: 2px solid #888;	
	background-color: #eee;
	vertical-align: top;
}

.aut-idem td.rand {
	padding-top: 6px;
}

.aut-idem textarea {
	border: 0;
	width: 392px;
}

/************** Contenttab styles ***************/

.contenttab {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border: 0px solid green;
}

.spalte1 {
	width: 70%;
	vertical-align: top;
}

.spalte2 {
	padding-left: 10px;
	width: 30%;
	vertical-align: top;
}

.spalte2 img {
	margin: 4px;
	border: 1px solid #888888;
}

/*******************    Persona-Shop       ***************/

.content_persona {
	width: 80%;
	font-size: 12px;
	border: 0px solid green;
}

.content_persona input {
	width: 200px;
}

input.radio {
	width: 30px;
	background-color: transparent;
	border: 0;
}

input.anzahl {
	width: 30px;
}

.agb {
	width: 20px;
	border: 0;
}

/*******   Marquee    *******/

.tick {
	border: 2px solid #004899;
	padding: 10px;
	line-height: 140%;
}

.hide {
	display: none;
}

/*******   Popup    *******/

.schliessen {
	width: 100%;
	font-size: 75%;
	color: #888888;
	text-align: right;
	padding: 4px 0 4px 0;
}

.schloben {
	border-bottom: 1px solid #888888;
	margin-bottom: 20px;
}

.schlunten {
	border-top: 1px solid #888888;
	margin-top: 6px;
}

.schliessen a, .schliessen a:hover, .schliessen a:visited {
	color: #888888;
	text-decoration: none;
}

.text_agb {
	font-size: 80%;
	line-height: 135%;
	text-align: left;
}
