/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * @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
 *
 * $Id: $
 */

/*------------------------------------------------------------------------------------------------------*/

/**
 * (en) Formatting YAML's	basic layout elements
 */

/* (en) Marginal areas & page background */
body {
	background-color: #EEE;
	padding: 0 0 10px 0;
}

/* (en) Layout: width, background, borders */
#page_margins {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
	margin: 0 auto;
	border: 0px #FFF solid;
}
#page{
	background-color: #EEE;
	border: 0px #FFF solid;
}

/* (en) Centering layout in old IE-versions */
body {
	text-align: center;
}

#page_margins {
	text-align:left;
}

/* (en) Designing main layout elements */

/* header */
#header {
	height: 120px;
	color: #852053;
	background-image: url('../../images/securetude_header.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	z-index: 1;
}

#header img.headImg1 {
	position:relative;
	top:-60px;
	left:10px;
	font-size:208%;
}
#headtitle { 
	margin-left: 150px;
	margin-top: 30px;
	font-size: 24px;
}
#headsubtitle {
	margin-left: 150px;
}

#header h1 span {
	display:block;
	height:1px;
	width:1px;
	overflow:hidden;
	line-height:105px;
}

#header div.tx-macinasearchbox-pi1 {
	position:absolute;
	font-size:11px;
	left: 690px;
	top: 97px;
}

#header div.tx-macinasearchbox-pi1 input {
	margin-left:0;
}

#header div.tx-macinasearchbox-pi1 form span {
	display:block;
	font-weight:bold;
	color:#aaa;
}

#header div.tx-macinasearchbox-pi1 form input {
	width:170px;
	height:13px;
}

#header #banner {
	position:absolute;
	top:25px;
	right:10px;
	z-index:10;
}

#header #topnav {
	top:2px;
	font-size:0.9em;
	color:#aaa;
	background:transparent;
}

#header #topnav span.accessKey {
	text-decoration:underline;
}

#header #topnav span.showAccessKey {
	font-size:80%;
	font-style:italic;
}

/* (en) adjustment of main navigation */

/* horizontal navigation */
#nav ul {
	margin-left:0;
}

#nav { 
	position: relative;
	width: 60%;
}
#nav_main {
	position: relative;
	left: 140px;
	top: -28px;
	margin-bottom: -28px;
	z-index: 10;
}


#main {
	padding:0 0;
	padding-bottom: 10px;
	margin-bottom: 3px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background-color: #fff;
	background-image: url('../../images/securetude_footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 500px;
}

/* footer */
#footer
{
	font-size: 90%;
	background-color: #EEE;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * (en) Formatting content container
 * (de) Formatierung der Inhalts-Container
 *
 * |-------------------------------|
 * | #header					   |
 * |-------------------------------|
 * | #col1	 | #col3  | #col2	   |
 * | 25%	| flexible	| 25%	   |
 * |-------------------------------|
 * | #footer					   |
 * |-------------------------------|
 */


#col1 {
	width: 25%;
	min-height: 400px;
	padding-bottom: 20px;
	/* background-color: red; */
}

#col1_content {
	padding: 10px 10px 10px 20px;
}

#col2 {
	width: 25%;
	/* background-color: blue; */
}

#col2_content {
	padding: 10px 20px 10px 10px;
}

#col3 {
	margin: 0 25%;
	margin: 0px;
	/* background-color: green; */
}

#col3_content {
	padding: 5px;
	padding-top: 13px;
}

/* ####################################
** ### Teaser #########################
** ####################################
*/
#teaser {
	margin:0;
	padding:0;
	background:transparent;
	color:#888;
}

#teaser div {
	float:left;
	width:auto;
	font-size:0.9em;
}

#teaser .rootline {
	margin:6px 0 4px 10px;
}

#teaser .rootline a {
	color:#888;
	text-decoration:underline;
}

#teaser .rootline a:hover {
	background:transparent;
}

#teaser .langMenu {
	float:right;
	margin:3px 10px 0 0;
}

#teaser .langMenu a:hover {
	background:transparent;
}

#teaser .langMenu img {
	margin-top:5px;
	padding-right:3px;
}

#teaser .langMenu .tx-srlanguagemenu-pi1 .CUR img {
	padding-right:1px;
}

#teaser .langMenu .tx-srlanguagemenu-pi1 .CUR img.tx-srlanguagemenu-pi1-flag {
	padding-right:3px;
}

#teaser .langMenu .tx-srlanguagemenu-pi1 form#sr_language_menu_form fieldset legend {
	display:none;
}

#teaser .langMenu .tx-srlanguagemenu-pi1 form#sr_language_menu_form fieldset label {
	display:none;
}

#teaser .selectFontSize {
	float:right;
	margin:6px 10px 0 0;
}

#teaser .selectFontSize a {
	color:#fff;
}

#teaser .selectFontSize a:hover {
	background:transparent;
}

#teaser .aktDatum {
	float:right;
	margin:6px 20px 4px 0;
}


#submenu {
	width: 200px;
}

#col1_content ul {
	margin-top: -10px;
}

div.upper {
	padding: 20px;
}