@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - layout example "3col_standard"
 * (de) Zentrales Stylesheet - Beispiellayout "3col_standard"
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.3
 * @revision        $Revision: 118 $
 * @lastmodified    $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url( ../yaml/core/base.css );

/* import screen layout | Screen-Layout einbinden 

*/
@import url( screen/basemod.css );
@import url( screen/content.css );

/* import print layout | Druck-Layout einbinden 

*/

/*Button Formatierungen*/

button.small {
    border-style: none;
    width: 123px;
    height: 20px;
    background: transparent url( ../images/button/button.gif ) no-repeat;
    color: #ffffff;
    font-size: 11px;
    font-family: Verdana, Helvetica, Sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Emailform Styles */
form.mailform {
    margin: 0;
    padding: 10px;
    background: #ffffff;
}

form.mailform p {

}

form.mailform fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

form.mailform legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
	color: #000;
}

form.mailform textarea {
	font-family: Arial, Verdana, Sans-serif;
}

form.mailform div.form-field {
    clear: both;
    padding: 4px;
    border-top: 1px dotted #000;
}

form.mailform div.form-field-label {
    float: left;
    width: 150px;
    padding-top: 2px;
    padding-right: 5px;
}

form.mailform span.access-key {
}

form.mailform div.form-field-input input.text-field, form.mailform div.form-field-input textarea {
    width: 260px;
}

form.mailform div.form-button {
    text-align: right;
    padding: 7px 21px 0 0
}

form.mailform div.invalid input, form.mailform div.invalid textarea { background: #ab0000; color: #fff; }

div.error-message {
    background: #fff;
    border: 1px solid #ab0000;
    font-weight:bold;
    margin-bottom:4px;
    padding:8px;
}


/* ************************ */
/* Projektekarte Styles */
/* ************************ */

#projektcontent p {
	height:1px;
	left:-1000em;
	position:absolute;
	top:-1000em;
	width:1px;
}
#projektcontent p.selected {
	height: auto;
	left: auto;
	top: auto;
	width: auto;
	position: static;
}
	
