/* CSS Document */

/*allgemeine Einstellungen*/
* {
	margin: 0;
	padding: 0;
}
/*Allg Texte, Links*/
html {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #e3e3e3;
	font-size: 0.8em;
}
p {
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}
h1, h2, h3 {
	margin: 0.7em 0 0.2em 0;
	color: #f38d06;
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #f38d06;
}
body {
	text-align: center;
}
/*um alles drumherum*/
#all {
	width: 900px;
	height: 600px;
	text-align: left;
	color: #666;
	background-color:#fff;
 	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*Header*/
#header {
	height: 30px;
}
#header h1 {
	text-indent: -9999px;
	margin: 0;
}

/*Menü links*/
#menu {
	float: left;
	text-align: left;
	margin: 20px 0px 0px 0px;

}
#menu ul {
	list-style: none;
}
#menu li {
	margin: 0px 0px 0px 20px;
}
#menu li a {
	display: block;
	padding: 0px 0px 10px 0px;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#menu li a:hover, #menu li a.act {
	color: #f38d06;
	border-bottom: ;
	text-decoration: none;
	/*background-color: #fff;*/
}
#menu .usb {
	display: none;
}
/*Inhalte*/
#normal {
	float: left;
	text-align: left;
	overflow:auto;
	background-color: #fff;
	height:450px;
	width: 570px;
	padding-right: 10px;
	margin: 15px 0px 0px 20px;
}
/*oben*/
#left {
	float: left;
	width: 250px;
}
/*Fußzeile*/
#footer {
	clear: both;
	float: left;
	background-image: url(http://www.marianne-riexinger.de/bilder/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	width: 98%;
	height: 80px;
	background-color: #fff;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	font-size: 95%;
	padding: 5px 0 0 0;
}


