@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* 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 url(navigation/nav_vlist.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/* eigene CSS */

#main img {
	border: 0;
	padding-right: 10px;
	}
	
.floatimg{
	float: left;
}

.navimg{
	padding: 5px 5px 5px 15px;
	}

.galerieimg{
	padding: 10px 10px 0px 5px;
	}

#floatblock{
	height: auto;
	}

#floatblockmin{
	height: 185px;
	}
	
#form td
	{
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

#form input,textarea,select
	{
	color: #000;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d8d8d8;
	font-size: 12px;
}

#form input.submit {
	color: #fff;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #006AB3;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #006AB3;
	font-size: 12px;
}


#form input.submit:hover {
	color: #fff;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #000;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 12px;
}