@charset "utf-8";
/* Stylesheet der Sankt-Jakobus-Bruderschaft Bamberg */

* {padding:0; margin:0;}

h1 {
	margin-bottom:0.5em;
}	

body {
	background-image:url(../bilder/hg.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

#wrapper {
	width:800px;
	height:600px;
	border:#CCC solid 20px;
	margin:30px auto;
	}

#linkeleiste {
	float:left;
	width:145px;
	height:600px;
	}

#rechteleiste {
	float:right;
	width:655px;
	hight:600px;
	}
	
#kopf {
	float:right;
	width:655px;
	hight:160px;
	}
	
#menue {
	float:right;
	width:655px;
	background-color:#CCCCCC;
	color:#000000;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;	
	}
	
#flash {
	float:left;
	width:655px;
	height:297px;
	background-image:url(../bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	padding-top:57px;
	padding-bottom:57px;
	}
	
#text {
	float:right;
	width:625px;
	height:371px;
	background-image:url(../bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	font-size:13px;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 30px 0 0px;
	overflow:auto;
	}
	
#bild {
	float:left;
	width:450px;
	height:371px;
	background-image:url(../bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	font-size:13px;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 20px 0 0px;
	}
	
#bildleiste {
	float:right;
	width:155px;
	height:371px;
	background-image:url(../bilder/hintergrund_175.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	font-size:13px;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 30px 0 0px;
	overflow:auto;
	}
	
.bild_k {
	float:left;
	margin-bottom:16px;
	}

#nav a.MenuBarItemSubmenu {
	background-color: #cc092f;
	color: #fff;
	}
	
#navi a {
	background-color: #cc092f;
	color: #fff;
	}
	
p {
	padding-bottom:1.0em;
	}
	
li {
	list-style:disc;
	margin-left:18px;
	padding-top:0.1em;
	}
	
	ul {
	padding-bottom:1.0em;
	}
	
h2 {
	font-size:17px;
	color:#888;
	font-weight:normal;
	line-height:22px;
	padding-bottom:0.7em;
	}	
	
h3 {
	font-size:13px;
	color:#888;
	font-weight:bold;
	padding-bottom:0.2em;
	}	

a {
	text-decoration:none;
	font-weight: normal;
	font-size:13px;	
	outline:none;
}

a:link {
	color:#cc092f;
	text-decoration: none;
	}

a:visited {
	color:#cc092f;
	text-decoration: none;
	}
	
a:hover {
	color:#cc092f;
	font-weight:normal;
	text-decoration: underline;
	}

a:active {
	color:#cc092f;
	font-weight:normal;
	text-decoration: underline;
	}