/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

img {
	border:0;
	}
	
td, div {
	font-size:12px;
	}



/******* FARBEN *******/

.black { color:#000000; }
.white { color:#FFFFFF; }
.dgray { color:#181818; }
.blue { color:#193d5d; }


/******* FONTSIZE *******/

.text10 { font-size:10px; }
.text11 { font-size:11px; }
.text12 { font-size:12px; }
.text13 { font-size:13px; }
.text14 { font-size:14px; }
.text16 { font-size:16px; }
.text18 { font-size:18px; }
.text20 { font-size:20px; }
.text24 { font-size:24px; }


/******* STYLES *******/

.bold {
	font-weight: bold;
	}

.pointer {
	cursor:pointer;
	}



h1 {
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:24px; 
	}

h2 {
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:20px; 
	}

h2 a { color:#FFF; text-decoration:none; }

h3 {
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:14px; 
	font-weight:bold;
	}
