@charset "utf-8";
/* CSS Document */



/* Layout Global
----------------------------------------------------------------------------------------------------*/
html {
	height:100%;
}

body {
	background:url(../img/body_bg.gif) repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
}

div#wrapper {
		/*background:url(../img/grid.gif) repeat-y top center ;*/
		min-height: 100%;
        height: auto !important;
        height: 100%;
		position:relative;
}

div#content {
		background:url(../img/pattern_bg.jpg) repeat-x 0 0;
		padding-bottom:250px;
}

.grid_1 {width: 40px;}
.grid_2 {width: 100px;}
.grid_3 {width: 160px;}
.grid_4 {width: 220px;}
.grid_5 {width: 280px;}
.grid_6 {width: 340px;}
.grid_7 {width: 400px;}
.grid_8 {width: 460px;}
.grid_9 {width: 520px;}
.grid_10 {width: 580px;}
.grid_11 {width: 640px;}
.grid_12 {width: 700px;}
.grid_13 {width: 760px;}
.grid_14 {width: 820px;}
.grid_15 {width: 880px;}
.grid_16 {width: 940px;}
.column {margin: 0 10px 0 10px;
         overflow: hidden;
         float: left;
         display: inline;
}

.row {width: 960px;
         margin: 0 auto;
         overflow: hidden;
}

.row .row {margin: 0 -10px 0 -10px;
         width: auto;
         display: inline-block;
}
		 
.push_1 {
	margin-left: 70px;
}

.push_2 {
	margin-left: 130px;
}

.push_3 {
	margin-left: 190px;
}

.push_5 {
	margin-left: 310px;
}

.push_6 {
	margin-left: 370px;
}

.push_7 {
	margin-left: 430px;
}

.push_9 {
	margin-left: 550px;
}

.push_10 {
	margin-left: 610px;
}

.push_11 {
	margin-left: 670px;
}

.push_13 {
	margin-left: 790px;
}

.push_14 {
	margin-left: 850px;
}

.push_15 {
	margin-left: 910px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* typo
----------------------------------------------------------------------------------------------------*/
.headlinebox {
	margin-bottom:8px;
	position: relative;
	display:block;
}

* html .headlinebox {
	margin-top:-2px;
	margin-bottom:-2px;
	
}

h1 {
	font-size:36px;
	font-weight:normal;
	color: #cee0dd;
	text-transform:uppercase;
	padding:0;
	line-height:40px;
}

h2 {
	font-size:21px;
	font-weight:normal;
	color: #cee0dd;
	text-transform:uppercase;
	padding:0;
	line-height:22px;
	margin: 0 0 14px;
}

#teaser h2 {
	color: #effaf4;
}

h3 {
	font-size:17px;
	color: #cee0dd;
	text-transform:uppercase;
	padding:0;
	line-height:18px;
}

h4 {
	font-size:28px;
	font-weight:normal;
	color: #effaf4;
	height:24px;
	display: block;
}

h5 {
	font-size:16px;
	font-weight:normal;
	color: #effaf4;
	height: 16px;
	display: block;
}

h6 {
	font-size:18px;
	font-weight:normal;
	color: #effaf4;
	display: block;
	text-transform:uppercase;
	font-style:normal;
	margin: 0 0 8px;
}

.shadow1{
	color:#fff;
	position: absolute;
	top: 0.06em;
	margin-left: 0.06em;
}

.shadow2{
	color:#262626;
	position: absolute;
	top: 0.06em;
	margin-left: 0.06em;
}

p {
	font-size:1em;
	line-height:1.5em;
}

/* HEADER 
----------------------------------------------------------------------------------------------------*/
.language {
	height:110px;
	background:url(../img/language_bg.png) no-repeat 0 0;
	padding: 15px 0 0;
}

a.deu, a.deu:visited, a.deu:link {
	background:url(../img/language_de.gif) no-repeat 0 0;
	display:block;
	overflow:hidden;
	width:23px;
	height:20px;
	text-indent:-999px;
	margin: 0 6px 0 0;
	float:left;
}

a.deu:hover, a.deu:focus {
	background:url(../img/language_de.gif) no-repeat 0 -20px;
}

a.deu_selected, a.deu_selected:visited, a.deu_selected:link, a.deu_selected:hover, a.deu_selected:focus {
	background:url(../img/language_de.gif) no-repeat 0 -20px;
	display:block;
	overflow:hidden;
	width:23px;
	height:20px;
	text-indent:-999px;
	margin: 0 6px 0 0;
	float:left;
}

a.eng, a.eng:visited, a.eng:link {
	background:url(../img/language_en.gif) no-repeat 0 0;
	display:block;
	overflow:hidden;
	width:23px;
	height:20px;
	text-indent:-999px;
}

a.eng:hover, a.eng:focus {
	background:url(../img/language_en.gif) no-repeat 0 -20px;
}

div.marke {
	height:110px;
	background:url(../img/marke_w.png) no-repeat 0 0;
	display:block;
	float: right;
}

/* CONTENT 
----------------------------------------------------------------------------------------------------*/
div.left {
	width: 300px;
	float: left;
    display: inline;
}

div.logo {
	height:100px;
	background:url(../img/logo.png) no-repeat 0 0;
	margin-bottom:65px;
}

div.right {
	width: 660px;
	float: left;
    display: inline;
}

/* MENU 
----------------------------------------------------------------------------------------------------*/
ul.mainmenu {
	position:relative;
	width:640px;
	height:65px;
	margin: 16px 0 64px;
	padding:2px 0px 0px 2px;
	display:block;
	/*background: url(../img/menubg.png) no-repeat;
	*/
}

ul.mainmenu li {
	list-style-type:none;
	margin: 0 20px 0 0;
	float:left;
	display:inline;
}

a.index, a.index:visited, a.index:link {
	background:url(../img/button_home.gif) no-repeat 0 0;
	display:block;
	width:53px;
	text-indent:-999px;
	overflow:hidden;
	height:26px;
}

a.index:hover, a.index:focus {
	background:url(../img/button_home.gif) no-repeat 0 -26px;
}

a.kreativ, a.kreativ:visited, a.kreativ:link {
	background:url(../img/button_kreativ.gif) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:71px;
	height:26px;
}

a.kreativ:hover, a.kreativ:focus {
	background:url(../img/button_kreativ.gif) no-repeat 0 -26px;
}

a.persoenlich, a.persoenlich:visited, a.persoenlich:link {
	background:url(../img/button_persoenlich.gif) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:101px;
	height:26px;
}

a.persoenlich:hover, a.persoenlich:focus {
	background:url(../img/button_persoenlich.gif) no-repeat 0 -26px;
}

a.flexibel, a.flexibel:visited, a.flexibel:link {
	background:url(../img/button_flexibel.gif) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:77px;
	height:26px;
}

a.flexibel:hover, a.flexibel:focus {
	background:url(../img/button_flexibel.gif) no-repeat 0 -26px;
}

a.kommunikativ, a.kommunikativ:visited, a.kommunikativ:link {
	background:url(../img/button_kommunikativ.gif) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:120px;
	height:26px;
}

a.kommunikativ:hover, a.kommunikativ:focus {
	background:url(../img/button_kommunikativ.gif) no-repeat 0 -26px;
}

.index_selected, .index_selected:visited, .index_selected:link, .index_selected:hover, .index_selected:focus {
	background:url(../img/button_home.gif) no-repeat 0 -26px;
	display:block;
	width:53px;
	text-indent:-999px;
	overflow:hidden;
	height:26px;
}

.flexibel_selected, .flexibel_selected:visited, .flexibel_selected:link, .flexibel_selected:hover, .flexibel_selected:focus {
	background:url(../img/button_flexibel.gif) no-repeat 0 -26px;
	display:block;
	width:53px;
	text-indent:-999px;
	overflow:hidden;
	width: 77px;
	height:26px;
}


.kreativ_selected {
	background:url(../img/button_kreativ_selected.png) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:71px;
	height:39px;
}

.persoenlich_selected {
	background:url(../img/button_persoenlich_selected.png) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:100px;
	height:39px;
}

.kommunikativ_selected {
	background:url(../img/button_kommunikativ_selected.png) no-repeat 0 0;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:120px;
	height:39px;
}

ul.submenu {
		position: absolute;
		background:url(../img/submenu_bg.png) no-repeat 0 0;
		height:26px;
		margin:0;
		padding:4px 0 0 10px;
		left:0;
		width:640px;
}

ul.submenu li {
	list-style-type:none;
	width: auto;
	height:18px;
	float: left;
	padding: 0 10px 0 0;
	font-size:12px;
	color: #effaf4;
	margin: 0;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

ul.submenu li a, ul.submenu li a:hover, ul.submenu li a:visited, ul.submenu li a:link, ul.submenu li a:focus {
	color: #effaf4;
	text-decoration:none;
	
}

ul.submenu li a:hover {
	text-decoration:underline;
}

ul.submenu li a.selected {
	text-decoration:underline;
}

/* TEASER
----------------------------------------------------------------------------------------------------*/
div#teaser {
	background:url(../img/teaser_bg.gif) no-repeat 0 0;
	width:660px;
	height:346px;
	display:block;
	float:left;
	margin:5px 0 40px;
	position:relative;
}

div#teaser p, div#teaser_persoenlich p{
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 0 0.5em;
	color: #effaf4;
}

div#teaser a, div#teaser a:hover, div#teaser a:visited, div#teaser a:link, div#teaser a:focus,
div#teaser_persoenlich a, div#teaser_persoenlich a:hover, div#teaser_persoenlich a:visited, div#teaser_persoenlich a:link, div#teaser_persoenlich a:focus{
	color:#7db419;
	font-weight:bold;
}

div#teaser_persoenlich {
	background:url(../img/teaser_persoenlich_bg.gif) no-repeat 0 0;
	width:660px;
	height:346px;
	display:block;
	float:left;
	margin:5px 0 40px;
	position:relative;
}

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 46px 10px 0;
			position: relative;
			width: 640px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 540px; height: 290px; overflow: hidden}
		.csw .loading {width: 540px; height: 290px;text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border:0; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 540px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 290px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 290px;
			position: relative;
			width: 540px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 130px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 30px;
			width: 40px;
			overflow:hidden;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background:url(../img/coda-nav-left.gif) no-repeat 0 0;
		}
		
		.stripNavR {
			background:url(../img/coda-nav-right.gif) no-repeat 0 0;
		}
	


.spacer {
	height:235px;
	display: block;
	background: url(../img/spacer.gif) no-repeat 100% 100%;
}


.newsletter {
	width: 280px;
	height: 31px;
	display: block;
	margin: 15px 0 0;
	background:url(../img/newsletter_entry.gif) no-repeat 0 0;
	padding:0;
}

.newsletter_entry {
	width: 200px;
	border: 0;
	color: #effaf4;
	margin:7px 0 0 40px;
	padding:0;
	display:block;
	float:left;
	background:none;
}

*html .newsletter_entry {
	margin:7px 0 0 20px;
}

.newsletter_send {
	background:url(../img/newsletter_send.gif) no-repeat 0 0;
	text-decoration:none;
	line-height:31px;
	height:31px;
	margin:0;
	border:0;
	font-size:11px;
	width:34px;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	float:right;
}

a.newsletter_send:hover {
	background-position: 0 -31px;
}

.preview{ 
	width: 200px; 
	height: 120px; 
	margin: 0px 10px 20px 10px; 
	float:left; 
	overflow: hidden; 
	position: relative;
	padding:0;
}

*html .preview{
	margin: 0px 10px 20px 5px; 
}

.preview img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.preview p{ 
	padding: 0 10px; 
	color:#effaf4; 
}

.previewtitle {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
				
.previewcaption{ 
	float: left; 
	position: absolute; 
	background: #3f3f3f; 
	height: 120px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .previewcaption {
	top: 120px;
	left: 0;
}

.site_menu {
	border-top: 1px solid #effaf4;
	background: #3c3c3c;
}

.site_menu_tab {
	text-align: right;
	height: 73px;
}

.bigpicture {
	display:block;
}

.detail_content {
	background: transparent url(../img/overlay_bg.png) no-repeat 0 0;
	padding:25px 0px 1px 16px; 
	margin:-55px 0px 0px 160px;
	z-index:10;
	position:relative;
	width:480px; 
	line-height:28px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px; 
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
div#footer {
	width:100%; 
	height:200px; 
	background: url(../img/pattern_footer.gif) repeat-x 0 0;
	position:absolute;
	bottom:0;
	color: #effaf4;
}

div#footer p {
	font-size:1.3em;
}

div#footer a, div#footer a:visited, div#footer a:link {
	color:#effaf4;
	text-decoration:none;
}

div#footer a:hover, div#footer a:hover,
div#footer a:focus, div#footer a:focus {
	text-decoration:underline;
	color: #fff;
}

.followlist {
	margin: 15px 0 0;
}

.followlist a, .followlist a:visited, .followlist a:hover, .followlist a:focus, .followlist a:link {
	text-decoration:none;
}


.sitemap {
	font-size:1.1em;
	line-height:1.7em;
}
.sitemap ul {
	list-style-type:none;
	float:left;
	margin-right:25px;
}
.sitemap ul ul {
	float:none;
	margin:0;
}
.sitemap li strong {
	display:block;
	margin-bottom:.5em;
	text-transform:uppercase;
}

.sitemap li a, .sitemap li a:visited, .sitemap li a:link {
	color: #effaf4;
	text-decoration:none;
}








/* TWEETER
----------------------------------------------------------------------------------------------------*/


.tweet {
  color: #3c3c3c;
  height:250px;
  font-size:12px;
  font-style:italic;
  line-height:18px;
}

.tweet ul {
    margin: 0;
    padding: 0 0.8em;
    list-style-type: none;
}

.tweet ul li {
    margin: 0;
    padding: 0.8em 0 1em 0;
}

.tweet ul li a {
    color: #CEE0DD;
    text-decoration: none;
}

.tweet ul li a:hover {
    text-decoration: underline;
}

/*.tweet .tweet_list {
   list-style-type: none;
   margin: 12px 0 0;
   padding: 0;
}

.tweet .tweet_list li {
   overflow: auto;
   padding:0;
   padding: 12px 0 18px;
}

.tweet_first {
   background:url(../img/tweet_bg.gif) no-repeat left bottom;
}

.tweet .tweet_list li a {
    color: #0e6937;
	text-decoration:none;
}

.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}

.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle;
}*/

/* Kontakt-Formular
----------------------------------------------------------------------------------------------------*/

a.mail:link, a.mail:active, a.mail:link {
	text-decoration: none;
	color: #000;
}

a.mail:hover {
	text-decoration: underline;
	color: #000;
}

.betreff {
	width: 280px;
	height: 31px;
	display: block;
	margin-bottom: 10px;
	background:url(../img/betreff_bg.png) no-repeat 0 0;
	padding:0;
}

.email {
	width: 250px;
	height: 31px;
	display: block;
	background:url(../img/betreff_bg.png) no-repeat 0 0;
	padding:0;
}

.betreff_entry {
	width: 190px;
	border: 0;
	color: #effaf4;
	margin:7px 0px 0px 10px;
	padding:0;
	display:block;
	float:left;
	background:none;
}

.text_entry {
	border: 0;
	color: #effaf4;
	margin:07px 0 0 15px;
	padding:0;
	display:block;
	float:left;
	background: none;
	width: 227px;
	height: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.kontaktformular_send {
	background: url(../img/newsletter_send.gif) no-repeat 0 0;
	text-decoration:none;
	line-height:31px;
	height:31px;
	margin-bottom: 10px;
	border:0;
	font-size:11px;
	width:34px;
	padding:0;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	float:right;
}

a.kontaktformular_send:hover {
	background-position: 0 -31px;
}

a.link:visited, a.link {
	color: #000000;
	text-decoration: underline;
}

a.link:hover {
	text-decoration: none;
}

.formsendbutton {
	background: url(../img/sendenButton.png) no-repeat;
	border: 0px;
	padding: 10px;
	margin-top: 25px;
	color: #3c3c3c;
	font-size:11px;
	width: 72px;
	height: 30px;
	font-weight: bold;
	text-transform:uppercase; 
}

.formclearbutton {
	background: url(../img/sendenButton.png) no-repeat;
	border: 0px;
	padding: 10px;
	margin-top: 25px;
	color: #3c3c3c;
	font-size:11px;
	width: 72px;
	height: 30px;
	font-weight: bold;
	text-transform:uppercase; 
}
.InputAktive {
	font-size: 12px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* clearfix */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.tagcloud {
	text-align: center;
	line-height: 1.5em;
}

.tagcloud a{
	text-decoration: none;
	color: #cee0dd;
}

.tagcloud a.a{
	font-size:10px;
}


.tagcloud a.b{
	font-size:14px;
}


.tagcloud a.c{
	font-size:18px;
}


.tagcloud a.d{
	font-size:22px;
}


.tagcloud a.e{
	font-size:26px;
}
