body {
	margin: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	    background: #fff url(../i/bg_page.png) repeat-x 0 327px;
}

/* @group Page Dimensions */

#navigation ul, #page, .pagefragment {
	width: 800px;
}

/* @end */

h1 {
	display: none;
	font-size: 1.4em;
}

h2 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 12px;
	color: #34a4d2;
	text-align: left;
	line-height: 25px;
}

.bigi {
	color: #5d5d5d;
	font: italic 18px Georgia, "Times New Roman", Times, serif;

}

.namen {
	color: #5d5d5d;
	font: 13px/1.9 Georgia, "Times New Roman", Times, serif;

}

p, ul, ol {
	margin-bottom: 20px;
	text-align: justify;
	margin-top: 0;
}

p code {
	display: block;
	text-align: left;
}

ul, ol {
	padding-left: 25px;
}

a {
	color: #ff6600
}

a:hover {
	color: #34a4d2;
}

a:visited {
	color: #ff6600;
}

#page, .pagefragment {
	margin: 0 auto 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.centered {
	text-align: center;
}

a img {
	border: none;
}

img.left {
	float: left;
}

img.left.padded {
	margin: 0 15px 15px 0;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#gedicht {
	background: url(../i/spacer.gif) no-repeat;
	width: 291px;
	height: 366px;
}

img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

/* @group Footer */

/* @end */

/* @group Navigation */

#navigation {
	display: block;
	background: url(../i/bg_logo.png) repeat-x;
	font-size: 11px;
	padding: 0 40px;
	height: 190px;
}

#navigation * {
	padding: 0;
	margin: 0;
}

#navigation ul {
	display: block;
	margin: 0 auto;
	background: url(../images-global/nav/Logo.png) no-repeat 100% 50%;
}

#navigation li {
	display: block;
	float: left;
}

#navigation li:hover {
	
}

#navigation li.active {
	background: url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%;
	background: url(../images-global/nav/ActiveTabSideShadows.png) repeat-y 0% 100%, url(../images-global/nav/ActiveTabSideShadows.png) repeat-y 100% 100%, url(../images-global/nav/ActiveTab.png) repeat-x 50% 100%;
	background-color: #c9c9c9;
}

#navigation li a {
	display: block;
	padding: 75px 7px 30px;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images-global/nav/Icons.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	width: 5.5em;
}

#navigation li a:hover {
	background-image: url(../images-global/nav/IconsHover.png);
}

#navigation li.active a, #navigation li.active a:hover {
	font-weight: bold;
	background-image: url(../images-global/nav/IconsActive.png);
	color: #f8f8f8;
	text-shadow: #444 0 1px 0;
}

/* @group Auto-clearing */

#navigation:after, #navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#navigation, #navigation ul { display: inline-block }

/* Hides from IE-mac \*/
* html #navigation, * html #navigation ul { height: 1% }
#navigation, #navigation ul { display: block }
/* End hide from IE-mac */
	
/* @end */

/* @group Sections */

#navigation li#nav-home a {
	background: url(../images-global/nav/Name.png) no-repeat 0 50%;
	width: 13px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	text-indent: -1000em;
	margin-right: 15px;
	margin-left: -28px;
}

#navigation li#nav-apps a {
	background-position: 50% 0;
}

#navigation li#nav-blog a {
	background-position: 50% -500px;
}

#navigation li#nav-goodies a {
	background-position: 50% -1000px;
}

#navigation li#nav-about a {
	background-position: 50% -1500px;
}

#navigation li#nav-support a {
	background-position: 50% -2000px;
}

#navigation li#nav-home a:hover {
	background-position: -20px 50%;
}

li#nav-apps a:hover {
	text-shadow: #edc36e 0 0px 15px;
}

li#nav-blog a:hover {
	text-shadow: #6eb0fa 0 0px 15px;
}

li#nav-goodies a:hover {
	text-shadow: #7ec837 0 0px 15px;
}

li#nav-about a:hover {
	text-shadow: #fdc264 0 0px 15px;
}

li#nav-support a:hover {
	text-shadow: #f9a7ac 0 0px 15px;
}

/* @end */

/* @end */

/* @group Auto-clearing */
	
/* @end */

/* @group Sections */

body.goodies #page, body.about #page, body.support #page, body.error404 #page, body.error403 #page {
	margin-top: 40px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-top: 64px;
}

body.goodies #page {
	background-image: url(../images-global/clouds/Goodies.png);
}

body.about #page {
	background-image: url(../images-global/clouds/About.png);
}

body.support #page {
	background-image: url(../images-global/clouds/Support.png);
}

body.error404 #page {
	background-image: url(../images-global/clouds/Error404.png);
}

body.error403 #page {
	background-image: url(../images-global/clouds/Error403.png);
}

body.goodies h1, body.about h1, body.support h1, body.error404 h1, body.error403 h1 {
	display: block;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 1;
	margin: 0 0 12px;
}

body.goodies h1 {
	margin-right: 350px;
}

body.about h1 {
	margin-right: 310px;
}

body.support h1 {
	margin-right: 350px;
}

/* @end */

/* @group Info Box */

.infobox {
	background-color: #e3e3e3;
	display: block;
	padding: 10px 15px 1px;
	margin-bottom: 20px;
	color: #727272;
	margin-top: 5px;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
	-webkit-border-radius: 7px;
	clear: both;
}

.infobox.width33 {
	width: 33%;
}

.infobox.width25 {
	width: 25%;
}

.infobox.left {
	float: left;
	margin-right: 30px;
}

.infobox.right {
	float: right;
	margin-left: 30px;
}

.infobox h2 {
	color: #fff;
	text-transform: lowercase;
	font: italic bold 1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #7d7d7d 0 1px 0;
	margin: 0 0 10px;
}

.infobox.caseunchanged h2 {
	text-transform: none;
}

.infobox p, .infobox ul {
	margin: 0 0 10px;
	text-align: left;
}

.infobox p.centered {
	text-align: center;
}

.infobox a {
	color: #555;
}

/* @group Columns */

.infobox.threecolumns {
	margin-bottom: 50px;
	margin-top: 50px;
}

.infobox.threecolumns .column {
	display: block;
	width: 30%;
	background-colorr: #e6ff4f;
	float: left;
	margin-left: 5%;
}

.infobox .column.first {
	margin-left: 0;
}

/* @end */



/* @end */

/* @group Support Page */

.question {
	color: #d5d5d5;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	margin-right: 11px;
	display: block;
	float: left;
	margin-top: -2px;
}



/* @end */

.w900 #navigation ul, .w900 #page, .w900 .pagefragment {
	width: 855px;
}

.banner {
	height: 138px;
	margin-bottom: 0;
	position: relative;
	background: url(../i/bg_claim.jpg) repeat-x 0;
}

.gruendungsanlass {
	color: #0076b4;
}

#container {
    /* This is a Blueprint Container. Spans 32 columns. */
    width:1080px;
    margin: 68px auto 0;
    
    /* min-height is 59 rows */
    min-height:460px;
	padding-top: 0;
}
#header {
    /* Spans 32 columns. */
    float:left;
    width:1080px;
    margin-right:0;
    
    /* min-height is 18 rows */
    min-height:324px;
}

#content {
    /* Spans 32 columns. */
    float:left;
    width:1080px;
    margin-right:0;
    
    /* min-height is 38 rows */
    min-height:460px;
}
#left {
    /* Spans 6 columns. */
    float:left;
    width:196px;
    margin-right:8px;
    
    /* min-height is 38 rows */
    min-height:460px;
}

#mid {
    /* Spans 14 columns. */
    float:left;
    width:520px;
    margin-right:8px;
    
    /* min-height is 38 rows */
    min-height:460px;
	margin-left: 30px;
}

#mid2 {
    /* Spans 14 columns. */
    float:left;
    width:520px;
    margin-right:8px;
    
    /* min-height is 38 rows */
    min-height:460px;
}

#right {
    /* Spans 12 columns. */
    float:left;
    width:270px;
    margin-right:0;
    
    /* min-height is 38 rows */
    min-height:460px;
	margin-left: 40px;
}

#right2 {
    /* Spans 12 columns. */
    float:left;
    margin-right:0;
    
    /* min-height is 38 rows */
    min-height:460px;
	margin-left: 40px;
}

#footer {
    /* Spans 32 columns. */
    float:left;
    /* width:1080px;*/
    margin-right:0;
    
    /* min-height is 3 rows */
    min-height:54px;
    
    font-size: 11px;
	padding-left: 236px;
	margin-top: 80px;
}

.gallery {
	margin: 15px 0 18px;
	width: 720px;
	line-height: 15px;
	clear: both;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	width: 150px;
	margin-right: 5px;
}
.gallery-columns-2 .gallery-item {
width: 100%;
}
.gallery-columns-2 img  {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.gallery-columns-2 .gallery-caption{
	float: left;
	width: 350px;
	text-align: left;
}



.gallery.columns-3 .gallery-item,
#content .gallery.columns_3 .gallery-item
{
	width: 340px;
}
.gallery-columns-4 .gallery-item {
	width: 150px;
}
.gallery img {

}

.gallery a {
	border-style: none;
}

.gallery-icon {
	margin: 0;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}

.gallery .gallery-caption {
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0 0 15px;
}
.gallery img {
	border-style: none;
}
.gallery br+br {
	display: none;
}

.xtra {
    width: 750px;
    margin-right: 8px;
	margin-left: 30px;
	margin-bottom: 60px;
	float: left;
}
.responsive {
	width: 100%;
}