
/* Generelle Linkfarben */
a:link    { color: #CCCCCC; text-decoration: none; }  /* unvisited link */
a:visited { color: #CCCCCC; text-decoration: none; }  /* visited link */
a:focus   { color: #FFFFFF; text-decoration: underline; }  /* focus link */
a:hover   { color: #FFFFFF; text-decoration: underline; }  /* mouse over link */
a:active  { color: #FFFFFF; text-decoration: underline; }  /* selected link */


/* Begin Typography & Colors */
.normaltext {
	font-size: 0.9em; /* Resets 1em to 10px */
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	color: #202020;
	line-height: 1.5em;
	}
.normaltext a:link { color: #000000; text-decoration: underline; }
.normaltext a:visited { color: #000000; text-decoration: underline; }
.normaltext a:hover { color: #000000; text-decoration: underline; }
.normaltext a:active { color: #000000; text-decoration: underline; }

.menue {
	font-size: 0.9em; /* Resets 1em to 10px */
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	color: #202020;
	line-height: 1.5em;
	}

.board {
	font-size: 0.9em; /* Resets 1em to 10px */
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	color: #ffffff;
	line-height: 1.5em;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.4em;
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	color: #202020;
	}

.small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #ffffff;
	}
.small a:link { color: #FFFFFF; text-decoration: underline; }
.small a:visited { color: #FFFFFF; text-decoration: underline; }
.small a:hover { color: #FFFFFF; text-decoration: underline; }
.small a:active { color: #FFFFFF; text-decoration: underline; }

h1, h2, h3 {
	font-family: Arial, Verdana, 'Trebuchet MS', 'Lucida Grande', Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.3em;
	text-align: left;
	color: #202020;
	}
	
/* Generelle Linkfarben */
h1 a:link    { color: #202020; text-decoration: none; }  /* unvisited link */
h1 a:visited { color: #202020; text-decoration: none; }  /* visited link */
h1 a:focus   { color: #202020; text-decoration: underline; }  /* focus link */
h1 a:hover   { color: #202020; text-decoration: underline; }  /* mouse over link */
h1 a:active  { color: #202020; text-decoration: underline; }  /* selected link */

h2 {
	font-size: 1em;
	color: #202020;
	}

h3 {
	font-size: 1.3em;
	}
/* End Typography & Colors */

.narrowcolumn {
	text-align: left;
	float: left;
	padding: 15px 0 20px 15px;
	margin: 0px 0 0;
	width: 750px;
	border: 1px;
	}
.narrowcolumn a:link { color: #CC0000; text-decoration: underline; }
.narrowcolumn a:visited { color: #CC0000; text-decoration: underline; }
.narrowcolumn a:hover { color: #CC0000; text-decoration: underline; }
.narrowcolumn a:active { color: #CC0000; text-decoration: underline; }

/* Hier der Button */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(file:///E|/Projekte/it-arbeitsmarkt/_admin/%27_gfx/bg_button_a.gif%27) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-top: 15px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(file:///E|/Projekte/it-arbeitsmarkt/_admin/%27_gfx/bg_button_span.gif%27) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
/* ENDE Button */