/*
	Dieses Stylesheet beinhaltet Basis-Styles
*/

body {
	background:url(../images/body-bg.gif) repeat-x white;	
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000;
	padding:0;
	margin:0;
	line-height:1.6;
	height:100%;
}

/* links */
a { text-decoration:underline; }
a:visited {text-decoration:underline; }
a:hover { text-decoration:none; }
a:active { text-decoration:underline;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a img {
	border:0;
}

/* ie 7 resizing bug */
img { -ms-interpolation-mode:bicubic; }

/* headlines */
h1 {
	font-size: 2em; 
	font-weight: normal;
	padding: 0;
	margin:0;
 }

h2 {
	font-family:Helvetica,Arial,sans-serif;
	padding:0;
	margin:0;
	padding-bottom:0.3em;
}


h3 {
	font-size: 1.1em;
	padding:0;
	margin:0;
	padding-bottom:0.5em;
}

p, pre {
	padding: 10px;
	margin:0;
}

pre, code { font-size: 1.2em;}
acronym { cursor:help; }

input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color:#626262;
	border:1px solid #c4c4c4;
}

input:hover {
	border:1px solid #797979;
}

input[type='submit']:hover {
	border:0;
}

input[type='radio'] {
	border:0;
	background:none;
}

.hidden {
	display:none;
}

.description {
	color:#626262;
}

.url {
	color: #228822;
}

ol {
	margin-left:2em !important;
}
