﻿/*
		r12 css, Version 3.02
*/



/*_______________________________________________________________________________*/
/* 1. BASICS  */
/*-------------------------------------------------------------------------------*/


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, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


html { background: #C5C8C8;}

body {
	line-height: 1;
	color: #4B4B4B;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: small;
    background: #fff url(/img/buttons/bg_top.gif) repeat-x;
}

body.home {
    background: #fff url(/img/buttons/bg_home.gif) repeat-x;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}




/* 1.1 LAYOUTS  */
/*-------------------------------------------------------------------------------*/



#seite {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	
}

#header {
	height: 160px;
	padding: 0 0 0.8em 0;
}

.home #header {
	height: 415px;
}


#navigation {
	margin: 98px 0 0 0;
	float: right;
	max-width: 800px;
}

.home #navigation {
	margin: 104px 0 32px 0;
}


#inhalt {
	float: left;
	width: 700px;
}

.home #inhalt {
	width: 940px;
	margin: 35px 0 0 0;	
}

#subnavi-spalte {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	height: 15em;
    background: #C5C8C8 url(/img/buttons/bg_footer.gif) repeat-x;
    border-top: 3em solid #ffffff;
}


/*_______________________________________________________________________________*/
/* 2. STYLES */
/*-------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	color: #EF6D00;
	font-family: "Lucida Grande", Arial, sans-serif;

}

h1 {
	font-size: 200%;
	line-height: 2.2em;
}

h2 {
	font-size: 130%;
/*	line-height: 1.6em;	*/
	line-height: 1.2em;

	padding: 0 0 0.3em 0;
}

h3 {
	font-size: 100%;
	line-height: 1.3em;	
}


a {color: #21C4BC; text-decoration: none;}
a:visited {color:#21C4BC;}
a:hover {color: #21C4BC; text-decoration: underline;}
a:active { color:#21C4BC;}



#footer a {color: #21C4BC; text-decoration: underline;}

#gutentag h1 {
	font-size: 220%;
	color: #fff;
	padding: 160px 0 0 0;
}

#blume {
	float: right;
}

#inhalt p {
	padding: 0 0 1em 0;
	line-height: 1.25em;
}

#inhalt h2 a, #inhalt h3 a, #inhalt h4 a {
	color: #EF6D00;
}

/*
h3 a {
	color: #000 !important;
}
*/

.home h2 {
	font-size: 140%;
	margin: 0 0 0.6em 0;	
}

.home h3 {
	color: #000000;
	margin: 0;	
}

#inhalt ul {
	list-style: square;
	padding: 0 0 0 1.7em;
	margin:0.2em 0 1.4em 0;
}

#inhalt li {
	line-height: 1.25em;
}

#inhalt.biglist li {
	margin:0 0 0.8em 0;
}

.logo {
	padding: 85px 0 0 0;
	float: left;
}

.home .logo {
	padding: 94px 0 0 0;
}

.weiterlesen {
	display: block;
	width: 5em;
	white-space: nowrap;
}

.clearer {
	clear: both;
}

.schmal {
	width: 400px;
}

a.skip { position: absolute; left: -1000em; border: 3px solid;}


#todo {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 200px;
	color: #000;
	padding: 8px;
	background: #FCF1ED;
	border: 2px solid #D6240D;
	border-top: 12px solid #D6240D;
	
	
}

#todo h1 {
	font-size: 120%;
	color: #D6240D;
	font-weight: bold;
	line-height: 110%;
	padding:0 0 4px 0;
	margin:0 !important;
}



ol {
	list-style-type: decimal;
	padding: 0 0 0 1.7em;
	margin:0.2em 0 1.4em 0;
}

ol li {
	line-height: 1.25em;
}

ol.intro li{
	color: #000;
}


/* Tabelle */

table.preise {
	width: 100%;
    margin: 1em 0 2em 0;
}

table.preise th {
	border-bottom: 1px solid;

	padding: 4px 0px;
	font-weight: bold;
	color: #000;
	
}

table.preise td {
	border-bottom: 1px solid #ccc;
	padding:  8px 0;
	line-height: 120%;
	vertical-align: top;
}


table.preise tfoot td {
	background: #ECF6DF;
	padding:  0 8px ;
}

table.preise tfoot tr.gesamt td {
	background: #8BDC26;
	padding: 8px;
	font-weight: bold;
	color: #000;
	border-bottom: 4px solid #000;
}

td.preis, th.preis {
	text-align: right;
}



/* 2.1 NAVIGATION */
/*-------------------------------------------------------------------------------*/

#navigation ul li {
	float:left;
/*	padding: 0.4em 0.5em;*/

	padding: 4px 0.5em;
}

#navigation ul li a {
	color: #000000;
	padding: 0.4em 0.6em;
}

#navigation ul li a:hover {
	background: #ffffff;
 	text-decoration: none;
}

#navigation .aktiv {
	background: #ffffff;
 	text-decoration: none;
 	color: #21C4BC;
}

#subnavigation  {
	padding: 2.5em 0 0 0;
}

#subnavigation ul {
	width: 200px;	
}

#subnavigation ul li {
	padding: 2px 0 0 0;
}

#subnavigation ul li a {
	background: #E5F0D6;
	color: #333333;
	padding: 10px;
	display: block;
	width: 180px;
}

#subnavigation ul li a:hover {
	background: #F3F8EC;
 	text-decoration: none;
 	color: #000000;
}

#subnavigation .aktiv {
	background: #F3F8EC;
 	text-decoration: none;
 	color: #21C4BC;
}

#subnavigation .aktiv:hover {
	background: #ffffff;
 	text-decoration: none;
 	color: #21C4BC;
}

#subnavigation .bereich{
	color: #21C4BC;
	padding: 0 0 0 1.4em;
	background: #ffffff url(/img/buttons/subnav_pfeil.gif) no-repeat 0.2em;
	margin: 0 0 0.8em 0;

}


/* 2.2 INHALTS OBJEKTE */
/*-------------------------------------------------------------------------------*/

#gutentag {
	clear: both;
	height: 243px;
	margin: 0 0 0 0;
	border: 0px solid;
	
}


.home #flashcontent {
	margin: 0 0 0 0;
	border: 0px solid #D0D2D1;
	width: 175px;
	padding: 0px;
	float: right;
}


.linke-spalte {
	float: left;
	width: 330px;
	margin: 0 40px 0 0;
}


.home .linke-spalte {
	float: left;
	width: 330px;
	margin: 0 40px 0 0;
}


/* ohne Login
.home .linke-spalte {
	float: left;
	width: 430px;
	margin: 0 40px 0 0;
}

*/
.rechte-spalte {
	float: right;
	width: 330px;
}


.linke-spalte-breit {
	float: left;
	width: 430px;
	margin: 0 40px 0 0;
}

.rechte-spalte-schmal {
	float: right;
	width: 230px;
}


.home .rechte-spalte {
	float: left;
	margin: 0 40px 0 0;	
}



.web2proof-home-teaser{
	background: transparent url(/img/buttons/web2proof_home.gif) no-repeat top right;
	padding: 0 70px 0 0px;
	margin: 0 0 0 0px;
}


#sommeraktion {
	color: #000;
	background: #E5EFF6;
	padding: 10px;
	margin: 0 0 1em 0;

}


#sommeraktion p {
	padding-bottom: 6px !Important;
}

#sommeraktion h3 {
	font-weight: bold;
}



.sommerpreis {
	color: #EF6D00;
	font-size: 120%;
	font-weight: bold;
}

img.sommeraktion-button, img.preis-button {
	float: right;
}


/* mit Login
.home .rechte-spalte {
	float: right;
	width: 430px;	
	margin: 0 0 0 0;

}
*/


.ganzrechte-spalte {
	float: right;
	width: 200px;
}


/* Login weg

.ganzrechte-spalte {
	display: none;
}
*/


#teaser {
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.4em !important;
	font-family: "Lucida Grande", Arial, sans-serif;
	
	padding: 1em 10em 1.8em 1em !important;
	background: #F69600 url(/img/buttons/bg_teaser_prepress.gif) no-repeat bottom left;
	margin: 0 0 1.4em 0;
}

.prepressdesign#teaser {
	background: #F69600 url(/img/buttons/bg_teaser_prepressdesign.gif) no-repeat bottom left;
}

.printsolutions#teaser {
	background: #F69600 url(/img/buttons/bg_teaser_printsolutions.gif) no-repeat bottom left;
}

.dataservices#teaser {
	background: #F69600 url(/img/buttons/bg_teaser_dataservices.gif) no-repeat bottom left;
}

.ueberuns#teaser {
	background: #F69600 url(/img/buttons/bg_teaser_ueberuns.gif) no-repeat bottom left;
}

.web2proof#teaser  {
	background: #F69600 url(/img/buttons/bg_teaser_web2proof.gif) no-repeat bottom right !important;
	height: 6.5em;
}


.teaser-fehler {
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	padding: 1em 5em 1.8em 1em !important;
	background: #EF4524 url(/img/buttons/bg_teaser_fehler.gif) no-repeat bottom right;
	margin: 0 0 1.4em 0;
}


#footer-block {
	line-height: 1.6em;
	color: #000000;
	width: 940px;
	margin: 0 auto;
	padding: 2.6em 0 0 0;
}

#footer-block h3 {
	color: #000000;
	font-weight: bold;
}

#footer-block a {
	color: #000000;	
}

ul#footer-news {
	float: left;
	color: #000000;
	width: 330px;
	margin: 0 40px 0 0;
}

#footer-news li{
	border-bottom: 1px solid #ffffff;
	padding: 0.2em 0;
}

#footer-news li.header{
	font-weight: bold;
	padding: 0 0 0.5em 0;

}

#footer-news li.allenews {
	padding: 0 0 0.5em 0;
	border-bottom: 0px solid #ffffff;
}

#footer-news a {text-decoration: none;}
#footer-news a:hover {text-decoration: underline;}


#footer-block.adresse {
	color: #000000;
}


/********** Mitarbeiter ***********/
.mitarbeiter-portrait {
	background: #ECECEC;
	padding: 4px;
	margin: 0 0 1em 0;
}

.mitarbeiter-portrait img {
    border: 2px solid #ffffff;
}

.mitarbeiter-portrait ul {
	list-style: none !important;
	padding:0.4em !important;
	margin:0 !important;
}

.mitarbeiter-portrait li {
	padding: 0.2em 0 !important;
	margin:0;
}

.mitarbeiter-portrait a {
	color: #4B4B4B;
}


.mitarbeiter-portrait li.vcf {
	padding: 0.8em 0 !important;
	font-weight: bold;
}

.mitarbeiter-portrait li.vcf a { color: #21C4BC;}
.mitarbeiter-portrait li.vcf a:hover { color: #21C4BC; text-decoration: none;}

.vcf img {
    border: 0px;
    vertical-align: middle;

}


.mitarbeiter-thumb {
	margin: 0 0 0.9em 0px;
}


.mitarbeiter-thumb dl {
	float: left;
	display: block; 
	width: 8em;
	height: 9em;
	margin: 0 6px 0 0;
	
}

.mitarbeiter-thumb dt {
	width: 94px;
}

.mitarbeiter-thumb dd {
	width: 100px;
	
	padding: 4px 0 0 6px;
	
}



a.thumb, a.thickbox {
	padding: 4px;
	margin: 0 0 0.3em 0;
	background-color: #ECECEC;
	display: block;
}

.screencast a.thickbox{
	padding: 0px;
	margin: 0 0 0.3em 0;
	background-color: #fff;
	display: block;
}

.screencast a.thickbox:hover{
	background-color: #fff;
}


.thumb img, .thickbox img {border: 3px solid #fff;}

a.thumb:hover, a.thickbox:hover {
	background-color: #D0D2D1;
}

.bilder-galerie p {
	float: left;
	padding: 4px;
	margin: 0 1.8em 0.4em 0;	
	width: 134px;
}

.bilder-galerie p.download-bild {
	height: 14em;
	font-size: 90%;
}

.rechte-spalte a.thickbox {
	margin: 0 0 1.5em 0;
}



.abteilung {
	clear: both;
	margin: 0 0 0.8em 0;
	padding: 1em 0 0.1em 0;
/*	border-bottom: 2px solid #D0D2D1;*/
	color: #000;
	width: 600px;
}


#flashcontent {
	margin: 0 0 1em 0;
	border: 2px solid #D0D2D1;
	width: 600px;
	padding: 2px;
}




/**********************************/
/************* Beispiel *************/

#beispiel dl {
	float: left;
	width: 325px;
	margin-bottom: 1.5em;
	display: inline;
	

	
}


#beispiel dt{
	float: left;
	padding:0;
	margin: 0 0 0.2em 0;
	display: block;
}


#beispiel dd {
	margin: 0 0 0 100px;
	padding: 0 !important;
	line-height: 1.25em;
}



#beispiel dt img {
	border: 3px solid #fff;
}



#beispiel dt a {
	padding: 4px;
	margin: 0 0 0.3em 0;
	background-color: #ECECEC;
	display: block;
}


#beispiel dt a:hover {
	background-color: #D0D2D1;
}


/* Nru */


#beispiel-mini dl {
	float: left;
	width: 100px;
	height: 120px;
	margin: 0.5em 0;
	display: inline; 
	
}


#beispiel-mini dt{
	float: left;
	padding:0;
	margin: 0 0 0.2em 0;
	display: block;
}


#beispiel-mini dd {
	margin: 0 0 0 0px;
	padding: 0 !important;
	line-height: 1.15em;
	font-size: 85%;
}

#beispiel-mini dd a {
	color: #666;
	display: block;
	clear: left;
}



#beispiel-mini dt img {
	border: 3px solid #fff;
}



#beispiel-mini dt a {
	padding: 3px;
	margin: 0 0 0.3em 0;
	background-color: #ECECEC;
	display: block;
}


#beispiel-mini dt a:hover {
	background-color: #D0D2D1;
}



/********** Projekte Slider ***********/

/* This section skins the content */

ul#image_container {
	position: relative;
	height: 480px;
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	background-color: white;
	list-style-type: none;
}

ul#image_container li {
	position: absolute;
	left: 0px;
	top: 0px;
}

#widget{
	text-align: center;
	width: 600px;
	margin: 0 0 2em 0;
}

#regler {
	width: 400px;
	margin: 0 auto;
}


#regler .txt1, #regler .txt2{
	font-size: 90%;

}


#regler .txt1{
	float: left;
	padding: 0.5em 0 0 35px;
}

#regler .txt2{
	float: right;
	padding: 0.5em 0px 0 0px;
}

.ui-slider {
	width: 212px;
	height: 23px;
	margin: 0px auto;
	position: relative;
	background: url(/img/buttons/slider/slider-bg-1.png) no-repeat center center;
}
.ui-slider-handle {
	position: absolute;
	z-index: 1;
	height: 23px;
	width: 12px;
	top: 0px;
	left: 0px;
	background-image: url(/img/buttons/slider/slider-handle.gif);
}
.ui-slider-handle-active {
	border: 0px;
}
.ui-slider-disabled .ui-slider-handle {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-slider-range {
	position: absolute;
	background: #50A029;
	opacity: 0.3;
	filter: alpha(opacity=30);
	width: 100%;
	height: 100%;
}

/* Default slider backgrounds */
.ui-slider {
}



/********* Flash Beispiele popups*************/


html.popup {
    background: #fff !important;
}


html.popup body {
	padding: 1em;
    background: #fff !important;

}

#popcontent{
		width: 650px;
		margin: 0 auto;
}

#flashWrapper{

}


/********** Zitat ***********/

blockquote {
    background: #FFEDAA url(/img/buttons/bg_zitat.gif) no-repeat left bottom;
    margin: 0 0 1.2em 0;

}

blockquote p {
    padding: 1.2em 3.2em 1.2em 1.2em !important;
    color: #000;
}

cite {
    display: block;
	color: #705900;
	padding: 10px 0 10px 0;
/*	height: 50px;*/
	font-size: 85%;
	font-style: normal;
}

cite img{
	float: left;
    border: 4px solid #ffffff;
    margin: 0 10px 0 0;
}

.zitatname {
	text-transform: uppercase;
	display: block;
	padding: 8px 0 0 0;
	font-size: 105%;

}

.zitatname a, .zitatname a:visited {
	color: #705900;
}





/********** Blog Sachen: Aktuelles & Presse ***********/

.post {
	margin: 0 0 0.5em 0;
}

.post h2 {
	font-size: 200%;
	line-height: 1.2em;
	margin: 0 0 1.0em 0;
}

.post h3 {
	font-size: 120%;
	margin: 0 0 0.2em 0;
}

.post small {
	display: block;
	margin: 0 0 0.7em 0;
}

h3#respond{
	margin: 1em 0 0.5em 0;	
}


h3#comments{
	margin: 1em 0 1em 0;	
}

ul.archiv li {
	border-bottom: 1px solid #c5c9c8;
	padding: 2px 0;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	list-style: none;

}

.commentlist li {
	margin: 0 0 1.1em 0;
	background: #F2B31E url(/img/buttons/bg_blog.gif) repeat-x bottom left;
	padding: 0.8em 0.8em 1.2em 0.8em !important;
	color: #333;
	
}

.commentmetadata a, .commentmetadata a:visited {
	color: #666;
	text-decoration: underline;
}
/*
hr {

	background-color:#fff !important;
	color:#fff !important; 
	border: #fff !important; 
	height: 1px !important; 
	margin: 0.3em 0 0.5em 0 !important;
	display: block;

		text-align: left;
}
*/
.commentlist li cite {
	margin: 0;
	padding: 0;
	display: inline;

}

.commentlist p {
}


#sidebar {
	border: 0px solid;
	padding: 4em 0 0 0;
	width: 210px;	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
#content.linke-spalte-breit .entry img{
	padding: 4px;
	margin: 0.3em 0 0.3em 0;
	background-color: #ECECEC;
}
*/

strong {
	font-weight: bold;
}


ul.sidenews li{
	margin: 0 0 0.5em 0;
}

.entry img {
	margin: 0.5em 0 1em 0;
}

/*_______________________________________________________________________________*/
/* 3. FORMULARE */
/*-------------------------------------------------------------------------------*/


form {
	padding:0;
	margin:0;
}


fieldset {
	margin: 0;
	padding: 5px 0;
}

fieldset.reihe {
	margin: 0;
	padding: 5px 0;	
	display: inline-block;
}



label {
	display: block;
	width: 200px;
	float:left;
	margin: 0 10px 1em 0;
	color: #000;
}



label.passwort, label.benutzername {
	display: block;
	width: 300px;
	float:none;
	margin: 0 10px 1em 0;
	color: #000;
}




/* 3.1 ANFRAGE FORMULARE */
/*-------------------------------------------------------------------------------*/


small {
	font-size: 80%;
	line-height: 110%;
	color: #666;
}

legend {
	padding: 0 0 0.6em 0;
	color: #EF6D00;
	font-size: 140%;
	
}

input, textarea {
	display: block;
	width: 180px;
	background:#EBEEEC;
	border: 1px solid #C6C9C8;
	padding: 4px;
	margin: 3px 0;
}

input.passwort-feld, input.benutzername-feld {
	display: block;
	width: 300px;
	background:#EBEEEC;
	border: 1px solid #C6C9C8;
	padding: 4px;
	margin: 3px 0;
	
}

input:focus, textarea:focus, #commentform input:focus, #commentform textarea:focus {
	background:#FFEDA9;
	border: 1px solid #F6D968;
}

input.absenden {
	background:none;
	border: 0px;
	width: auto;
	margin: 0;
	padding:0;
}

textarea {
	width: 340px;
	font-size: 1em;
	padding: 2px;
	font-family: "Lucida Grande", Arial, sans-serif;
	
}

label.anmerkung  {
	width: 320px;
	
}

input.blind{
	display: none !important;
}

form#login {
	margin: 0 0 1.2em 0;		
}

form#login label {
	width: auto;
	margin: 0 0 0.6em 0;	
	
}


/* Event Anmeldung*/
form#anmeldung-event label {
	float:none;
}

form#anmeldung-event input {
	width:340px;
}

form#anmeldung-event input.absenden {
	width:auto !important;
}


/* 3.2 BLOG FORMULARE */


#commentform label {
	width: 400px;
	float:left;
	margin: 0 0px 1em 0;
	color: #000;
}


#commentform input {
	display: inline;
	width: 180px;
	background:#EBEEEC;
	border: 1px solid #C6C9C8;
	padding: 4px;
	margin: 3px 10px 0 0;
}


input#submit {
	background:none;
	border: 0px;
	width: auto;
	margin: 0;
	padding:0;
}

.wegdas {
	display:none !important;
}

hr {
	background-color:#999;
	color:#999;
	border: #999;
	height: 2px;
	margin: 0 0 1em 0;

}

/* 3.3 NEWSLETTER FORMULAR */
/*-------------------------------------------------------------------------------*/
label.anrede {
width:380px;
}
label.email_breit input{
width:390px;
}
select#Anrede{
	width:190px;
	height:26px;
	background:#EBEEEC;
	border: 1px solid #C6C9C8;
	margin: 3px 0;
	padding:3px;
}
select#Anrede option{
	padding: 4px;
}
input.nl_radio{
	display:inline;
	margin:0 0 0 10px;
	width:20px;
	height:15px;
	background:none;
	border:0px;
}
#sendBtn{
	margin:10px 0 0 0;
}

