/*
Name:		typography.css
Zweck:		Eigenschaften der Schriften
Ersteller:	mt
=============================
*/

/*
Generelle Elementdefinitionen
=============================
*/


body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color:#474747;
}

h2 {
	font-size:2em;
	font-weight:normal;
	line-height:1em;
}

a {
	text-decoration:none;
}

address {
	font-style:normal;
}

p.code {
	font-family:"Courier New",Courier,monospace;
}

/*
Container
=============================
*/

/*
Content
-----------------------------
*/

div#primary a, div#svSearchResults dl#svPortal a {
	color:#89b604;
}

div#primary a:hover, div#primary p a:hover {
	text-decoration:underline;
}

div.home p {
	font-size:2em;
	color:#777;
}

div.home div#svSearchResults p {
	font-size:1em;
	color:#474747;
}

#primary {
	width:683px;
	float:left;
}

#primary h3 {
	display:inline;
	padding:3px 10px 4px 10px;
	color:#fff;
	background:url(../images/layout/h3-bg.jpg) repeat-x;
}

#primary h3 + p, #primary h3 + h4, #primary ul + p, #primary ul + h3, #primary ul + h4 {
	margin-top:15px;
}

#primary ul li {
	margin-left:25px;
	list-style:disc;
}

#primary p {
	margin-bottom:15px;
}

#primary h4 {
	padding:5px 0;
}

/*
Search
-----------------------------
*/

form#searchForm input#txtKeywords, form#svSearchAgain input#txtKeywords {
	color:#b8b8b8;
}

/*
Navigation
-----------------------------
*/

ul#navPrimary  {
	font-size:1em;
	font-weight:bold;
}

ul#navPrimary li.current a {
	color:#474747;
}

/*
Secondary Navigation / Categories
-----------------------------
*/

div.svCatSummary ul li a, ul#navSecondary li a, ul#navSecondary li.current ul li a {
	color:#474747;
}

div.svCatSummary ul li a:hover, ul#navSecondary li a:hover, ul#navSecondary li.current ul li a:hover, ul#navSecondary li.current a {
	color:#89b604;
}

div.svCatSummary ul li.current, ul#navSecondary li {
	font-weight:bold;
}

ul#navSecondary li.current ul li, ul#navSecondary ul li a, ul#navSecondary li ul li.current a {
	font-weight:normal;
}

/*
Quick Navigation
-----------------------------
*/

ul#quickNav li a, ul#langNav li a {
	color:#b8b8b8;
}

ul#quickNav li a:hover, ul#langNav li a:hover {
	color:#474747;
}

/*
Language Navigation
-----------------------------
*/

ul#langNav li:hover a {
	color:#474747;
}

/*
News Ticker
=============================
*/

ul#news li a {
	font-size:0.85em;
	letter-spacing:0.1em;
	color:#fff;
}

ul#news li a:hover {
	text-decoration:underline;
}

/*
Login
=============================
*/

form#loginform input {
	color:#b8b8b8;
	font-size:0.9em;
	letter-spacing:0.1em;
}

form#loginform input#username, form#loginform input#password {
	color:#474747;
}

/*
Get Support
=============================
*/

div.box, div.box a {
	color:#fff;
}

div.box a {
	text-decoration:underline;
}

div.box p.button a {
	font-weight:bold;
}


/*
Footer
=============================
*/

div#footer {
	color:#8a8a8a;
	font-size:0.85em;
	letter-spacing:0.054em;
}

div#footer ul#address li a {
	color:#8a8a8a;
}

/*
Footer Navigation
-----------------------------
*/

ul#navFooter li a {
	color:#a0a0a0;
	text-decoration:underline;
}


/*
Mura Changes
=============================
*/

/*
Portal
-----------------------------
*/

div#svPortal dl h3 a {
	color:#fff;
}

div#svPortal dl h3 a:hover {
	text-decoration:none;
}

div#svPortal dd.summary a {
	color:#89b604;
}

div#svPortal dd.summary a:hover {
	text-decoration:underline;
}

/*
Tabelleneigenschaftne
-----------------------------
*/

table.contenttable {
	width:100%;
}
table.contenttable td {
	padding:1px 5px;
}
table.contenttable tr.tableheader {

}
table.contenttable tr.tableheader th {
	padding:12px 5px;
	background:#cccccc;	
	border:0px;
	text-align:center;
}
table.contenttable tr.subtableheader  {
	
}
table.contenttable tr.subtableheader td {
	background:#cccccc;	
	font-weight:bold;
	padding:1px 5px;
} 
table.contenttable tr.spacing {
	height:10px;
	
}
table.contenttable tr.spacing td {
	height:5px;
	line-height:5px;
	font-weight:8px;
	padding:0px;
	margin:0px;
}
table.contenttable .row2 {
	text-align:center;
}
table.contenttable .row3 {
	text-align:center;
}
table.contenttable .row4 {
	text-align:center;
}
table.table_vmiddle td {
	vertical-align:middle;
	padding:10px 0;
}

