/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.marketingcase.de
| fasc | 2009-11-04 - 2009-12-04
| 
| Inhaltsverzeichnis:
| - ==reset           Reset
| - ==elments         Elemente
| - ==classes         allg. Klassen
| - ==content         Content Elemente
| - ===intro          Intro
| - ===image          Bild
| - ===paragraph      Absatz
| - ===team           Team
| - ===downloads      Downloads
| - ===dates          Termine
| - ===form           Formulare
| - ===vcard          Kontaktdaten
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==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 */
  
a:hover {
  text-decoration: underline !important;
}

a {
  color: #820059;
  text-decoration: none;
}

li.download {
  background: url(../images/icon_download.gif) no-repeat left center;
  padding: 2px 0 2px 20px;
}

li.download-avi { background: url(../images/icon_download_avi.gif) no-repeat left center; }
li.download-bmp { background: url(../images/icon_download_bmp.gif) no-repeat left center; }
li.download-doc { background: url(../images/icon_download_doc.gif) no-repeat left center; }
li.download-eps { background: url(../images/icon_download_eps.gif) no-repeat left center; }
li.download-jpg { background: url(../images/icon_download_jpg.gif) no-repeat left center; }
li.download-mov { background: url(../images/icon_download_mov.gif) no-repeat left center; }
li.download-mp3 { background: url(../images/icon_download_jpg.gif) no-repeat left center; }
li.download-mpg { background: url(../images/icon_download_mp3.gif) no-repeat left center; }
li.download-pdf { background: url(../images/icon_download_pdf.gif) no-repeat left center; }
li.download-psd { background: url(../images/icon_download_psd.gif) no-repeat left center; }
li.download-tif { background: url(../images/icon_download_tif.gif) no-repeat left center; }
li.download-xls { background: url(../images/icon_download_xls.gif) no-repeat left center; }


body {
   font: 16px/18px Verdana, Arial, Sans-Serif; /* ie.css */
}

em {
  color: #820059;
  font-weight: bold; font-style: normal;
}

h2 {
  color: #820059;
  font-size: .6875em; line-height: 1.25em;
  font-weight: bold;
  margin: 0 0 3px 0;
}

input,
select,
textarea {
  border: 1px solid #3B4B55;
  font-family: Verdana, Arial, Sans-Serif;
}

.button {
  background: #36495B;
  color: #FFF;
  width: auto !important;
}

.err input {
  border: 1px solid #D00;
}

.err label {
  color: #D00;
}

.req {
  color: #d00;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==classes */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix       {*zoom: 1;/*for ie 5.5-7*/}
.hidden         {display: none !important;}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===intro */

.intro {
  margin: 45px 0 10px 0;
}

.intro h1 {
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 586px;
}

.ptype-home .intro h1 {
  height: 561px;
}

.ptype-content .intro h1 {
  height: 315px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===image */
  
.image {
  margin-bottom: 20px;
}

.image-left {
  float: left;
  margin-right: 15px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===paragraph */
  
.paragraph {
  padding: 0 50px 0 5px;
}

.paragraph .conclusion {
  color: #820059;
}

.paragraph p {
  font-size: .6875em; line-height: 1.25em;
  margin: 0 0 20px 0;
}

.paragraph ol,
.paragraph ul {
  list-style-type: disc;
  margin-bottom: 20px; padding-left: 15px;
}

.paragraph ol {
  padding-left: 18px;
}

.paragraph li {
  font-size: .6875em; line-height: 1.25em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===team */
  
.contacts {
  padding: 20px 0 0 15px;
}

.contacts h2 {
  color: #000;
  margin-top: 0; margin-left: 103px;
}

.contacts li {
  clear: both;
  overflow: hidden;
}

.contacts p {
  font-size: .6875em; line-height: 1.25em;
  margin: 0 0 20px 103px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===downloads */
  
.downloads {
  margin-bottom: 20px; padding: 0 50px 0 5px;
}

.downloads li {
  font-size: .6875em; line-height: 1.5em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===dates */
  
.dates {
  margin-bottom: 20px; padding-left: 5px;
}

.dates .date {
  font-weight: bold;
}

.dates table {
  border-collapse: collapse; border-spacing: 0;
  border-bottom: 1px solid #820059;
}

.dates td,
.dates th {
  font-size: .6875em; line-height: 1.25em;
  padding: 5px 8px;
}

.dates th {
  text-align: left;
}

.dates tr:nth-child(even) {
  background: #F8F8F8;
}

.dates thead tr {
  background: #EEE;
  border-bottom: 1px solid #820059;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===form */
  
.form {
  margin: 40px 0 20px 0; padding: 0 50px 0 5px;
}

.form .label,
.form .field,
.form .button {
  font-size: .6875em; line-height: 1.25em;
}

.form .field {
  float: left;
}

.form .label {
  display: block; float: left;
  padding-top: 2px;
  width: 160px;
}

.form li {
  margin-bottom: 8px;
  overflow: hidden;
}

.form input,
.form select,
.form textarea {
  font-size: 1em; line-height: 1.25em;
  width: 360px;
}

.form .el-checkbox label input,
.form .el-radio label input {
  border: none;
  position: absolute; top: -2px; left: 0;
  width: auto;
}

.form .el-checkbox label,
.form .el-radio label {
  display: block;
  margin-left: 160px; padding-left: 25px;
  position: relative;
}

.form .el-err input {
  border: 1px solid #D00;
}

.form .el-err label {
  color: #D00;
}

.form .button {
  margin-left: 160px;
}

.form .notice {
  font-size: .6875em; line-height: 1.25em;
  margin: 20px 0 20px 160px;
}

.form p {
  font-size: .6875em; line-height: 1.25em;
  margin: 0 0 20px 0;
}

.message {
  font-size: .6875em; line-height: 1.25em;
  margin-bottom: 20px;
}

.message .head {                           
  color: #d00;
  font-weight: bold;
  margin-bottom: 8px;
}

.message ul {
  list-style-type: disc;
  padding-left: 15px;
}

.message li {
  list-style-type: disc;
  overflow: visible;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==content ===vcard */

.vcard {
  font-size: .6875em; line-height: 1.25em; 
  margin-bottom: 20px; padding: 0 50px 0 5px;
}

.vcard .address,
.vcard .contact {
  margin-bottom: 8px;
}

.vcard .type {
  background: url(../images/layout_vcard_divider.png) no-repeat right bottom;
  display: inline-block; 
  margin-right: 5px;
  width: 45px;
}