/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Inhaltsverzeichnis:
| - ==reset             Reset
| - ==elements          Elemente
| - ==content           Inhalt
| - ===intro            Intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==reset */
  
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */

body {
  background-color: #FFF;
  font: 16px/1.25em Verdana, Arial, Sans-Serif;
  text-align: left;
  width: 100%; height: 100%; overflow-y: scroll;
}

iframe {
	border-top: 10px solid #E0D5E6; border-bottom: 10px solid #E0D5E6; 
	width: 1100px; height: 1000px; overflow: hidden;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===intro */
  
.intro {
	margin-bottom: 2.5em;
}

.intro h1 {
	color: #919191;
	font-family: Georgia, Serif;
  font-size: 2.375em; line-height: 1.25em;
  font-weight: normal;
  margin-bottom: .125em;
}

.intro p {
  color: #434343;
  font-size: .6875em; line-height: 1.364em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===image */

.image {
	float: left;
	margin: 0 14px 0 -8px;
}
  
.image .image-wrapper {
  width: 432px; 
}

.image .image-bordered {
	background: url(../images/image.png) no-repeat;
	height: 366px;
}

.image img {
  margin: 18px 0 0 20px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===paragraph */
  
.paragraph h2 {
	color: #919191;
  font-size: 1em; line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
  
.paragraph h2.important {
	color: #919191;
  font-family: Georgia, Serif;
  font-size: 2.375em; line-height: 1.25em;
  font-weight: normal;
  margin-bottom: .5em;
  position: relative; top: -10px;
  text-transform: lowercase;
}

.paragraph p {
  color: #434343;
  font-size: .6875em; line-height: 1.364em;
  margin-bottom: 1em;
}

.paragraph p a {
	background: url(../images/link.png) no-repeat;
	color: #434343;
	font-weight: bold;
	line-height: 1.364em;
	padding: 1px 0 3px 18px;
}

.paragraph ul {
  color: #434343;
  font-size: .6875em; line-height: 1.364em;
  list-style-type: disc;
  margin-bottom: 1em; padding-left: 18px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===hr */
  
.divider {
  clear: both;
}

.divider hr {
  visibility: hidden;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===teaser */
.teaser {
	margin-bottom: 1em; margin-top: 1em;
	overflow: hidden;
}

.teaser .image {
	margin: 0 15px 0 0;
}
	

.teaser .image img {
  margin: 0;
}

.teaser .image-wrapper {
  background: none;
  width: 60px; height: 60px;
}

.teaser .text {
	margin-left: 75px;
}

.teaser h2 {
  font-size: .6875em !important; line-height: 1.364em !important;
  margin-bottom: 0 !Important;
}

.teaser h2 a {
  color: #434343;
  font-weight: bold;
  text-decoration: none;
}

.teaser p {
	color: #636363;
  font-size: .6875em; line-height: 1.364em;
}

.teaser p.more a {
  color: #434343;
  font-weight: bold;
  text-decoration: none;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===columns */
.columns {
  overflow: hidden;
}

.columns h2 {
	color: #919191;
	font-size: 1em; line-height: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
}

.two-columns .left {
  float: left;
  margin-right: 14px;
  width: 424px;
}

.two-columns .right {
  margin-left: 438px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===vcard */
.vcard {
	color: #434343;
	font-size: .6875em; line-height: 1.364em;
  font-weight: bold;
}
  
.vcard .company,
.vcard .contact,
.vcard .name  {
  margin-bottom: 1em;
}

.vcard .name .fn {
  color: #EB6909;
}

.vcard .email a { 
	color: #434343;
  text-decoration: none;
}

.vcard .qrcode div {
  color: #919191;
  margin-top: .75em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===form */
.form h3 {
  color: #434343;
  font-size: .6875em; line-height: 1.364em;
  font-weight: normal;
}

.form legend {
  display: none;
}

.form label {
	color: #434343;
  display: block;
  font-size: .6875em; line-height: 1.364em;
}

.form .field {
	margin-top: 5px;
}

.form .field-half {
  float: left;
  margin-right: 24px;
  width: 195px;
}

.form .field-right .field-half {
	margin-right: 0;
}

.form .field-half input {
	border: 1px solid #E0E0E0;
	color: #434343;
	font-size: .6875em; line-height: 1.364em;
  width: 188px;
}

.form .field-full {
  width: 410px;
}

.form .field-full textarea {
  border: 1px solid #E0E0E0;
  color: #434343;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: .6875em; line-height: 1.364em;
  width: 407px;
}

.form .row {
	overflow: hidden;
}

.form .mandatory-notice {
  color: #919191;
  font-size: .6875em; line-height: 1.364em;
}

.form .buttons {
	overflow: hidden;
}

.form .buttons input {
	background: url(../images/button.png) no-repeat;
	border: none;
  color: #434343;
  display: block; float: right;
  font-size: .6875em; line-height: 1.364em;
  margin-right: 15px;
  width: 98px; height: 19px;
} 

.form div.error {
  margin: 1em 0;
}

.form div.error h3,
.form div.error a {
  color: #900;
}

.form div.error a {
	line-height: 1em;
  text-decoration: none;
}

.form span.error {
  color: #900;
  font-size: .6875em; line-height: 1.364em;
}

.Tx-Formhandler .success {
  color: #090;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===clicktale */
.tx-cyclicktale-pi2 {
	margin-top: 1em;
	position: relative;
}

.tx-cyclicktale-pi2 .select {
	background: url(../images/select.png) no-repeat;
  color: #FFF;
  display: inline-block;
  height: 40px;
  padding-left: 15px;
}

.tx-cyclicktale-pi2 form {
	position: absolute; top: 0; right: 0;
}
  
.tx-cyclicktale-pi2 h2,
 {
  background: url(../images/select.png) no-repeat;
  color: #FFF;
  display: inline-block;
  height: 40px;
  padding-left: 15px;
  position: absolute; top: 0; right: 0;
}

.tx-cyclicktale-pi2 h2 span,
.tx-cyclicktale-pi2 .select-wrapper {
  background: url(../images/select.png) no-repeat right center;
  display: block;
  font-size: .6875em;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
}

.tx-cyclicktale-pi2 label {
	background: url(../images/label.png) no-repeat right center;
  display: block; float: left;
  font-size: .6875em; line-height: 40px;
  margin-right: 15px; padding-right: 15px;
}

.tx-cyclicktale-pi2 select {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 1em;
}

.tx-cyclicktale-pi2 ul {
	margin-bottom: 1em;
}

.tx-cyclicktale-pi2 ul a {
  background: url(../images/link.png) no-repeat;
  color: #434343;
  font-size: .6875em; line-height: 1.364em;
  font-weight: bold;
  padding: 1px 0 3px 18px;
}



/* ==overlay */
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    min-height:200px; 
    border:1px solid #666; 
    
    padding: 20px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
