@import url("container.css");
@import url("elemente.css");
@import url("navigation.css");

body{ 
	background-color: #F5F5F5;
	font-family: Arial,Helvetica, sans-serif;

	text-align: center; margin: 0; padding: 0; /* Horizontale Zentrierung - 13.12.05 */
}

body, td{  /* Gleiche Fontgrössen für body und td - 23.01.06 */
	color: black;

	font-family: Arial,Helvetica, sans-serif;
	font-size: 12px;
}

a { text-decoration: none; color: #004c93;}
a:visited { }
a:hover {color: #a1a1a1;}


form, p, h1, h2, h3, h4{

	margin: 0;
	padding: 0;
}



input, select, textarea{

	border: 1px solid #b1b1b1;
	margin-bottom: 10px;
	width: 160px;
}

h1{

	font-size: 13pt;
	color: #004c93;
	/* height: 90px; */
	margin-bottom: 20px;
	
}

h2{

	font-size: 11pt;
	color: #004c93;
	/* height: 40px; */
	margin-bottom: 25px;
}

h3 a{

	font-size: 10.5pt;
	color: #004c93;
	text-decoration: underline;
}

h4{

	font-size: 9pt;
	color: #b1b1b1;
}

#content_right h4,
#home_container .home_2column-box h4
{
    color: #EF9304;
}


p{

	margin-bottom: 15px;
}

.newsitem p{   /* p-Tags um News-Anreisser mit hochgezogenem weiter-Link - 23.01.06 */

	margin-bottom: -3px;
}
.newsitem h5
{
    font-size: 12px;
    margin: 0px 0px 1pt 0px;
}


.grey{

	color: #b1b1b1;
}

.imageleft{

	float: left;
	margin: 0 8px 8px 0;	
}

.imageright{

	float: right;
	margin: 0 0 8px 8px;	
}

.more{

	color: 	#004c93;
	float: right;
	padding-right: 10px;
	background-image: url("../images/triangle_blue.gif");
	background-repeat: no-repeat;
	background-position: right;
}