@charset "UTF-8";
/* CSS Document */
/* Felix Kittler 2010 für die Immanuel-Gemeinde Nürnberg*/

* { 
	margin: 0; 
    padding: 0; 
     } 

html, body {
	background-color:#f5f5f5;
	height:100%;
	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

a {
	text-decoration:none;
	color:#666;
	}

a img{
	border: 0;
}

a:hover{
	color: #ff5400;
}

blockquote{
	background-color: #eeeeee;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	border-left: 2px solid #91aa9d;
}


	
/*DIV Container*/

div.clearboth{
	clear:both;
	}
	
div#shadow_top{
	background: url("images/background_top.jpg") no-repeat scroll 0 0 transparent;
	height: 14px;
	margin: auto;
	text-align: center;
	width: 990px;
	z-index: 1;
}

div#outer {
	width:990px;
	min-height:100%;
	margin:0 auto;
	padding:0;
	padding-top:4px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	}
	
div#inner {
	width:950px;
	margin:auto;
	}

div#quicknavi,
div#bottomnavi {
	float:left;
	width:400px;
	}
	
.sitenav {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	
	font-weight:bold;
	font-size:9pt;
	text-transform:uppercase;
	
	cursor:default;
	}
	
.sitenav li{
	display:inline;
	padding-right:15px;
	padding-left:0px;
	}

.sitenav li.disabled{
	color:#CCC;
	}

.sitenav a {
	color:#000;
	text-decoration:none;
	border:0px;
	}

.sitenav a:hover {
	color:#999;
	}

div#languages,
div#copyright {
	text-align:right;
	width:500px;
	float:right;
	}

div#copyright{
	margin-right:10px;
	}
	
div#languages li,
div#copyright li {
	padding-right:0px;
	padding-left:30px;
	}

#languages li img {
	padding-right:3px;
	border:0px;
	}

div#banner {
	width:950px;
	height:220px;
	clear:both;
	overflow:hidden;
	background-image:url(images/banner_ignnews.jpg);
	}

div#navi{
	width:950px;
	height:100px;
	background-image:url(images/navi_ignnews.jpg);
	color:#FFF;
	font-size:10pt;
	}

div#navi_inner {
	width:400px;
	float:right;
	}

#navi ul{
	padding:0px;
	margin:0px;
	padding-top:5px;
	list-style:none;
	}

#navi a {
	color:#DDD;
	}

	
#navi li{
	float:left;
	width:80px;
	padding:5px 5px 4px 5px;
	position:relative;
	list-style-type:none;
	text-align:center;
	}

#navi li ul { display:none; position:absolute;  }
#navi li:hover {	background-color:#50789b;}
#navi li:hover ul { display:block; position:absolute; }
#navi li:hover ul li { 
	background-color:#193441;
	border: 1px solid #3e606f;
	border-top:none;
	border-right:none;
	padding:5px 5px 5px 5px;
	width:120px;
	margin-left:-5px;
	}

#navi li.active {
	background-color:#50789b;
	}
	
#marginalie {
	width:300px;
	height:auto;
	float:right;
	background-color:#f3f3f3;
	margin-bottom:10px;
	border:1px solid #e3e5e4;
	border-top:none;
	}
	
div#content {
	width:620px;
	float:left;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	
	font-family:"Lucida Grande", "Segoe UI", "Bitstream Vera Sans", Tahoma, Verdana, Arial,sans-serif;
	color:#272727;
	line-height:150%;
	font-size:9pt;
	}

div#content h1, h2, h3, h4 {
	color:#3e606f;
	font-size:13pt;
	margin:25px 0px 10px 0px;
	letter-spacing:1px;
	}

div#content ul{
	list-style:inside disc;
	padding-left:5px;
	}
div#content p{
	margin: 5px 0px 10px 0px;
	}

div#content a.link{
	background: transparent url("images/link.jpg") no-repeat scroll 0.35em 1em;
	color:#595959;
	padding:9px 0 9px 19px;
	}

div#content a.link:hover{
	color: #ff5400;
	}

div#footer {
	background-color: #F3F3F3;
	border:1px solid #E3E5E4;
	clear: both;
	padding: 5px 0px 0px 10px;
	width: 939px;
	}
	
div.halfpage {
	width:280px;
	margin:5px auto;
	padding:3px;
	}

div.halfpage_spacer {
	width:1px;
	height:1px;
	margin-top:30px;
	}

div.halfpagetitel {
	width:280px;
	border-bottom:1px solid #a4ad93;
	color:#3e606f;
	font-weight:bold;
	}

div.halfpagetitel a{
	color:#3e606f;
	}

div.halfpagecontent {
	width:280px;
	margin: 10px auto;
	clear:both;
	font-size:10pt;
	overflow:hidden;
	list-style:inside circle;
	}

div.halfpagecontent p{
	padding-bottom:5px;
	}

div.highlightfoto {
	width: 100px;
	float:left;
	background-color:yellow;
	}

div.highlightcontent {
	width:175px;
	float:right;
	font-size:10pt;
	}

div.highlightcontent p {
	margin-bottom:5px;
	}

div.highlightcontent a {
	color:#3e606f;
	text-decoration:underline;
	}
	
div.highlightcontent a:hover {
	color:#9eafb7;

	}

div.highlightspacer {
	width:280px;
	padding-top:8px;
	margin-bottom:8px;
	border-bottom:1px dashed #a4ad93;
	clear:both;
	}
	
/*------------------------ Halfpage Suche ------------------------*/

#searchform {
	background: url(images/search.gif) no-repeat left top;
	height: 32px;
	width: 260px;
}

#searchform:hover {
	background: url(images/search.gif) no-repeat left bottom;
}

#searchinput {
	background: none;
	border: none;
	width: 170px;
	height: 23px;
	padding: 0 5px 0 10px;
	color: #999999;
}

#searchsubmit {
	background: none;
	border: none;
	width: 60px;
	height: 30px;
	cursor:pointer;
}

/*------------------------ Bild im Text ------------------------*/
div#content img {
	max-width:600px;
	padding:5px 5px 0px 5px;
	margin:15px 0px 0px 0px;
	background-color:#f3f3f3;
	border:1px solid #e3e5e4;
	border-bottom:none;
	}

div#content div.bild-container {
	width:600px;
	padding:5px;
	margin:0px 0px 30px 0px;
	background-color:#f3f3f3;
	border:1px solid #e3e5e4;
	border-top:none;
	}

div#content span.bild-untertitel {
	padding:5px;
	margin:0px 0px 5px 0px;
	}

div#content span.bild-copyright {
	float:right;
	font-style:italic;
	font-weight:lighter;
	color:#c3c5c4;
	font-size:8pt;
	}
