/*
Theme Name: KiN
Theme URI: http://www.serian.de/
Description: KiN
Author: Stefan Hölzlwimmer
Version: 1.0
Tags:
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline:0;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar left of content
*/ 

#wrapper {
	/*background-color:#FFFFFF;*/
	margin: 10px auto 20px;
	position:relative;
	width: 960px;

}


#container {
}

#content {
	float: left;
	width: 475px;
	min-height:400px;
}
#primary {
	float: left;
	overflow: hidden;
	width: 200px;
}

#secondary {
	float: left;
	overflow: hidden;
	width: 243px;
}


#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial,Helvetica,Verdana,sans-serif;
}

/* =Global Elements
-------------------------------------------------------------- */

body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 14px;
}

body {
min-height:	600px;
background:	#FFF url("images/bg_1.png") repeat-x fixed;

}

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link, a:visited {
	color:#ED1C23; text-decoration:none;
}

a:active,
a:hover {
	color: #804040;
	text-decoration:underline;
}

.sClear {
	clear:both;
}

#wrapper .donate {
	border:0px solid #000;
	display:block;
	height:45px;
	left:660px;
	position:absolute;
	top: 10px;
	width:210px;
	z-index:999;
}

#wrapper .donate:hover {
	text-decoration:none;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background:url('./images/header_1.png') no-repeat; margin-left:0px; padding:64px 0px 0px 287px; height:70px;
}

#logo
{position:relative; margin-bottom:-65px; margin-left:-14px;}


/* HomeTabs
-------------------------------------------------------------- */

#sHomeTabs {}

#sHomeTabs ul.tabNavigation {
margin-bottom:-0px;}

#sHomeTabs ul {
	font-size:11px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    list-style:none;
	margin:0px 0 0px;
	padding-left:0px;
	
}

#sHomeTabs ul li {
	float:left;
	background:#ffffff url('images/tab100.png') no-repeat center;
	line-height:25px;
	height:25px;
	margin-right:4.5px;
	padding:0;
	width:100px;
	text-align:center;
}

#sHomeTabs ul li a {
    display:block;
    color:#000000;
    text-decoration:none;
}

#sHomeTabs ul li a:hover, #sHomeTabs ul li a.active {
    color:#ED1C23;
	
}

#sHomeTabs ul li a.active {
	background:#ffffff url('images/tab100b.png') no-repeat center;
}

#sHomeTabs .tabNavigation .mediaTip {
	background:#ffffff url('images/tab110.png') no-repeat center;
	width:110px;
}

#sHomeTabs .tabNavigation .mediaTip a.active {
	background:#ffffff url('images/tab110b.png') no-repeat center;
}

#sHomeTabs .tabNavigation .latestProjects a.active, #sHomeTabs .tabNavigation .programTip a.active {
	background:#ffffff url('images/tab120b.png') no-repeat center;
}

#sHomeTabs .tabNavigation .latestProjects, #sHomeTabs .tabNavigation .programTip {
	background:#ffffff url('images/tab120.png') no-repeat center;
	width:120px;
}

#sHomeTabs .tabContent {
	clear:both;
}

#sHomeTabs .post {
border-top-width:0px !important;
}



/* =Hauptnavigation
-------------------------------------------------------------- */

#menu-hauptnavigation {
    background:#FFFFFF repeat-x;
    font-size:11px;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
	
    }
#menu-hauptnavigation, #menu-hauptnavigation ul {
    float:left;
    list-style:none;
    line-height:25px;
	height:25px;
    padding:0;
    border:0px solid #aaa;
    margin:1px 0 0;
    width:612px;
    }
#menu-hauptnavigation a {
    display:block;
    color:#000000;
    text-decoration:none;
    }
	
#menu-hauptnavigation li {
    float:left;
    padding:0;
	background:#ffffff url('images/tab100.png') no-repeat center;
	margin-right:2px;
	width:100px;
	text-align:center;
    }
#menu-hauptnavigation ul {
    position:absolute;
   left:-999em;
    height:auto;
    width:201px;
    font-weight:normal;
	
    margin:0;
    line-height:1.3;
/*    -moz-opacity:0.90;
    opacity:0.90;
    khtml-opacity:0.90;
*/    border:0;
    border-top:1px solid #CCC;
	
    }

#menu-hauptnavigation li li {
    width:198px;
    border-bottom:1px solid #CCC;
    border-left:2px solid #ED1C23;
    border-right:1px solid #CCC;
    font-weight:bold;
	background: #F8F8FA;
	text-align:left;
	height:auto;
	z-index:999;
    }
#menu-hauptnavigation li li a {
    padding:4px 10px;
    width:180px;
    font-size:11px;
    color: #000;
    }
#menu-hauptnavigation li ul ul {
    margin:-21px 0 0 150px;
    }
#menu-hauptnavigation li li:hover {
    background:#FFF;
    }
#menu-hauptnavigation li ul li:hover a, #menu-hauptnavigation li ul li li:hover a, #menu-hauptnavigation li ul li li li:hover a, #menu-hauptnavigation li ul li li li:hover a {
    color:#ED1C23;
    }
#menu-hauptnavigation li:hover a, #menu-hauptnavigation li.sfhover a {
    color:#ED1C23;
    }
#menu-hauptnavigation li:hover li a, #menu-hauptnavigation li li:hover li a, #menu-hauptnavigation li li li:hover li a, #menu-hauptnavigation li li li li:hover li a {
    color:#000;
    }
#menu-hauptnavigation li:hover ul ul, #menu-hauptnavigation li:hover ul ul ul, #menu-hauptnavigation li:hover ul ul ul ul, #menu-hauptnavigation li.sfhover ul ul, #menu-hauptnavigation li.sfhover ul ul ul, #menu-hauptnavigation li.sfhover ul ul ul ul {
    left:-999em;
    }
#menu-hauptnavigation li:hover ul, #menu-hauptnavigation li li:hover ul, #menu-hauptnavigation li li li:hover ul, #menu-hauptnavigation li li li li:hover ul, #menu-hauptnavigation li.sfhover ul, #menu-hauptnavigation li li.sfhover ul, #menu-hauptnavigation li li li.sfhover ul, #menu-hauptnavigation li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#menu-hauptnavigation li:hover, #menu-hauptnavigation li.sfhover a{
    color:#ED1C23;
    }
	
#menu-hauptnavigation > li.current_page_parent > a, #menu-hauptnavigation > li.current_page_item > a {
    color:#ED1C23; background:#ECEDEC url('images/tab100a.png') no-repeat center top; height:28px;
    }
#menu-hauptnavigation .current_page_item a, #menu-hauptnavigation  li ul .current_page_item a{
    color:#ED1C23;
    }
#menu-hauptnavigation .current_page_parent a:after, #menu-hauptnavigation .current_page_parent li a:after, #menu-hauptnavigation .current_page_parent li li a:after, #menu-hauptnavigation .current_page_parent li li li a:after, #menu-hauptnavigation .current_page_parent li li li li a:after {
    content:"";
    }
#menu-hauptnavigation .current_page_parent a:after, #menu-hauptnavigation li .current_page_parent a:after, #menu-hauptnavigation li li .current_page_parent a:after, #menu-hauptnavigation li li li .current_page_parent a:after {
    color:#000000;
    content:"";
    }
#menu-hauptnavigation .current_page_item a:after, #menu-hauptnavigation li .current_page_item a:after, #menu-hauptnavigation li li .current_page_item a:after, #menu-hauptnavigation li li li .current_page_item a:after, #menu-hauptnavigation li li li li .current_page_item a:after {
    color:#000000;
    content:"";
    }




/* =Main
-------------------------------------------------------------- */
#main {
	background:url('./images/border_main.png') repeat-y;
	overflow:hidden;
	z-index:1;
}

/* =Paging
-------------------------------------------------------------- */

.wp-pagenavi {
    float: right;
	margin: 10px 0;
}

.wp-pagenavi .pages {
	border:1px solid #B8B8B8;
	color:#000000;
	margin-right:5px;
	padding: 1px 4px;
}

.wp-pagenavi a {
	border:1px solid #B8B8B8;
    margin-right:4px;
    padding: 1px 4px;
    color: #ED1C23;
    text-align: center;
	text-decoration:none;
}

.wp-pagenavi a:hover {
	background: #ED1C23;
	border:1px solid #ED1C23;
    color: #fff;
}


.wp-pagenavi .current {
	border:1px solid #ED1C23;
    margin-right:4px;
    padding: 1px 4px;
    text-align: center;
    background: #ED1C23;
    color: #fff;
}

/* =Sidebar
-------------------------------------------------------------- */

#primary {
	background:none;
	padding:0px 0px 0px 15px;
	margin-right:2px;
}

#primary .s_box {
	background-color:#F8F8FA;
	border: 1px solid #CCCCCC;
	border-left: 2px solid #ED1C23;
	margin-bottom:10px;
	width:180px;
}

#primary .s_box ul {
	line-height:18px;
	list-style-type:none;
	margin: 0;
}

#primary .s_box ul li a, #primary .s_box ul li ul li a {
	color:#000000;
	font-weight:bold;
	padding-left:5px;
}

#primary .s_box ul li a:hover {
	color:#ED1C23;
	font-weight:bold;
	text-decoration:none;
}

#primary .s_box ul li ul li a, #primary .s_box ul li ul li a:hover {
	font-weight:normal;
}


#primary .s_box ul li ul li a .s_hyphen {
	line-height:10px;
	padding-right:5px;
	padding-bottom:2px;
	color:#ED1C23;
}

#primary .s_box ul li{
	border-bottom: 1px solid #CCCCCC;
}

#primary .s_box ul li.current_page_item > a, #primary .s_box ul li.current_page_item > a:hover {
	color:#ED1C23;
	font-weight:bold;
}

#primary .s_box ul li:last-child {
	border: 0;
}

#primary #sWorship a {
	background:url('./images/button-anbetung.png') no-repeat;
	background-position: 0 0;
	display:block;
	height:45px;
	width:100%;
}

#primary #sWorship a:hover {
	background-position: 0 -45px;
}






#primary #sSidebarYoutube a {
	background:url('./images/kin-youtube.jpg') no-repeat;
	background-position: 0 0;
	display:block;
	height:117px;
	width:100%;
}


#sShopLink a {
	background:url('./images/button-shop.png') no-repeat;
	background-position: 0 -42px;
	display:block;
	height:40px;
	width:100%;
}

#sShopLink a:hover {
	background-position:0 0;
}

#primary #sDownloadEdl a {
	background:url('./images/button-edl.png') no-repeat;
	background-position: 0 0;
	display:block;
	height:45px;
	width:100%;
}

#primary #sBannerrotation a {
	_background:url('./images/rotation/1.jpg') no-repeat;
	background-position: 0 0;
	display:block;
	height:135px;
	width:100%;
}


#primary #sDownloadEdl a:hover {
	background-position: 0 -45px;
}


#primary .s_box.s_box_contact > ul > li:first-child {
	color:#000000;
	font-weight:bold;
	padding-left:5px;
}

#primary .s_box.s_box_address {
	padding:4px 0px 4px 4px;
	width:176px;
	font-size:11px;
}	

#primary .s_box.s_box_address strong {
	font-size:12px;
}

/* =Sidebar Navigation
-------------------------------------------------------------- */

#s_sidebar_navigation {}
#s_sidebar_navigation ul.children li {
	padding-left:12px;
}

#s_sidebar_navigation ul.children {
	border-top: 1px solid #CCCCCC;
}




/* =Sidebar right
-------------------------------------------------------------- */

#secondary {
	background:none;
	padding:0px 0px 0px 2px;
	margin-left:10px;
}

#secondary .s_box {
	background-color:#F8F8FA;
	border: 1px solid #CCCCCC;
	border-right: 2px solid #ED1C23;
	margin-bottom:10px;
}

#secondary .s_box h1 {
	color:#000000;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:12px;
	font-weight:900;
	line-height:19px;
	margin:0;
	padding:1px 0 0 7px;
}

#secondary .s_box ul {
	list-style-type:none;
	margin: 0;
}


#secondary .s_box.s_search {
	padding:5px;
}

#secondary .s_box.s_search form {
	padding:5px 0;
}

#secondary .s_box.s_search .links {
	color:#A0A0A2;
	font-size:11px;	
}

#secondary .s_box.s_search .links a {
	color:#000;
}

#secondary .s_box.s_search .links a:hover {
	text-decoration:underline;
}

#secondary #sSidebarMediathek a {
	background:url('./images/button-mediathek.png') no-repeat;
	background-position: 0 0;
	backgroud-color:	#F8F8FA;
	display:block;
	height:45px;
	width:100%;
}

#secondary #sSidebarMediathek a:hover {
	background-position: 0 -45px;
}

#s_medienbox, #s_medienbox input, #s_medienbox select  {
	font-size:11px;
}

#s_medienbox #s_player_meta {
	margin-top:-2px;
}

#s_medienbox #s_player_tabs {
	background:none repeat scroll 0 0 #E1E1E3;
	border-bottom:1px solid #CDCDCD;
	padding-bottom:0px;
	overflow:hidden;
	padding-top:10px;
}

#s_medienbox #s_player_tabs a {
	background:none repeat scroll 0 0 #EBEBED;
	border-width: 1px 1px 0px 1px;
	border-style:solid;
	border-color: #B8B8B8;
	color:#000000;
	display:block;	
	float:left;
	font-weight:bold;
	margin:0px 2px 0px 2px;
	outline: 0;
	padding: 3px 6px;
	text-decoration:none;
}

#s_medienbox #s_player_tabs a.active {
	background:none repeat scroll 0 0 #F8F8FA;
	color:#ED1C23;

}

.s_player_tab {
	display:none;
}

#s_medienbox #s_player_playlist {
	height:200px;
	overflow:auto;
	padding-top:0px;
}

#s_medienbox #s_player_playlist a.item {
	border-bottom:1px solid #CDCDCD;
	color:#000000;
	display:block;
	line-height:15px;
	padding:4px 4px 3px 24px;
	text-decoration:none;
}

#s_medienbox #s_player_playlist a.item.movie {
	background:url("images/icon_film.png") no-repeat scroll 4px 7px transparent;
}	

#s_medienbox #s_player_playlist a.item.sound {
	background:url("images/icon_sound.png") no-repeat scroll 3px 7px transparent;
}

#s_medienbox #s_player_playlist a.item:hover, #s_medienbox #s_player_playlist a.item.active {
	color:#ED1C23;
}

#s_medienbox #s_player_playlist .heading {
	font-weight:bold;
}

#s_medienbox #s_player_search {
	border-bottom:1px solid #CDCDCD;
	line-height:2.3;
	padding:10px 5px;
}

#s_medienbox #s_player_preset {
	border-bottom:1px solid #CDCDCD;
	padding:10px 0 10px 8px;
}

#secondary .s_box.s_box_teaser
{padding:5px;}

#secondary .s_box.s_box_teaser a
{font-weight:bold;}

#secondary .s_box.s_box_teaser strong {
	color:#404041;
}

#secondary .s_box.s_box_teaser img {
	border-left:0 none !important;
	margin:0 7px 0 0;
	float:left;
}



#secondary .s_box.s_box_teaser p {
	border-top:1px solid #CDCDCD;
	clear:left;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:7px 7px 7px 0;
}



/* =Category
-------------------------------------------------------------- */

#container.category .post {
	background:url('./images/bgCatItem.png') repeat-x;
	border:1px solid #CDCDCD;
	display:inline-block;
	margin:0 0 14px;
	padding:7px 0 0;
	width:461px;
}

#container.category .post img {
	border: 1px solid #CDCDCD;
	float: left;
	margin:0 8px 0 6px;
	padding:1px;
}

#container.category .post .excerpt {
	float: left;
	padding:5px;
	width:315px;
}

#container.category .post .excerpt h2 {
	color:#000000;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:17px;
	font-weight:900;
	line-height:19px;
	margin:6px 0 10px;
	padding:0;
}

#container.category .post .excerpt a:hover h2 {
	color:#ED1C23;
	text-decoration:underline;
}

#container.category .post .meta {
	font-size:11px;
	margin:0 0 3px 8px;
	overflow:hidden;
	padding:3px 0;
	width:100%;
}

#container.category .post .date {
	float:left;
	width:130px;
}

#container.category .post .category {
	float:left;
	width:210px;
}

#container.category .post .readmore {
	background:url("images/arrow-left.png") no-repeat scroll 0 1px transparent;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-left:12px;
	width:100px;
}


/* =Search
-------------------------------------------------------------- */

#container.search .post, #container.search .page {
	border:1px solid #CDCDCD;
	display:inline-block;
	margin:0 0 14px;
	padding:3px 7px 7px 7px;
	width:;
}

#container.search .post .meta, #container.search .page .meta {
	font-size:11px;
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}

#container.search .post .excerpt {
}

#container.search .post h2, #container.search .page h2 {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:900;
	line-height:19px;
	margin:6px 0 10px;
	padding:0;
}

#container.category .post .excerpt a:hover h2 {
	text-decoration:underline;
}

#container.search .post .tags {
	font-size:11px;
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}


/* =Content
-------------------------------------------------------------- */

#content {
	padding: 0px 0px 30px 0px;
}

#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	line-height: 18px;
	margin-bottom:12px;
}

#content li {
	padding-top:5px;
}

#content p {
	_text-align:justify;
}

#content h1 {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:17px;
	font-weight:900;
	line-height:19px;
	margin:10px 0;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:900;
	margin: 10px 0px 5px;
	padding: 17px 0px 5px;
}

#content h3 {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:900;
	line-height:19px;
	margin:21px 0 6px;
}

#content .topline {
	color:#404041;
	font-size:11px;
	font-weight:300;
	line-height:15px;
	margin:21px 0 0;
	padding:0;
}

#content .extract {
	color:#404041;
	margin:-5px 0 3px;
}

#content .entry-content {
	margin-bottom:20px;
}

#content .entry-content {
	margin-bottom:20px;
}

#content .entry-content .edit-link {
	background:url('./images/page_edit.png') no-repeat;
	line-height:20px;
	width:20px;
}

#content .entry-content .edit-link a:hover {
	text-decoration:none;
}

#content .s_tags {
	line-height:1.4;
	margin-bottom:15px;
}


#content .s_meta {
	border-top: 1px dotted #CDCDCD;
	clear:both;
	font-size:11px;
	overflow:hidden;
	padding:3px 0;
}

#content .s_meta .time {
	float:left;
	width:300px;
}

#content .s_meta .author {
	float:right;
	text-align:right;
	width:150px;
}



#content #s_tools
{border-top: 1px dotted #CDCDCD; font-size:11px; line-height:20px; height:20px; margin-top:0px; padding-top:5px;}

#content #s_tools a:hover
{text-decoration:none;}

#content #s_tools img
{ margin-right:3px; vertical-align:middle;}

#sLatestProjects {
	border: 1px solid #CDCDCD;
	padding:10px;
}

#sLatestProjects img {
	float:left;
	margin: 0 10px 10px 0;
}

#sLatestProjects a h1 {
	clear:none;
	color:#000000;
}

/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #F8F8FA;
	line-height: 18px;
	text-align: center;
	margin: 0 12px 5px 0;
	padding: 0px;
	border: 1px solid #B8B8B8;
	
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #404041;
	font-size: 10px;
	line-height:12px;
	text-align:left;
}
#content .wp-smiley {
	margin:0;
}

#content a.sSlideShow {
	background:url('./images/icon_camera.png') no-repeat 5px 4px;
	font-weight:bold;
	padding:5px 0px 5px 30px;

}

#content a.sSlideShow:hover {
	text-decoration:none;
}


#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

#s_gallery_container {
	display:none;
	height:100%;
	left:0px;
	width:100%;
	position:fixed;	
	top:0px;

}

#s_gallery_container #s_transparent {
	background:none repeat scroll 0 0 #FFFFFF;
	display:block;
	height:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=85);		
	opacity: .85;		
	position:absolute;
	width:100%;	
	z-index:0;
}

#s_gallery_container .s_gallery {
	background-color:#FFF;
	border:1px solid #B8B8B8;
	color:#000000;
	display:block;
	font-size:11px;
	position:fixed;
	left:50%;
	top:50%;
	width: 700px;
	height:660px;
	margin-left:-350px;
	margin-top:-330px;
	overflow:hidden;
	padding:0 7px 4px;
	text-align:center;
	z-index:200;
}

#s_gallery_container .s_gallery .s_galerie_item {
	display:none;
}

#s_gallery_container .s_gallery .s_galerie_item a:hover{
	background-color:#ED1C23;
	color:#FFFFFF;
}

#s_gallery_container .s_gallery .s_galerie_item p.navigation {
	padding:15px;
}

#s_gallery_container .s_gallery .s_galerie_item p.navigation a.navigation, 
#s_gallery_container .s_gallery .s_galerie_item p.navigation span.image_number,
#s_gallery_container .s_gallery .s_galerie_item p.navigation a.hide {
	border:1px solid #B8B8B8;
	margin-left:4px;
	padding:1px 4px;
	text-decoration:none;
}

#s_gallery_container .s_gallery img {
	border:1px solid #B8B8B8;
	max-height:550px;
	max-width:650px;
	padding:1px;
}

#s_gallery_container .s_gallery .s_galerie_item p.post_content {
	margin:15px auto;
	width:550px;
}



/* =Footer
-------------------------------------------------------------- */
#footer {
	background:url('./images/border_footer.png') no-repeat;
	height:60px;
	overflow:hidden;
	z-index:1;
}

/* LatestProjects
-------------------------------------------------------------- */

#sLatestProjects {
	background:none repeat scroll 0 0 #F8F8FA;
	border: 1px solid #CDCDCD;
	border-top-width:0px;
	padding:10px;
	width:441px;
}

#sLatestProjects img {
	float:left;
	margin: 0 10px 10px 0;
}

#sLatestProjects a h1 {
	clear:none;
	color:#000000;
}

/* ProgramTip
-------------------------------------------------------------- */

#sProgramTip {
	background:none repeat scroll 0 0 #F8F8FA;
	border: 1px solid #CDCDCD;
	border-top-width:0px;
	color:#343F49;
	line-height:1.4;
	padding:10px;
	width:441px;
}

#sProgramTip > div {
	border-bottom: 1px dotted #CDCDCD;
	clear:both;
	overflow:hidden;
	padding:5px 0;
}

#sProgramTip img.left {
	float:left;
	margin-right:10px;
	width:100px;
}

#sProgramTip div div h2 {
	clear:none;
	margin:10px 0;
	padding:0;
}

#sProgramTip div div p {
	margin: 0;
}

#sProgramTip div div {
	float:left;
	width:320px;
}


/* Contact
-------------------------------------------------------------- */

#s_contact {
	width:100%;
}

#s_contact .container {
	float:left;
	overflow:hidden;
	margin-bottom:0px;
	padding:0px;
	width:50%;
}

#s_contact .container img {
	border: 1px solid #CCCCCC;
	float:left;
	margin-right:10px;
	padding:2px;
	width:60;
}

#s_contact .container p {
	/*height:40px;
	padding-top:5px;*/
}

#s_contact .container p a {
	background:url('./images/email_edit.png') no-repeat;
	padding-left:25px;
}

#s_contact .container p:after {
	clear:both;
}

/* Rest
-------------------------------------------------------------- */

table#flags {
}

table#flags td {
	border:1px solid #CDCDCD;
	padding:7px 2px 5px;
	text-align:center;
	vertical-align:top;
	width:100px;
}

table.greysimple
{background:none repeat scroll 0 0 #F8F8FA;
width:463px;
border-collapse:collapse;
}

table.greysimple tr td.captor, table.greysimple tr th {
font-weight:900;
line-height:25px;
}

table.greysimple td, table.greysimple tr th {
border:1px solid #CDCDCD;
padding:4px 5px;
}

table.greysimple th {
font-size:13px;
text-align:left;
}

a.sLinkMediathek
{display:block;	padding:4px; color:#000000; font-weight:bold;}

a.sLinkMediathek:hover
{color:#ED1C23;}

#sAngelusOverlay
{background-color:#FFFFFF;border:1px solid #666;border:10px solid rgba(82, 82, 82, 0.698);display:none;height:360px; padding:20px;width:600px;}

#sAngelusOverlay h1
{margin-bottom:20px;}

#sAngelusOverlay p
{margin: 10px 0; line-height:1.4;}

#sKongress {
	display:block;
	text-decoration:none;
	position: absolute;
	background-color: #ed1c23;
	color:#FFF;
	font-size:14px;
	top:102px;	
	padding: 5px 0px 5px 15px;
	width: 915px;
	margin: 0 0 0 16px;
	text-align:center;
}
