/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #396594;
	font-size: 11px;
	}

a {
	text-decoration: none;
	color: blue;
	
	}
	
a:hover {
	text-decoration: underline;
	color: #333333;
	}

p {
	padding:0;
	margin:0;
	}

h1, h2 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	margin-bottom:15px;
	}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	}

img {
	border: none;
	padding: 0px;
	margin: 0px;
	}

.center {
	text-align:center;
	margin:auto;
	}

.justify {
	text-align:justify;
	margin:auto;
	}

.klein {
	font-size:80%;
}

.list_2col {
	width:48%;
	margin-left:1%;
	float:left;
	font-size: 120%;
	text-align: left;
}

.clear {
	clear:both;
}
.vmid {
	vertical-align:middle;
}
.vtop {
	vertical-align:top;
}
.vbottom {
	vertical-align:bottom;
}
.floatright {
	float:right;
	margin-left:1ex;
}
.floatleft {
	float:left;
	margin-right:1ex;
}

.gmid {
	text-align: center;
	font-size: 110%;
}

.smallborder {
	border: 3px double #006699;
	padding: 1ex;
}
