/* Start of CMSMS style sheet 'lvr-typographie' */
/*Global Settings*/

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333;
	}
body {
	font-size: 12px;
	}
		
* {
	margin: 0;
	padding: 0;
	}
	
/*typography*/
a:link {
  text-decoration: none;
	color:#c30;
	border-bottom: 1px solid #c30;
	}
a:visited {
	text-decoration: none;
	color:#c30;
	border-bottom: 1px solid #c30;
	}
a:active {
	background: #c30;
	color: #fff;
	text-decoration: none;
	}
a:hover {
	background: #c30;
	color: #fff;
	text-decoration: none;
	}
h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	clear:both;
	font-size: 16px;
	color: #063;
	border-bottom: 1px solid #063;
	padding: 0 0 3px 0;
	margin: 10px 0 15px 0;
	}
h3 {
        clear:both;
	font-size: 14px;
	color: #063;
	padding: 3px 0 0 0;
	margin: 10px 0 5px 0;	
	font-weight: bold;
	}
h4 {
	font-size: 12px;
	color: #063;
	background: #9c9;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 15px;
	border-top: 1px solid #063;
	border-bottom: 1px solid #4c9470;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	
	line-height: 120%;
	}
p {
	line-height: 120%;
	}
pre {
	font-family: monospace;
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}
/* End of 'lvr-typographie' */

