* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana;
	/* background-color: #ffefff; */
	background-color: #ffcede;
	/* background-color: white; */
	height: 100%;
	
	
}

div#container {

	background-color: white;
	margin: 0px auto;
	width: 794px;
	margin-top: 10px;

}

div#logo {
	
	text-align: center;
	
}


div#menu {
	float: left;
}

div#menu ul {

	list-style: none;	
	margin: 0;
	background-color: white;
	margin-left: 20px;
}



div#menu ul li.current { list-style: url('http://www.brustkrebsversicherung.de/images/arrow.gif'); padding-left: 10px;}
div#menu ul li { padding-left: 10px;}

div#menu ul li a {

	display: block;
	padding: 5px;
	width: 158px;
	/* background-color: #9999cc; */
	background-color: #ffcede;
	border-bottom: 2px solid white;
	text-align: left;
}

div#menu ul li a { text-decoration: none;}
div#menu ul li a:link { color: black; background-color: #ffcede;}
div#menu ul li a:visited { color: black; }
div#menu ul li a:focus { color: black; }
div#menu ul li a:hover { background-color: #ffefff; color: black; text-decoration: underline;}
div#menu ul li a:active { color: black; }

div#menu ul li.submenu { margin-left: 20px; }


fieldset {

	text-align: justify;
	/* border: 1px solid black; */
	border: 0px solid white;
	margin: 5px;
	padding: 5px;
	margin-left: 15px;

}


.newseintrag {
	font-size: 11px;
	width: 158px;
}

.newseintrag h1 {
	margin-top: 5px;
	border-bottom: 1px solid black;
	font-size: 11px;
	font-weight: bold;
}

.hintergrund {

	font-size: smaller;
	
}
.kante { border: 1px solid black; }


div#foto {
	float: right; 
}

div#main div {

	margin-top: 5px;
	padding: 10px;
	
}

div#main {
	margin-bottom: 25px;
	margin-right: 15px;	
}


div#footer {
	text-align: center;
	font-size: xx-small;
	clear: both;
	margin-bottom: 10px;
}

.kontakt fieldset img {

	height: 160px;
	border: 1px solid black;

}

div#fotoumrandung { width: 180px; margin-right: 10px; }
span#rechtstext { font-size: smaller; }



.kontakt fieldset div { float: left; background-color: #ffcede; font-size: xx-small;}
.kontakt fieldset div div { float: none;}

a { text-decoration: none;}
a:link { color: black;}
a:visited { color: black; }
a:focus { color: black; }
a:hover { color: black; text-decoration: underline;}
a:active { color: black; }

form#antragsformular table { margin-bottom: 15px; font-size: smaller;}
form#antragsformular table td { text-align: center; background-color: #ffcede; padding: 2px; }
tr#auswahl { background-color: #ffcede; text-align: center; }
form#antragsformular table td input { width: 100%; }
legend { margin-bottom: 10px; }
tr#blau { border: 1px solid red; }

ol#krebsliste {

	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 30px;
	
}

div.hintergrund h5 {

	margin-bottom: 1em;
	margin-top: 1em;
	
}

legend { color: black; }

div.leistungen table td { text-align: center; background-color: #ffcede; padding: 2px; font-size: smaller;}

form#k { font-size: smaller; }
form#k td { padding-top: 5px; }

div#presseresonanz a {text-decoration: underline; color: blue;}
