/* screen.css */
/* For output on screens */

body, html {
	min-height:101%; /*Scrollbar immer anzeigen*/
	}
	
a {
	text-decoration: none;
}
	
#wrapper {
	padding-left: 40px;
	padding-right: 40px;
}
	
#header {
	border-bottom: solid 1px #c0c0c0;
}
	
h1 {

	color: rgb(194, 60, 60);
    font-family: 'Arial-BoldMT', 'Arial', sans-serif;
    font-size: 36px;
    font-stretch: normal;
    font-style: normal;

}

#subtitle {
	color: rgb(194, 60, 60);
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	font-size: 14px;
	letter-spacing: 3px;
}

#navigation {
	padding-top: 20px;
	padding-bottom: 50px;
}

#content {
	border-bottom: solid 1px #c0c0c0;
}

#active {
	border: solid 3px rgb(194, 60, 60);
}

#view {
	padding-bottom: 30px;
	
}

#description {
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	font-size: 14px;
	color: #a0a0a0;
}

#footer {
	font-family: 'Arial-BoldMT', 'Arial', sans-serif;
	font-size: 12px;
	color: rgb(194, 60, 60);
}