@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        my_layout.css
 */
 
/* import core styles | Basis-Stylesheets einbinden */
@import url(../../shared/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */

@import url(../../Shared/yaml/screen/basemod.css);
@import url(../../Shared/yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../../Shared/yaml/print/print_draft.css); 

.img
{
	padding: 2px;
	background-color: Transparent;
	color: #ffffff;
	text-decoration: none;
}

.img:hover
{
	padding: 2px;
	background-color: Transparent;
	color: #ffffff;
	text-decoration: none;
}

.img:visited
{
	padding: 2px;
	background-color: Transparent;
	color: #ffffff;
	text-decoration: none;
}

.nav li
{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.linkPointer
{
	cursor: pointer;
}

.HeaderLinks
{
	color:#7886A9;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	height:18px;
}

.navLink
{
	border-bottom:2px solid #004473;
	border-top:3px solid #004473;
	color:white;
	line-height:20px;
	text-decoration:none;
}

.navLink:visited
{
	color: white;
}

.navLink:hover
{
	background: #004473;
	color: #cccccc;
}