/* @group Kopf */

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

/* 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 */
@import url(../yaml/print/print_draft.css);
@import url("menu_style.css");



/* @end */

/* @group HG */



/* @end */

/* @group Balken */

#col1_content {
	height: 615px;
	
}
#col2_content {
	
	height: 615px;
	padding: 0;
	background-color: #6bd4d6;
}

#main {
	height: 615px;
}

#dasC {
	text-align: center;
}

#text-box {
	height: 495px;
	background: #ebebeb;
}

#logo-box {
	margin-top: 21px;
	text-align: right;
	margin-bottom: 3px;
}


/* @end */

/* @group Text */
.txt-grunn {
	color: #209898;
	background: #e6e6e6;
	font: 22px/25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.txt-in {
	color: black;
	background: #e6e6e6;
	font: 16px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.txt-info {
	
}



/* @end */
