﻿/*
Salvationandservice.org Basic CSS File

*/
html:not([dummy]) body
{
	height:101%;
	overflow:scroll;
}

body
{
	background: #3a3a3a url(bodybg.gif) repeat-x;
}

body, h1, h2, h3, h4
{
	/**/font-family:"Segoe UI","Trebuchet MS",Verdana,Arial;/**/
	/** /font-family:"Trebuchet MS",Verdana,sans-serif;/**/
	font-size: 16px;
}

.caption
{
	font-size: 14px;
	text-align: center;
}

a
{
	color: #000;

}

a[href^="http://"]
{
	padding-right: 15px !important;
	display: inline !important;
	background: url(newwindow.gif) no-repeat right bottom !important;
}

#container
{
	background: url(bg.png);
	position: relative;
	padding: 0 12px;
	width: 900px;
	z-index: 20;
}

#header
{
	background: url(headerbg.png) bottom;
	padding: 0 12px;
	width: 900px;
	position: relative;
	z-index: 20;
	overflow: hidden;
}

#main
{
	padding:15px 15px 30px 20px;
	line-height: 24px;
	overflow: visible;
	position: relative;
}

#main h1
{
	color: #16c0f2;
	font-size: 24px; 
	line-height: 36px;
	margin: 15px 10px 10px 0;
}
#main h2
{
	font-size: 16px; 
	line-height: 18px; 
	margin: 15px 0 0 0;
	color: #16c0f2;
	padding: 0;
}
#main h3 
{ 
	font-weight: normal;
	font-size: 12px; 
	line-height: 18px; 
	margin: 0;
}

#wrapper
{
	padding: 0 15px;
	z-index: 10;
	position: relative;
}

#transbg
{
	background:transparent url(transbg.png) no-repeat center bottom fixed;
}
#footer
{
	padding: 0 12px;
	background: url(footerbg.png) bottom no-repeat;
	width: 900px;
	height: 90px;
	font-size: 10px;
	position: relative;
	z-index: 30;
}
#footer .footercontent
{
	position: relative;
	height: 76px;
	background: url(ausgabebg.png) bottom;
	border-top: 1px solid #6F6F6F;
	display: block;
	overflow: auto;
}

#footer .toplink
{
	position: absolute;
	display: block;
	right: 2px;
	top: 4px;
	cursor: pointer;
}
#footer .footercontent span
{
	color: #fff;
	float: right;
	margin: 10px 40px;
}
#footer a
{
	color: #fff;
	padding-bottom: 3px;
}


#sitename
{
	color: #00aeef;
	top: 200px;
	left: 10px;
	position: absolute;
	font-size: 140px;
	z-index: 0;
	width: 900px;
	overflow: hidden;
	white-space: nowrap;
}
#sitename_end
{
	z-index: 1;
	position: absolute;
	right: 0;
}

#sitename_img
{
	z-index: 1;
	width: 48px;
	position: fixed;
	top: 207px;
	padding: 28px 0 0 0;
	margin: 0 0 0 -35px;
	background: url(sitename_eck.png) top right no-repeat;
}

#logo
{
	width: 390px;
	height: 107px;
	position: relative;
	z-index: 30;
	top: 40px;
	left: 10px;
}

#logo_balken
{
	width: 410px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 20px;
	background: url(logobg.png);
	z-index: 50;
}

#headerbild
{
	width: 900px;
	height: 176px;
	position: absolute;
	z-index: 30;
	top: 24px;
}

.ce_text
{
	line-height: 16px;
	padding: 0 0 5px 0;
	max-width: 600px;
}

.ce_text a
{
	color: #4f4f4f;
	font-weight:bold;
	text-decoration: none;	
}
.ce_text b,
.ce_text strong
{
	color: #4f4f4f;
}

blockquote
{
	color: #fff;
	margin: 50px 0px 20px 40px;
	padding: 20px 10px 10px 10px;
	font-family:"Georgia","Times New Roman",serif;
	font-style: italic;
	background: #313131 url(quotebg.gif) repeat-x top;
}
blockquote:before
{
	width: 40px;
	height: 35px;
	background: #16c0f2;
	display: block;
	position: absolute;
	font-size: 70px;
	line-height: 70px;
	margin: -45px 0 10px -10px;
	content: "“";
}
blockquote b,
blockquote strong
{
	color: #fff !important;
}
#container ul li
{
	list-style-type: none;
	list-style-image: url(liste.png) !important;
}

