/* brother of unstyled.css -- standard design presets */
@import url(/Css/framework.css);

/*
Hier nur tags!
*/


body {
	background-color: white;
	color: #222222;
	font-size: 12px;
}

body, h1, h2, h3, h4, h5 {
	font-family: verdana, tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
	font-weight: normal;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:17px;
}

h4 {
	font-size:15px;
}

h5 {
	font-size:13px;
}

h6 {
	font-size:12px;
}


th, dt {
	font-weight: normal;
}

p {
	margin: 0.5em 0 0.5em 0;
}


ul, ol, dl {
	margin: 0;
}
ul, dl {
	padding: 0;
}

ul {
	list-style-type: none;
}

ol {
	padding-left: 22px;
}


a {
	color: #064CC3; /*#2940A9;*/
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0944A8; /*#2940A9;*/
}

a:visited {
	color: #02266D; /*#5A29A9;*/
}

a:hover {
	text-decoration: underline;
}

h1 a:hover {
	text-decoration: none;
}

hr {
	border: none;
	height: 0;
	border-top: 1px solid #222222;
}

input, textarea, iframe, select {
	border: 1px solid silver;
}



