body {
	margin: 0;
	padding: 0;
}
body, table, input, textarea, select {
	font: 14px 'Lucida Grande', 'Arial', sans-serif;
	color: #193187;
}

input, textarea {
	border: 1px solid #FF9900;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img { border: none; }

.clear { clear: both; }

.small { font-size: 0.9em; }
.xsmall { font-size: 0.8em; }

.left { text-align: left; }
.center { text-align: center; }

.floatLeft {
	float: left;
	margin: 5px;
}
.floatRight {
	float: right;
	margin: 5px;
}

.nobreak { white-space: nowrap; }

.ok { color: #207f00; }
.warning { color: red; }

a, a:visited {
	color: #FF9900;
	text-decoration: none;
	outline: none !important;
}
a:hover { 
	text-decoration: none;
	color: #193187;
}
a.aktiv, a.aktiv:visited {
	text-decoration: none;
	color: #193187;
}

button:hover {
	outline: none !important;
}

.bulletlist {
	list-style: none;
	margin: 0 13px;
	padding: 0.5em 0 0 0;
}
.bulletlist li {
	background: url('../images/bullet.gif') 0 6px no-repeat;
	padding-left: 15px;
	padding-bottom: 0.5em;
}

/** form **/

form { padding: 0; margin: 0; }

form .errors {
	border: 3px solid red;
	background: yellow url('../img/32/warning.png') 10px 10px no-repeat;
	padding: 10px 10px 10px 52px;
}
form tr.error {
	background-color: yellow;
}

.contentbox form table th {
	vertical-align: top;
	text-align: right;
}
form th {
	font-weight: normal;
}

.separator {
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #7f9db9;
}

#quality {
	border: 0;
	margin: 0;
	padding: 0;
	width: 302px;
	height: 17px;
	background: url('../img/passwordquality.jpg') top left no-repeat;
}

#slider {
	border: 0;
	margin: 0;
	padding: 0;
	width: 7px;
	height: 17px;
	background: url('../img/slider.jpg') top left no-repeat;
	position: relative;
}

/** table **/

table {
	empty-cells: show;
	border-collapse: collapse;
}
th {
	vertical-align: top;
}
td {
	vertical-align: top;
	empty-cells: show;
}



/* Slideshow */
#slideshow {
	height: 304px;
	position: relative;
}
.slideshowimage {
	width: 199px;
	height: 149px;
	position: absolute;
}

.nice_footer {
	clear:both;
	color:#999999;
	font-size:0.8em;
	margin-bottom:15px;
	margin-left:125px;
	padding-top:10px;
	width:770px;
	text-align:justify;
}
