/* www.kvg-atlas.ch / www.kvg-atlas.li
	created by Stämpfli Publikationen AG (c)2008
	Januar 2009 / ust
*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: #ebf8f9;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	overflow: auto;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #00a0b0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	color: #000000;
}

p {
	padding-bottom: 15px;
}

/* IDs */
#wrapper {
	background-color: #ffffff;
	text-align:left;
	width:900px;
	border: solid 1px #000000;
	margin:0 auto;
}

#sso {
	background-image: url(../images/sso.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 900px;
	height: 70px;
	margin: 20px 0;
}

#header {
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	width: 900px;
	height: 105px;
}

#header a {
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	color: #00a0b0;
	text-decoration: underline;
}

#content {
	width: 500px;
	padding: 50px;
	text-align: left;
}

#content a {
	color: #00a0b0;
	text-decoration: none;
}

#content a:hover {
	color: #00a0b0;
	text-decoration: underline;
}

/* Classes */
.h1_black_sub {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #000000;
}

.sub {
	font-size: 9px;
	padding-bottom: 15px;
	color:#000000;
}

.language {
	position: relative;
	top: 80px;
	left: 50px;
}

.activlng {
	color: #00a0b0;
}

.grey {
	color: #aaaaaa;
}

.tblaround {
	width: 900px;
}

.tdlabel {
	width: 100px;
	float: left;
}

.tdinput {
	width: 700px;
}

.tdlabel2 {
	width: 150px;
	float: left;
}

.tdinput2 {
	width: 650px;
}

.input, .input30, .select {
	width: 300px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	border: solid 1px #00a0b0;
	text-align: left;
	margin-bottom: 3px;
	padding: 2px;
}

.input30 {
	width: 30px;
	text-align: right;
}

.select {
	width:80px;
	padding: 0;
}

.button {
	background-color: #ebf8f9;
	border: solid 1px #00a0b0;
	padding: 2px 5px;
	margin: 10px 0;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

.red {
	color: #ff0000;
}

.clr {
	clear: both;
}