/* main stylesheet */
html {
	font-size: 72%;
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url('../images/background.gif');
	background-position: left top;
	background-repeat: repeat-x;
}

body
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

div, form
{
	margin: 0;
	padding: 0
}

p, ul, ol, table
{
	padding: 0;
	margin: 0.5em 0 0.8em 0;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.9em;
	text-decoration: none;
	color: black;
	padding: 0;
	margin: 0 0 0.4em 0;
}

h1 a { color: #3B3FD4 }
h1 a:link	{ color: #3B3FD4 }
h1 a:visited	{ color: #3B3FD4 }
h1 a:hover	{ color: #C2D3E7 }
h1 a:active	{ color: white; background-color:  #3B3FD4 }
h1 a:focus	{ color: white; background-color:  #3B3FD4 }

h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3B3FD4;
	text-decoration: none;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}

h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #3B3FD4;
	text-decoration: none;
	margin: 0.8em 0 0.8em 0;
	padding: 0;
}

h5, h6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 1.0em 0 0.5em 0;
	padding: 0;
}

h4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: black
}

h2 {font-size: 1.7em }
h3 { font-size: 1.5em }
h4 { font-size: 1.2em }
h5 { font-size: 1.1em }
h6 { font-size: 1.0em }

ul
{
	/*margin-left: 17px;*/
}


#content-main ul li
{
	list-style: none;
}

#content-main ul li a,
#content-main ul li a:visited,
#content-main ul li a:link
{
	background-image: url('../images/list_level1.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px
}

#content-main ul li a:hover
{
	background-image: url('../images/list_level1_hover.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content-main ul li a:active,
#content-main ul li a:focus
{
	background-image: url('../images/list_level1_active.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content-main ul li ul { margin-left: 10px }

#content-main ul li ul li
{
	list-style: none;
}

#content-main ul li ul li a,
#content-main ul li ul li a:visited,
#content-main ul li ul li a:link
{
	background-image: url('../images/list_level1.1.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px
}

#content-main ul li ul li a:hover
{
	background-image: url('../images/list_level1.1_hover.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content-main ul li ul li a:active,
#content-main ul li ul li a:focus
{
	background-image: url('../images/list_level1.1_active.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#content-main ul li.icon-file-list a,
#content-main ul li.icon-file-list a:link,
#content-main ul li.icon-file-list a:visited,
#content-main ul li.icon-file-list a:hover,
#content-main ul li.icon-file-list a:active,
#content-main ul li.icon-file-list a:focus
{ background-image: none;
padding-left: 0}

ol { margin-left: 25px }

strong, b { font-weight: bold }
u { text-decoration: underline }
em, i { font-style: italic }

a			{ color: #3B3FD4; text-decoration: underline; }
a:link		{ color: #3B3FD4; text-decoration: underline }
a:visited	{ color: #3B3FD4; text-decoration: underline }
a:hover		{ color: #C2D3E7; text-decoration: underline }
a:active	{ color: white; background-color: #3B3FD4; text-decoration: underline }
a:focus		{ color: white; background-color: #3B3FD4; text-decoration: underline }


			img,
a			img,
a:link		img,
a:visited 	img,
a:hover		img,
a:active	img,
a:focus		img
{ border: 0px none white; }

img { margin: 0; padding: 0 }

input, select, option, textarea, button
{
	font-size: 1.0em;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
}

#content-hidden,
.invisible,
.menu ul li dfn,
.navposition
{
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#container-outer
{
	width: 909px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/outer.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#container-inner
{
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/inner.gif');
	background-position: right top;
	background-repeat: repeat-y;
}

#container-shadow1
{
	width: 901px;
	background-image: url('../images/shadow1.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 4px;
}

#container-shadow2
{
	width: 901px;
	background-image: url('../images/shadow2.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 4px;
}

#container-allcolumns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container-allcolumns
{
	background-image: url('../images/right_back.gif');
	background-color: white;
	background-position: right top;
	background-repeat: repeat-y;
	width: 100%;
}

#container-left
{
	float: left;
	width: 231px;
	min-height: 350px;
	background-color: white;
	background-image: url('../images/left_back.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

* html #container-left
{
	height: 350px
}

#nav-basemenu
{
	width: 231px;
	height: 60px;
	overflow: hidden;
}

#nav-basemenu ul
{
	margin: 0;
	padding: 5px 0px 0 5px;
}

#nav-basemenu ul li
{
	display: inline;
	margin: 0;
	padding-left: 6px
}

#nav-basemenu ul li a
{
	color: white;
	text-decoration: none;
	font-size: 0.9em
}

#nav-basemenu ul li a:link,
#nav-basemenu ul li a:visited
{
	color: white;
}

#nav-basemenu ul li a:hover
{
	color: #C2D3E7;
}

#nav-basemenu ul li a:active,
#nav-basemenu ul li a:focus
{
	background-color: white;
	color: #3B3FD4
}

#container-flash
{
	height: 129px;
	/*background-color: #3B3FD4*/
}

#nav-mainmenu ul
{
	padding-left: 18px;
}

#nav-mainmenu ul li
{
	list-style: none;
	width: 140px
}

#nav-mainmenu ul li a
{
	color: #626262;
	display: block;
	width: 160px;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-top: 2px;
	background-image: url('../images/list_back.gif');
	background-position: 15px 1.6em;
	background-repeat: no-repeat;
}

#nav-mainmenu ul.level1 li.active a.active
{
	color: #3B3FD4;
	font-weight: bold;
	background-image: url('../images/list_level1.gif');
	background-position: 3px bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 2px
}

#nav-mainmenu ul li a:link,
#nav-mainmenu ul li a:visited
{
	color: #626262;
}

#nav-mainmenu ul li a:hover
{
	color: #3B3FD4;
}

#nav-mainmenu ul li.active a:active,
#nav-mainmenu ul li.active a:focus,
#nav-mainmenu ul li a:active,
#nav-mainmenu ul li a:focus
{
	color: white;
	background-color: #626262;
}

#nav-mainmenu ul li ul
{
	padding-left: 25px;
}

#nav-mainmenu ul li ul li a
{
	color: #626262;
	text-decoration: none;
	padding-left: 8px;
	background-image: none;
	padding-bottom: 0;
	width: 140px;
}

#nav-mainmenu ul li ul li a:link,
#nav-mainmenu ul li ul li a:visited
{
	color: #626262;
	background-image: none
}

#nav-mainmenu ul li ul li a:hover
{
	color: #3B3FD4;
	background-image: none
}

#nav-mainmenu ul li ul li a:active,
#nav-mainmenu ul li ul li a:focus
{
	color: white;
	background-color: #626262;
	background-image: none
}

#nav-mainmenu ul.level1 li.active ul.level2 li.active a:active,
#nav-mainmenu ul.level1 li.active ul.level2 li.active a:focus
{
	color: white;
	background-color: #626262;
	background-image: url('../images/list_level2_active.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#nav-mainmenu ul.level1 li.active ul.level2 li.active a.active
{
	color: #3B3FD4;
	font-weight: normal;
	background-image: url('../images/list_level2.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-bottom: 0px
}

#content-mainmenu
{
	padding: 0 15px 20px 15px
}

#content-mainmenu .cframe .searchbox,
#content-mainmenu .cframe
{
	padding-bottom: 15px
}

#content-header
{
	border-bottom: 13px solid white;
	width: 668px;
	height: 235px
}

#tmpl-popup #content-header
{
	width: auto;
	height: auto;
	border: none;
}

#container-right
{
	float: left;
	width: 670px;
}

#container-main
{
	width: 670px;
}
#tmpl-popup #container-main
{
	width: auto;
}

#content-extra
{
	float: left;
	width: 200px;
	background-image: url('../images/extra_back.gif');
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 200px
}

* html #content-extra
{
	height: 200px
}

#content-main
{
	width: 460px;
	padding-right: 10px;
	float: left;
	padding-bottom: 20px
}
#tmpl-popup #content-main
{
	width: auto;
	padding: 0;
	float: none;
}


#content-footer
{
	width: 909px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/footer.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}
#tmpl-popup #content-footer
{
	width: auto;
	clear: none;
	margin: 0;
	background-image: none;
}

#content-footer .cframe
{
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 0.9em;
	font-family: Verdana
}

#extra-info
{
	height: 15px;
	width: 909px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px
}
#tmpl-popup #extra-info
{
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
}

.nav-menu-rootline { padding-bottom: 5px }
.nav-menu-rootline a,
.nav-menu-rootline a:hover,
.nav-menu-rootline a:active,
.nav-menu-rootline a:link,
.nav-menu-rootline a:visited,
.nav-menu-rootline a:focus
{
	text-decoration: none
}

#content-extra .cframe
{
	padding-left: 10px
}

#content-extra h2
{
	background-image: url('../images/h3_back.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1.0em;
	padding-bottom: 3px;
	padding-top: 3px
}
#content-extra .twrss_head_link,
#content-extra .twrss_head_channel
{
    display: none;
}

.news-latest-item h3,
#content-extra .twrss_item .twrss_link h3,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title h3,
#container-main .tx-veguestbook-pi1 .tx-guestbook-item .tx-guestbook-header
{
	font-size: 1.0em;
	font-weight: normal;
         clear: left;
	text-decoration: none;
}

.news-latest-item h3 a:link,
.news-latest-item h3 a:visited,
#content-extra .twrss_item .twrss_link h3 a:link,
#content-extra .twrss_item .twrss_link h3 a:visited
{
	text-decoration: none;
	font-weight: normal;
}

.news-latest-item h3 a:hover,
#content-extra .twrss_item .twrss_link h3 a:hover,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title a:hover
{
	text-decoration: none;
	color: #92B0D4
}

.news-latest-item h3 a:active,
.news-latest-item h3 a:focus,
#content-extra .twrss_item .twrss_link h3 a:active,
#content-extra .twrss_item .twrss_link h3 a:focus,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title a:active,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title a:focus
{
	text-decoration: none;
	color: #EEF3F8;
	background-color: #3B3FD4
}

.news-list-item,
#content-main .twrss_item,
#content-main .teaser-item,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item
{
	padding-bottom: 5px;
	padding-left: 	5px;
	padding-right: 5px;
	margin-bottom: 1px;
	padding-top: 10px

}
#container-main .tx-veguestbook-pi1 .tx-guestbook-item
{
	padding-bottom: 20px;
	background-image: url('../images/news_list_back.gif');
	background-position: left bottom;
	background-repeat: no-repeat
}
#content-extra .twrss_item
{
	padding-left: 5px;
	padding-right: 5px

}

.news-list-item .subheader p,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-leadtext
{
	margin-top: 0;
}

.news-list-item .top_left
{
	clear: both;
}

.news-list-item .top_right
{
	clear: both;
	font-size: 0.8em
}


.news-list-image,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-img
{
    border: 1px;
	float: left;
	width: 150px;
	margin-right: 10px;
}

.news-single-image-custom
{
   float:left;
   width:200px;
   margin-right: 22px;
   margin-top: 10px;
   background-color: #F5F2F2;
}
.news-single-date
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-list-morelink,
#content-main  .twrss_item .twrss_morelink
{
	padding-bottom: 20px;
	background-image: url('../images/news_list_back.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.news-single-backlink
{
	clear: left;
	text-align: right
}

.news-list-item .news-list-morelink a,
.news-list-item .news-list-morelink a:link,
.news-list-item .news-list-morelink a:visited,
#content-main .twrss_item .twrss_morelink a,
#content-main .twrss_item .twrss_morelink a:link,
#content-main .twrss_item .twrss_morelink a:visited,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link a,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link a:link,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link a:visited
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/more.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 15px;
	float: right;

}

.news-list-item .news-list-morelink a:hover,
#content-main .twrss_item .twrss_morelink a:hover,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link a:hover
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/more_hover.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 15px
}

.news-list-item .news-list-morelink a:active,
.news-list-item .news-list-morelink a:focus,
#content-main .twrss_item .twrss_morelink a:active,
#content-main .twrss_item .twrss_morelink a:focus,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link a:active,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link a:focus
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/more_active.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 15px
}

.news-single-item .news-single-backlink a,
.news-single-item .news-single-backlink a:link,
.news-single-item .news-single-backlink a:visited
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/back.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 15px
}

.news-single-item .news-single-backlink a:hover
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/back_hover.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 15px
}

.news-single-item .news-single-backlink a:active,
.news-single-item .news-single-backlink a:focus
{
	text-decoration: none;
	font-weight: bold;
	background-image: url('../images/back_active.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 15px
}

.news-single-subheader
{
	font-weight: bold
}

.news-list-item h3,
#content-main .twrss_item .twrss_link h3
{
	margin: 0;
	padding: 0;
	font-size: 1.2em
}

#content-extra .news-list-item h3
{
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}
#content-extra .news-list-item .top_right { display: none}
#content-extra .news-list-item .subheader
{
	font-size: 0.95em
}
#content-extra .news-list-item .news-list-image
{
	padding-bottom: 7px;
}
#content-main .teaser-item .teaser-title
{
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 1.2em
}
.news-list-item h3 a,
.news-list-item h3 a:link,
.news-list-item h3 a:visited,
#content-main .twrss_item .twrss_link h3 a,
#content-main .twrss_item .twrss_link h3 a:link,
#content-main .twrss_item .twrss_link h3 a:visited,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title h3 a,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title a:link,
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-title a:visited
{
	text-decoration: none;
}

.news-list-browse table
{
	margin-left: auto;
	margin-right: auto;
}

.tx-ttnews-browsebox td
{
	padding-right: 10px;
}

.tx-ttnews-browsebox-SCell
{
	font-weight: bold
}


.cssSwitcher a,
.cssSwitcher a:link,
.cssSwitcher a:visited
{ color: black }

.cssSwitcher a:hover
{ color: #C2D3E7 }

.cssSwitcher a:active,
.cssSwitcher a:focus
{ color: white; background-color: black }

.cssSwitcher span.label
{
	color: #626262;
	padding-right: 10px
}

.cframe .ctype-html h2
{
	font-size: 1.0em;
	color: #626262;
	font-weight: normal;
	float: left;
}

div.searchbox
{
	float: left;
	background-image: url('../images/search_back.gif');
	background-position: 10px 2px;
	background-repeat: no-repeat;
	width: 130px;
	padding: 3px 0 0px 15px;
}

div.searchbox input.input
{
	border: none;
	width: 110px;
	height: 1.0em;
	margin-left: 0;
}

html div.searchbox input.input
{
	border: 0 none white;
	width: 110px;
	height: 1.0em;
	margin-left: 0;
	vertical-align: middle
}

div.searchbox input.button
{
	margin-top: 2px
}

.tx-indexedsearch-searchbox p,
.tx-indexedsearch-rules
{
	display: none;
}

.tx-indexedsearch-searchbox table tr td
{
	padding: 0 10px 10px 0;
}

#container-main .cframe .ctype-textpic,
#container-main .cframe .ctype-table,
#container-main .cframe .ctype-image,
#container-main .cframe .ctype-text
{
	padding: 0px 10px 0 10px;
}

.ctype .image
{
	background-color: #EEF3F8;
	margin: 5px 0 5px 0
}

#content-header .ctype .image
{
	background-color: #EEF3F8;
	margin: 0px 0 0px 0
}


.image-text
{
	margin-top: 5px;
	padding-left: 5px
}

p.bodytext { margin: 0.5em 0 0.5em 0 }

#content-main { overflow: hidden}

.nav-menu-sitemap ul.level1 li {
	margin-bottom: 3px
}

.nav-menu-sitemap ul.level1 li a
{
	font-weight: bold;
	text-decoration: none
}

.nav-menu-sitemap ul.level2 li {
	margin-bottom: 0px
}

.nav-menu-sitemap ul.level2 li a
{
	font-weight: normal
}

/**
 * FOTOALBUM
 */

/* Albenauswahl */
.tx-posmediagallery-pi .gallerylist {
	clear: both;
}
.tx-posmediagallery-pi .gallerylist .teaser-frame {
	clear: both;
}

.tx-posmediagallery-pi .gallerylist .teaser-info {
	padding: 0;
	margin: 2px 0 0 0;
	color: #999999;
}
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link
{ text-align: right; padding: 0px 10px 0px 0px}

#container-main .tx-posmediagallery-pi .gallerylist .teaser-img
{
	float: left;
	width: 135px;
	padding: 0 10px 5px 0;
}

#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link
{
	padding-bottom: 20px;
	background-image: url('../images/news_list_back.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.error { color: red }

 .tx-guestbook-form
{
	background-color:   #EEF3F8;
	margin: 7px 10px 0px 10px;
	padding-top: 15px;
	border-top: 1px solid  #3B3FD4;
	border-bottom: 1px solid white;
}

.tx-guestbook-form-obligationfield   { color: #3B3FD4; }
div.tx-guestbook-label
 { 
  float: left; width: 130px; padding-left: 2px; 
 }

tx-label-input
 { 
   clear: left; padding-bottom: 2px 
 }
div.tx-buttons
{
	border-top: 1px solid #3B3FD4;
	border-bottom: 1px solid white;
	text-align: center;
	padding: 7px;
	background-color:  white;
}
.tx-guestbook-required, .tx-guestbook-infotext  { color: #F13314; }
div.tx-buttons-buttons { background-color: white; }


#content-main { overflow: hidden}

.nav-menu-sitemap ul.level1 li {
	margin-bottom: 3px
}

.nav-menu-sitemap ul.level1 li a
{
	font-weight: bold;
	text-decoration: none
}

.nav-menu-sitemap ul.level2 li {
	margin-bottom: 0px
}

.nav-menu-sitemap ul.level2 li a
{
	font-weight: normal
}

/**
 * FOTOALBUM
 */

/* Albenauswahl */
.tx-posmediagallery-pi .gallerylist {
	clear: both;
}
.tx-posmediagallery-pi .gallerylist .teaser-frame {
	clear: both;
}

.tx-posmediagallery-pi .gallerylist .teaser-info {
	padding: 0;
	margin: 2px 0 0 0;
	color: #999999;
}
#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link
{ text-align: right; padding: 0px 10px 0px 0px}

#container-main .tx-posmediagallery-pi .gallerylist .teaser-img
{
	float: left;
	width: 135px;
	padding: 0 10px 5px 0;
}

#container-main .tx-posmediagallery-pi .gallerylist .teaser-item .teaser-link
{
	padding-bottom: 20px;
	background-image: url('../images/news_list_back.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.error { color: red }


.tx-guestbook-form-obligationfield,.mailform-required   { color:   #3B3FD4; }

div.tx-guestbook-input { margin-left: 130px; width: 280px }
div.tx-guestbook-input input, div.tx-guestbook-input textarea
{
	width: 250px;
}
div.tx-label-input{ clear: left; padding-bottom: 2px }
div.tx-buttons
{
	border-top: 1px solid #3B3FD4;
	border-bottom: 1px solid white;
	text-align: center;
	padding-top: 7px;
	background-color:  white;
}
.tx-guestbook-required, .tx-guestbook-infotext  { color: #F13314; }
div.tx-buttons-buttons { background-color: white; }

/* Galerieansicht */
.images .row {
	width: 460px;
	margin-bottom: 10px;
}
.images .row:after {
	display: block;
	clear: left;
	overflow: hidden;
	width: 0;
	height: 0;
	content: " ";
}

.images .cell,
.images .cell_left,
.images .cell_right {
	float: left;
	width: 142px;
	height: 130px;
	margin-left: 10px;
	border: 1px solid #3B3FD4;
	padding: 1px;
	background-color: #EEF3F8;
	text-align: center;
}
.images .cell_left {
	margin: 0;
}

.images .image {
	width: 142px;
	height: 100px;
/*	font-size: 30px;
	line-height: 91px;*/
}
.images .image-link,
.images .image-link img {
	vertical-align: middle;
}
.images .image:before,
.images .image:after {
	content: "";
	line-height: 91px;
	border-left: 1px solid #FEEEE7;
}

.images .cell p,
.images .cell_left p,
.images .cell_right p {
	margin: 3px 0;
	text-align: right;
	font-size: 0.8em;
}
.images .cell p a:link,
.images .cell p a:visited,
.images .cell p a:active,
.images .cell_left p a:link,
.images .cell_left p a:visited,
.images .cell_left p a:active,
.images .cell_right p a:link,
.images .cell_right p a:visited,
.images .cell_right p a:active {
	font-weight: normal;
	font-size: inherit;
}

.back-link {
	text-align: right;
}

.images p.hires
{
 text-align: left;
 padding: 3px 0 3px 10px;
}

/* Detailansicht */
.imagedetail .detail {
	min-width: 800px;
	margin: 10px 0;
	border: 1px solid #3B3FD4;
	padding: 30px 10px 17px 10px;
	background-color: #EEF3F8;
	text-align: center;
}

.imagedetail .close {
	margin-top: 10px;
	border-top: 1px solid #3B3FD4;
	padding-top: 10px;
	text-align: right;
}

.imagedetail .center-outer {
	width: 800px;
/*	height: 517px;*/
	margin: 0 auto;
}

.imagedetail .center-middle {
	width: 800px;
}

.imagedetail .center-inner {
	width: 800px;
}

.imagedetail .hires {
	margin: 4px 0 0 0;
	text-align: center;
}
.imagedetail .hires a {
	padding: 1px 0 4px 19px;
	background-image: url('/fileadmin/templates/images/mdj/disk.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* Pagebrowser */
.pagebrowser {
	text-align: center;
}