/* <link type="text/css" media="screen" rel="stylesheet" href="css/default.css">

width: px; height: px;
padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
background: #; color: #;
text-transform: uppercase; text-transform: lowercase; text-transform: capitalize;
font-family: verdana, helvetica, sans-serif;
font-size: pt;
font-weight: normal; font-weight: bold;
line-height: pt;
text-decoration: none; text-decoration: underline;
text-align: left; text-align: center; text-align: right; text-align: justify;

*/

/* custom id's (div) */
#typolist { padding: 0px 0px 0px 0px; margin: 6px 0px 0px 0px; }

/* html tags */
body {
	background: #ffffff;
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 11pt;
	
	/* scrollbar, supported ie > v5.5 */
	scrollbar-base-color: 		#ffffff;
	scrollbar-track-color: 		#ffffff;
	scrollbar-face-color: 		#1080DA;
	scrollbar-highlight-color: 	#1080DA;
	scrollbar-3dlight-color: 	#ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: 	#ffffff;
	scrollbar-arrow-color: 		#ffffff;}
h1,
h2 {
	margin-top: 30px; margin-bottom: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-family: times new roman, serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 11pt; }
p,
td {
	color: #393F44;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 11pt; }
ol,
ul { margin-top: 6px; margin-bottom: 6px; margin-left: 15px; }
li { 
	list-style-image: url(img/li.gif)
	margin-bottom: 3px;
	color: #393F44;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt; }

	/* forms */
form {
	padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
input,
select,
textarea {
	color: #393F44;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	width: 240px; }

	/* navigation links */
/*
a, a:link, a:active, a:visited { text-decoration: none; color: #031726; }
a:hover { text-decoration: underline; color: #031726; }
*/

	/* links */
a, a:link, a:active, a:visited { 
	text-decoration: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #E03F57;	}
a:hover { text-decoration: underline; color: #E03F57; }

	/* default: img border, focus outline */
img { border: 0px; }
img.icon { vertical-align: bottom; margin: 3px 0px 2px 0px;  }

a:focus,
a.custom:focus { outline: none; }

	/* custom classes*/
p.white, .typo3_image_caption {
	color: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 15pt; }

/* colors */
.blue1 { color: #031726; text-decoration: underline; text-transform: uppercase; }
.blue2 { color: #43c1cf; }
.blue3 { color: #cadae2; }

.grey1 { color: #50565b; }
.grey2 { color: #43a4ad; }
.grey3 { color: #caccce; }

.green1 { color: #94b26a; }
.green2 { color: #bfd1a5; }
.green3 { color: #dfe8d2; }

.white { color: #000000; }
