/*-------------------CSS RESET---------------------------
-------------------------------------------------------*/
*{
	padding: 0;
	margin:	0;
	font-size: 100%;
	font-weight: normal;
	border-spacing: 0;
	text-decoration: none;
}

ul, 
ol {
	list-style: none;
}

b,
strong {
	font-weight: bold;
}

img,
a img {
border: none;
}

/*-------------------Schrift / Grösse -------------------
-------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}

p {
	font-size: 1em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h1,
h2,
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #273B9E;
	text-decoration: none;
	font-style: normal;
	font-variant: small-caps;
	padding-top: 11px;
	padding-left: 210px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #273B9E;
	text-decoration: none;
	padding-left: 5px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 0px;
}

p#head {
	margin-top: -5px;
	padding-top: 0px;
	padding-bottom: 20px;
	letter-spacing: 0.2em;
	padding-left: 213px;
	font-weight: bold;
	color: #273B9E;
}

/*----------------------- Layout ------------------------
-------------------------------------------------------*/

#container {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	position: relative;
}

#oben {
margin-left: 179px;
}

#liks {
width: 180px;

}

#mitte {
width: 560px;
margin-left: -1px;
}

#rechts {
width: 218px;
margin-left: -1px;
}

#subwrapper {
	width: 559px;
	background-color: #e6e6e6;
	margin-top: -3px;
}

#subLinks {
	width: 229px;
	padding-left: 25px;
	padding-right: 25px;
}

#subRechts {
	width: 224px;
	padding-left: 35px;
	padding-right: 20px;
}

p#co {
	font-size: 0.75em;
	color: #27399D;
	padding-top: 5px;
	padding-bottom: 2px;
}

/*----------------------- Navi --------------------------
-------------------------------------------------------*/
a:link,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #273B9E;
	font-weight: bold;
	text-decoration: none;
}

a:hover,
a:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0033;
	text-decoration: underline;
}

ul li {
	display: block;
	margin-left: 35px;
	padding-top: 5px;
	padding-bottom: 10px;
}


ul li a:link,
ul li a:visited {
	width: 190px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.trans a:link,
.trans a:visited {
	background-image: url(../bilder/tiricon.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.trans a:hover,
.trans a:focus,
.trans a:active {
	background-image: url(../bilder/tiricon.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}

.pal a:link,
.pal a:visited {
	background-image: url(../bilder/palicon.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.pal a:hover,
.pal a:focus,
.pal a:active {
	background-image: url(../bilder/palicon.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
}
.pal {
margin-bottom: 5px;
}

#de{
margin-left: 19px;
}

/*----------------------- Allgemein ---------------------
-------------------------------------------------------*/
.fl {
float: left;
}

.fr {
float: right;
}

.claerfloat {
	clear: both;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #283A9E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #283A9E;
}

