/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 12.03.07
** Datei        : basemod.css
** Funktion     : Basislayout DYNCSS - Default Layout is 1-3-2
**
*/

@media all
{

/* Formatierung der Seite */
body {background:#E4E8E9; padding:0px; height:100%;}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page { width:963px; margin:0px;}
#page_margins {margin-left: auto;margin-right: auto;max-width:none;min-width:inherit;}

/* ------------------------------------------------------------------- */

#header {
	height:173px;
/*	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
*/

	border-style:solid;
	border-color:#000000;
	border-width:0px;
}
#topnav {
	width:963px;
	position:absolute;
	top:0px;
	right:0px;
/*	background-color:#ffffff;*/
	text-align:left;
	float:right;

	border-style:solid;
	border-color:#000000;
	border-width:0px;
}
.navihome {
	border-style:solid;
	border-color:#000000;
	border-width:0px;

	width:680px;
/*	width:800px;*/
	height:17px;

	float:right;
	padding:0px 0px 0px 0px;
	background-color:#9FA2A3;
}
.artheader {
	display:inline;
	float:left;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
	height:170px;
	width:28px;
	background-color:#EF2E23;
}
#logo {
	width:935px;
	display:inline;
	float:right;
}
#logo IMG {
	border-style:solid;
	border-color:#ffffff;
	border-width:1px;
}
#print {
	float:right;
	margin:1px 0px 1px 0px;
	padding:1px 0px 0px 0px;
}
#print A:link,
#print A:visited,
#print A:hover,
#print A:active {
	color:#ffffff;
	font-size:80%;
	margin:1px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 0px 0px 1px;
	text-decoration:none;
}
#print A:HOVER {
	text-decoration:underline;
}
#search {
	float:right;
	margin:1px 0px 1px 0px;
	padding:0px 0px 0px 0px;
}

#search INPUT.searchbox {
	height:13px;
	font-size:10px;
}


#menu_shortcuts {
/*	width:280px;*/
	width:200px;
/*	background-color:#000000;*/
	float:right;
	margin:1px 0px 1px 0px;
	padding:0px 0px 0px 0px;
}
#menu_shortcuts UL {
	display:inline;
	list-style-type:none;
}
#menu_shortcuts LI {
	font-size:80%;
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 5px;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 1px 0px 0px;
}
#menu_shortcuts UL LI A:LINK,
#menu_shortcuts UL LI A:VISITED,
#menu_shortcuts UL LI A:HOVER,
#menu_shortcuts UL LI A:ACTIVE {
	color:#ffffff;
	text-decoration:none;
}
#menu_shortcuts UL LI A:HOVER {
	color:#ffffff;
	text-decoration:underline;
}


#shortcut_home {
	float:right;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 1px 0px 0px;
	margin:1px 0px 1px 0px;
	padding:1px 0px 0px 0px;
}
#shortcut_home A:LINK,
#shortcut_home A:VISITED,
#shortcut_home A:HOVER,
#shortcut_home A:ACTIVE {
	font-size:80%;
	text-decoration:none;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:1px 5px 0px 5px;
}
#shortcut_home A:HOVER {
	text-decoration:underline;
}


#shortcut_kws {
	float:right;
	border-style:solid;
	border-color:#ffffff;
	border-width:0px 1px 0px 0px;
	margin:1px 0px 1px 0px;
	padding:1px 0px 0px 0px;
}
#shortcut_kws A:LINK,
#shortcut_kws A:VISITED,
#shortcut_kws A:HOVER,
#shortcut_kws A:ACTIVE {
	font-size:80%;
	text-decoration:none;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	padding:1px 5px 0px 5px;
}
#shortcut_kws A:HOVER {
	text-decoration:underline;
}




}


