/* CSS Document */
body{
	background-image:url(images/vatican.jpg);
	background-repeat:repeat;
}
#inhalt{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	min-width:500px;
	background: #F00; 
	background: #F00 url(images/flagge.gif) no-repeat top right; 
}
h1{	
	text-indent:10px;
	padding-top:10px;
	padding-bottom:5px;
	height:85px;
	margin:0;
}

/*---------- Hauptmenu horizontal ----------*/
ol#navigation{
	margin: 0;
    padding: 0;
    background-color:#630;
    height: 28px;
    border-bottom: 5px solid #960;
	border-top:2px solid #960;
}
ol#navigation li { 
    display: inline; 
}
ol#navigation li a {
    padding: 5px 14px;
    background-color: #630;
    color: white;
    text-decoration: none;
    float: left;
    height: 18px;
    border-right: 1px solid #960;
}
ol#navigation a.selected {
    background-color: #f00;
    color: #fff;
}
ol#navigation li a:hover {
    background-color: #f00;
    color: #fff;

}
/*---------- END Hauptmenu ----------*/


/*----------Untermenu 1 ----------*/
div#nav2{
	float:left;
	width:193px;
	overflow:hidden;
}
#nav2{
	float:left;
	width:193px;
}
#nav2 ol{
	list-style-type:none;
	margin:0;
	padding:0;
	background: transparent url(images/navigation.gif) top left no-repeat; 
	height: 275px;
	width: 193px;
	text-align: center;
}
#nav2 li{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#nav2 a{
	display: block;  
	height: 25px;
	width: 193px;
	line-height: 25px; 
	color:#FFFFFF;
	font-weight:bold;
	font-family: georgia, serif;
	text-decoration: none;
}
#nav2 a.selected{
	color:#FFF;
}
#nav2 a:hover, #nav2 a.selected {
	color:#fff;
	background: transparent url(images/navigation.gif) top left no-repeat;
}
a#menu21:hover, a#menu21.selected {
	background-position: 0% -275px; 
}
a#menu22:hover, a#menu22.selected {
	background-position: 0% -300px; 
}
a#menu23:hover, a#menu23.selected {
	background-position: 0% -325px; 
}
a#menu24:hover, a#menu24.selected {
	background-position: 0% -350px; 
}
a#menu25:hover, a#menu25.selected {
	background-position: 0% -375px; 
}
a#menu26:hover, a#menu26.selected {
	background-position: 0% -400px; 
}
a#menu27:hover, a#menu27.selected {
	background-position: 0% -425px; 
}
a#menu28:hover, a#menu28.selected {
	background-position: 0% -450px; 
}
a#menu29:hover, a#menu29.selected {
	background-position: 0% -475px; 
}
/*----------END Untermenu 1----------*/

/*---------- Haupt-Inhalt ----------*/
div#content{
	margin-left:193px;
	padding:10px;
	min-height:265px;
	background:url(images/pergament.jpg) repeat;
	/*background:url(images/vatican.jpg) repeat;*/
}	
/*#content p:first-letter{
	font-family:old face, Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
}
*/
#content a{
	color:#000000;
}
#content img.thumb{
	border-color:#000000;
}
#content ul{
	padding:0;
	margin:0;
	border:none;
}
#content li{
	list-style:none;
	padding-left:5px;
}
.bold{
	font-weight:bold;
}
div.block{
	margin-top:10px;
	min-height:220px;
}
div.block img.floatleft{
	border:hidden;
	padding-right:5px;
	padding-bottom:5px;
	float:left;
}
div.block img.floatright{
	float:right;
	border:hidden;
	padding-left:5px;
	padding-bottom:5px;
}

div.block h3{
	padding-top:0px;
	margin-top:0px;
}
p{
	padding-top:0px;
	margin-top:0px;
}
h3.links{
	margin-bottom:5px;
	padding-bottom:0px;
}
#content a#back{
	background:url(images/pfeil_klein.gif) no-repeat;
	padding-left:55px;
}

/*---------- Nur für IE ----------*/
* html div.block {
	height:220px;
}
* html div#content {
	height:265px;
}

/*---------- Footer ----------*/
#footer{
	clear:both;
	height:75px;
	padding-left:193px;
	padding-top:10px;
	color:#FFF;
}
