/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @file		basemod_draft.css
 * @creator		YAML Builder v0.3 Preview
 * @link		http://builder.yaml.de
 */
@media all {
 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */
  /* Page margins and background | Randbereiche & Seitenhintergrund */
html,body {  height: 100%;  }

body#my-body {
 font-family: "Times New Roman", Times, serif;
 font-size: 111%;
 line-height: 150%;
 margin: 10px auto;
 padding: 0; 
 text-align: center;
}
  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
#page {
  width: 960px;
  text-align: left;
  margin: 0px auto;
  background-image: url(img/emboss_r2.jpg);
  background-repeat: repeat-y;
  font-family: "Times New Roman", Times, serif;
}
#bg1,#bg2,#bg3,#bg4,#bg5 {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;
}
#bg1 {
	height: 17px;
	background-image: url(img/emboss_r1.jpg);
	background-repeat: no-repeat;
}
#bg2 {
	margin: 0 0 1em 0;
}
#bg3 {
	height: 17px;
	background-image: url(img/emboss_r3.jpg);
	background-repeat: no-repeat;
}
#bg4 {}
#bg5 {
	background-image: url(img/emboss_r5.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
.col_left {
	width: 210px;
	float: left;
	padding: 0px 20px 0px 15px;
}

.col_right {
	width: 670px;
	float: right;
	margin: 0;
	padding: 0px 25px 0px 20px;
}
#bg4 .col_right {
	background-image: url(img/emboss_r4.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#bg4 .col_right p {
	margin: 0px 5px 4px 10px;
}
#bg4 .col_right, #bg4 .col_right * {
	color: #CCC;
	background-color: transparent;
}
#header {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
}
#header1 h1, #header1 h2 {
	margin: 0px 162px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#header1 h1 {
	color: #999;
	background-color: transparent;
	font-size: 2.2em;
}
#portlet-language-switcher .portlet-title {
	display: none;
}
#header1 h2 {
	color: #996666;
	background-color: transparent;
	font-size: 1.1em;
	padding: 0px 0px 0px 120px;
}

#flaggen {
	width: 90px;
	float: right;
	margin: 0;
	padding: 0;
}

#flaggen img {
	border: 0;
}
#flaggen a {
	display: block;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	text-decoration: none;
	color: #999;
	background-color: transparent;
	font-size: 0.7em;
}
#header2 {
	height: 310px;
	color: #FFF;
}

#header2_h1, #header2_h2, #header2_h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: left;
	white-space: nowrap;
}

#header2_h3 {
	top: 70px;
	font-size: 34px;
	color: #CCCCCC;
	background-color: transparent;
	padding-left: 460px;
}

#header2_h2 {
	top: 10px;
	font-size: 48px;
	color: #CCCCCC;
	background-color: transparent;
	padding-left: 335px;
}

#header2_h1 {
	top: 220px;
	font-size: 54px;
	color: #CCCCCC;
	background-color: transparent;
	padding-left: 375px;
}
.spacer {
	height: 5px;
	color: #000;
	background-color: #FFF;
}

/********************************** Navigation *********************************/
#nav {
	width: 210px
}
.navigation, .navigation2, #nav p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.navigation,
.navigation2 {

}

.navigation li, .navigation2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigation ul li.sort-0,
.navigation2 ul li.sort-0 {
	border-top: 1px solid #CCCCCC;
}

.topnav {
	border-bottom: 1px solid #CCCCCC;
}

.navigation li a,
.navigation2 li a,
.topnav a,
#nav p {
	font-weight: normal;
	font-size: 90%;
	text-decoration: none;
	color: #CCC;
	background-color: transparent;
	padding: 8px 5px;
}
.navigation li.current a, .navigation2 li.current a {
	font-weight: bold;
	color: #999999;
}
.navigation li a:hover, .navigation2 li a:hover {
	color: #999999;
}

.navigation li.level1,
.navigation li.level2,
.navigation li.level3,
.navigation li.level4,
.navigation2 li.level0,
.navigation2 li.level1,
.navigation2 li.level2,
.navigation2 li.level3,
.navigation2 li.level4 {
	padding: 8px 2px;
	border-bottom: 1px solid #CCCCCC;
}

.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin-left: 0px;
	font-size: 90%;
}
.navigation li.level2 a {
	margin-left: 15px;
	font-size: 80%;
}
.navigation li.level3 a {
	margin-left: 25px;
	font-size: 80%;
}
.navigation li.level4 a {
	margin-left: 35px;
	font-size: 60%;
}

.navigation2 li.level0 a { }
.navigation2 li.level1 a {
	margin-left: 0px;
	font-size: 90%;
}
.navigation2 li.level2 a {
	margin-left: 15px;
	font-size: 80%;
}
.navigation2 li.level3 a {
	margin-left: 25px;
	font-size: 70%;
}
.navigation2 li.level4 a {
	margin-left: 35px;
	font-size: 60%;
}
/********************************** Root Navigation *********************************/
/**** root-navigation ***/
.root-navigation {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 150%;
	white-space: nowrap;
}
.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.root-navigation li a {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	background-color: transparent;
	padding: 5px 5px;
	margin-right: 5px;
	border-bottom: 8px solid #DAC7C7;
}
.root-navigation li.current a {
	font-weight: bold;
	color: #666;
	background-color: transparent;
	border-bottom: 8px solid #996666;
}
.root-navigation li a:hover {
	color: #666;
	background-color: transparent;
	border-bottom: 8px solid #996666;
}
/************************************ Search ***********************************/
#portlet-search {
	border-bottom: 1px solid #CCC;
}
#portlet-search .portlet-title {
	display: none;
	border-bottom: 1px solid #CCC;
	color: #FFFFFF;	
}
#portlet-search .portlet-content {}
#portlet-search #portlet-search-input {}
#portlet-search #portlet-search-button {
	font-size: 0.9em;
}

.search {
}
.search_item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	color: #000000;
}
.search_item_title {
	text-decoration: underline;
	font-weight: bolder;
}
.highlighting,.search_item_title .highlighting {
	background-color: #9F6C6C;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFCC66;
}

.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}

/*******************************************************************************/
.sitemap{
	display: block;
	width: 100%;
}
.sitemap h1 {
	font-size: 1em;
	margin: 0px;
}
.sitemap hr {
	border: 1px dashed #996666;
	margin: 0px;
}
.sitemap li a {
	font-size: 0.9em;
}
.sitemap li {
	margin: 0px;
	padding: 0px;
}

h1.content_title {
	margin: 15px 0px;
}

#portlet-news .content, #portlet-news .content p {
	color: #FFF;
	background-color: transparent;
}
#portlet-news .portlet-title, #portlet-news .detail, #portlet-news .subtitle {
	display: none;
}
.galerie {
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	margin: 15px 0px 0px 0px;
}
.galerie-entry {

}
#footer {
	color: #000;
	background-color: #FFF;
	font-size: 0.8em;
}
.altlink {
  cursor: pointer; 
}
#info {
	width: 960px;
	text-align: left;
	margin: 300px auto auto auto;
}
#info, #info p, #info ul, #info a, #info h1 {
	font-size: 11px;
	line-height: 150%;
	color: #999999;
	background-color: transparent;
}

#info a {
	text-decoration: none;
}
a.shadow_link {
	white-space: nowrap;
	padding: 5px 10px 5px 0px;
}

.google_info {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	display: block;
	width: 100px;
	float: right;
}
}
