/****************************************************************************************\
Standard Stylesheet

© 2004 - 2005 goleon websolutions gmbh, CH-2503 Biel, http://www.go-leon.ch
\****************************************************************************************/

/****************************************************************************************\
Standard Elemente
\****************************************************************************************/
@import url("../wetter/css/tiny.css");
html {
}
* {
	color:#333333;
	font-size:11px;
	font-family:Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	vertical-align:top;
}

body,p,h1,h2,h3,form {
	margin:0px;
	padding:0px;
}

body {
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	background-repeat: repeat;
	background-position: 0px 0px;
}

img {
	border:0px;
}

a.headline {
	color:#007e50;
	font-size: 14px;
}

a.headline:hover {
	color:#007e50;
	font-size: 14px;
}

.small {
	color:#666666;
	font-size: 10px;
}


h1 {
	color:#007e50;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	font-size: 14px;
}

h2 {
	color:#ffffff;
	margin-top:69px;
	margin-bottom:35px;
	font-weight:700;
	width:300px;
}

h3 {
	color:#ffffff;
	margin-top:15px;
	margin-bottom:15px;
	width:300px;
}
a {
	color:#333333;
	text-decoration:none;
	font-size:12px;
}

a.activ {
	color:#999999;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	color:#999999;
	text-decoration:none;
	font-size:12px;
}
a.normal {
	color:#333333;
	text-decoration:none;
	font-size:11px;
}
a.normal:hover {
	color:#999999;
	text-decoration:none;
	font-size:11px;
}
/****************************************************************************************\
Formulare
\****************************************************************************************/
input.text
{
background: #ffffff;
border: 1px solid #cccccc;
color: #333333;
font-size: 11px;
height:18px;
}
input.textInput
{
background: #ffffff;
border: 1px solid #cccccc;
color: #333333;
font-size: 11px;
}
input
{
background: #ffffff;
border: 1px solid #cccccc;
color: #333333;
font-size: 11px;
}



textarea
{
background: #ffffff;
border: 1x solid #cccccc;
font-family: verdana;
font-size: 11px;
color: #333333;
}
input.bgcolorlong
{
	background: #007e50;
	width: 90px;
	color: #ffffff;
	font-size: 11px;
	border: 1px solid #007e50;
	height:20px;
	text-align:center;
	vertical-align:text-top;
}

