/*
1=oben, 2=rechts, 3=unten, 4=links
*/
body, html {
	height: 100%;
}
body, html, h1, h2, h3, h4, img, form {
	margin:0;
	padding:0;
}
body {
	background: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
img {
	border: 0px;
}
a {
	font-weight: bold; 
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	background: #fff;
}
a:active {
	color: #fff;
}
h2 {
	color:#000;
	padding:0px 0px 8px 0px;
	margin:0;
	font-size:12px;
	font-weight: bold;
}
/* -- Header --------------------------- */
#header {
	width: 100%;
	height: 65px;
	background: #003366 url(/img/head_profi.gif) center no-repeat;
}
#header h1 {
	height: 65px;
	background: url(/img/head_logo.gif) no-repeat;
	margin: 0;
}
#header h1 a {
	text-decoration: none;
	visibility:hidden;
}
#header .login {
	position: absolute;
	right:15px;
	top:8px;
}
#postheader {
	height:7px;
	background: url(/img/bg_header.gif) repeat-x;
}
#signin input {
	margin: 0 0 5px 6px;
	vertical-align: middle;
}
#signin label {
	display: block;
	float: left;
	width: 62px;
	margin: 4px 0px 0px 0px;
}
/* -- Footer --------------------------- */
#footer {
	height: 20px;
	margin-bottom: 10px;
}
#footer .line {
	background: transparent url(/img/footer_line.gif) repeat-x scroll left center;
	height: 1px;
}
#footer p {
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	text-align: center;
}
/* -- Content -------------------------- */
input.nowrite {
	background: silver;
}
/* -- Standardelemente ----------------- */
.content {
	padding: 10px 10px 5px 10px;
}
.box {
	background: #3465a4 url(/img/boxbackground.jpg) repeat-x;
	padding: 6px 10px 10px 10px;
	border: 1px #003366 solid;
}
.cleaner { 
	clear:both
}
#statistics {
	padding:5px;
}

#statistics p {
	margin:0;
	padding:2px;
	font-size:12px;
	font-weight: bold;
}

#statistics table {
	border:1px;
	padding:0;
	margin:0;
}

#statistics table th {
	border:0;
	font-size:10px;
	font-weight: bold;
	line-height:12px;
}

#statistics table td {
	border:0;
	font-size:10px;
	line-height:10px;
}
/* -------------------------------------------- */
div.paging {
	width:100%;
	height:24px;
	margin:0;
	background:#003366;
	color: #fff;
	text-align: center;
	line-height: 2.1em;
}
/* -------------------------------------------- */
div.card {
	float: left;
	width: 215px;
	height: 242px;
	margin: 2px;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	overflow:hidden;
	}
	
div.card p.card-title {
	margin: 5px 0 5px 0;
	color: #003366;
}
div.card p.card-photo {
	margin:0 auto;
	padding:0;
	width: 200px;
	height: 200px;
}
div.card p.card-info {
	color: #003366;
	margin: 0;
}
div.card p.card-info a {
	color: #003366;
}
/* -------------------------------------------- */
.toolTipElement {
}
.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(/img/tooltip_bubble.png) top left;
}

.tool-text {
	margin: 0;
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/img/tooltip_bubble.png) bottom right;
}
