@charset "UTF-8";

@import url(css/layout.css);
@import url(../_global/style.css);

@media all
{
	html, body {
		font-size: 11pt;
		font-family: arial, verdana, helvetica, sans serif;
		color: #000000;
	}
	
	td {
		font-size: 11pt;
	}
	
	.black {
		color: #000000;
	}
	
	h1 {
		font-size: 20pt;
		font-weight: normal;
		color: #000000;
	}
	
	h2 {
		font-size: 13pt;
		font-weight: bold;
		color: #8caac8;
		margin-top: 0px;
	}
	
	h3 {
		font-size: 11pt;
		font-weight: bold;
		color: #000000;
	}
	
	h4 {
		font-size: 11pt;
		font-weight: normal;
		color: #000000;
	}
	
	h5, h6 {
		color: #737477;	
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 5px auto; 
	}
	
	h6 {
		margin: 2px auto;
	}
	
	.gs {
		color: #737477;
		font-weight: bold;	
		font-size: 9pt;
	}
	
	.no_bottom {
		margin-bottom: -2px;
	}
	
	a {
		color: #003399;
		text-decoration: underline;
	}
	
	a:hover {
		color: #737477;
	}
	
	a.lang {
		font-size: 9pt;
		color: #000000;
		text-decoration: underline;
	}
	
	a.lang:hover {
		color: #737477;
		text-decoration: none;
	}		
	
	p {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	em {
		padding: 0px;
		margin: 0px;
	}
	
	input[type=checkbox] {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	/* Listen */
	div.body ul, div.body ol {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	/* Haarlinie */
	hr {
		border: none;
		line-height: 0px;
		margin: 0px;
		padding: 0px;
		height: 1px;
		border-top: 2px dotted #003399;
	}
	
	/* Seitenlisten */
	a.page_prev {
		background: transparent url(img/arrow_link_back.gif) left 50% no-repeat;
		padding-left: 15px;
	}
	
	a.page_prev:hover {
		background-image: url(img/arrow_link_back_over.gif);
	}	
	
	a.page_next {
		background: transparent url(img/arrow_link.gif) right 50% no-repeat;
		padding-right: 15px;
	}
	
	a.page_next:hover {
		background-image: url(img/arrow_link_over.gif);
	}	
	
	/* WYSIWYG Styles */
	a.Link_Normal, .Link_Normal a, a .Link_Normal {
		background: transparent url(img/arrow_link.gif) left 50% no-repeat;
		padding-left: 15px;	
	}
	
	a.Link_Normal:hover, .Link_Normal a:hover, a:hover .Link_Normal {
		background-image: url(img/arrow_link_over.gif);	
	}	
	
	a.Link_Email, .Link_Email a, a .Link_Email {
		background: transparent url(img/icon_email.gif) left 50% no-repeat;
		padding-left: 15px;	
	}
	
	a.Link_Email:hover, .Link_Email a:hover, a:hover .Link_Email {
		background-image: url(img/icon_email_over.gif);
	}
	
	a.Link_Pdf, .Link_Pdf a, a .Link_Pdf {
		background: transparent url(img/icon_pdf.gif) left 50% no-repeat;
		padding-left: 15px;	
	}
	
	a.Link_Pdf:hover, .Link_Pdf a:hover, a:hover .Link_Pdf {
		background-image: url(img/icon_pdf_over.gif);
	}
	
	/* Blaue Tabelle */
	table.blue_table {
		background: #ffffff url(img/box_blue_gradient_bg.gif) left top repeat-y;
		border-collapse: collapse;
	}
	
	div.content_1 table.blue_table {
		background-image: url(img/small/box_blue_gradient_bg.gif);
	}	
	
	table.blue_table th {
		font-weight: bold;
		color: #003399;
		text-align: left;
	}
	
	table.blue_table td {
		color: #000000;
		font-size: 11pt;
	}
	
	table.blue_table th, table.blue_table td {
		border: 2px solid #ffffff;
		padding: 10px;
	}
	
	/* Bilder */
	img.border, .border img {
		padding: 5px;
		border: 1px solid #eaeaea;		
	}
}
