@charset "utf-8";
/* CSS Document */
body, td, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E4B91;
	margin: 0;
}


h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #5985BB;
	padding-left: 6px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	background-color: #2672CF;
	padding-left: 6px;
	font-stretch: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}

.hpadding {
	/*margin-top: 25px;
	min-height: 41px;
	vertical-align: central;*/
	background-color: #2672CF;
	padding-top: 2px;
	min-height: 50px;	/*max-height: 66px;*/
}

.forhzwo {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2;
	/*background-color: #5895C7;*/
	padding-left: 6px;
	font-stretch: normal;
	padding-top: 6px;	
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	line-height: 1.33;
	background-color: #FFF;
}

.rotfett {
	color: #C40062;
	font-weight: bold;
}

.gruenfett {
	color: #6981A3;
	font-weight: bold;
}

p {
	color: #1E4B91;
	font-size: 15px;
	line-height: 1.33;
}

span.weizz {
	color: #FFC;	
}

.weiss {
	color: #FFF;
	background-color: #5985BB;	
}

ul.einzug {
	color: #1E4B91;
	padding: 0px;
	margin-left: 25px;
	font-size: 14px;
}

li.pu {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(/Bild/starlet_bullet.gif);
}


ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #5C4D7D;
	text-decoration: underline; 
}
a:visited {
	color: #BB690F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	font-weight: bold;
}

/* Navigation fuss */

a:link.wlink {
	color: #FFC;	
}

a:visited.wlink {
	color: #CC0;
}

/* toppo macht nur Sinn mit inistyle.css - dort in der Navigation des oberen Balkens */

.toppo a:link {
	color: #0881a3;
	text-decoration: none;
}

.toppo a:hover {
	color: #996600;
	text-decoration: none;
}

.toppo a:visited {
	color: #999933;
}
		
/* ab hier kopiert aus fliesstxt1.css (alte medvet website) */

.box1 {
	padding: 2px 2px 2px 5px;
	border-width: thin;
	border-style: none;
	background-color : #C2E2FC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}

.boxhell {
	background-color: #70A5CF;
	padding: 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.tabhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #326BC0;
	font-weight: bold;
}

.tbhead_kl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #326BC0;
	font-weight: bold;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #326BC0;
	font-weight: bold;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.33;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 2px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.liline 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #245193;
	padding-left: 4px;

}	

.reline {
	border-right-color: #245193;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 4px;
}

.reliline {
	border-right-color: #245193;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #245193;
	padding-left: 4px;
}

