/*
    ALLIANZ TEMPLATE CSS

    File: type.css
    Templates: H1, M1, M2, M3, M4, M5, C1a, C1b, C3, C4, C5
    Date: 8 October 2010

*/

/* CSS Type */

body {
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

input, textarea, select { font-family: Verdana, Geneva, sans-serif; }

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	line-height:1.5em;
}


ul {
	list-style:disc;
	margin:0 45px 15px 45px;
}

ol {
	list-style:decimal;
	margin:0 45px 15px 45px;
}

li {
}

li li {
	font-size:1em;
}

p {
	/*font-size:1.0em;
	line-height:1.1em;*/
	margin:0;
}


a:active, a:visited, a:link{
	color:#4d4d4d;
	text-decoration:none;
}

a:hover {
	color:#009ee0;
	text-decoration:underline;
	cursor: pointer;
}

a.text-box-link:link, a.text-box-link:visited, a.text-box-link:active {
	color:#fff;
}

a.teaser-box-link:link, a.teaser-box-link:visited, a.text-box-link:hover, a.teaser-box-link:active {
	color: #000;	
}
.news-item a:active, .news-item a:visited, .news-item a:link{
	color:#003781;
}
.teaser-inner .news-item a:hover, .news .teaser-inner a:hover {
	text-decoration: underline;
}

p.teaser-inner {
	line-height: 1.6;
}

span-1{
	font-size: 0.7em;
}

address {
	padding-left: 20px;
}
/* 404 Page */

.page404 h1, .page404 h3 {
	text-align:center;
}

/* Tables */

td {
	font-size:1.3em;
	padding:5px;
}

td p, td li {
	font-size:1em;
}

#main-nav li, #sidebar-nav {
	font-size: 1.1em;
}

#foot-nav, #foot-nav a {
	color: #7d7d7d;	
}