/* 
Daily Job main stylesheet
created by subdesign.ch
March, 2007
*/

/* Elements */

body{
margin:20px;
padding:0;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.2em;
}

b{font-size: 110%;}


h1 {
	color: #990000;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	color: #990000;
	font-size: 1em;
	font-weight: bold;
	/*line-height: 0.5em;*/
}
h3 {
  	display: block;
	font-size: 1em;
	color: #990000;
	border-bottom: 1px solid #ccc;
}

h4 {
  	display: block;
	font-size: 1em;
	color: #000;
}

a, a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #990000;
}
a:hover{
	color: #000;
}
/* IDs */

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFF;
height: 141px; /*Height of top section*/
border-bottom: 1px solid #990000;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 139px; /*Set left margin to LeftColumnWidth*/
margin-top: 10px;
background-image: url(../img/dotted_v_red.gif);
background-repeat: repeat-y;
height: 100%;
}

#leftcolumn{
float: left;
font-size: 1.2em;
color: #990000;
width: 141px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
margin-top: 10px;
}

#secNavig {
	font-size: 0.8em;
	margin-top: 107px;
	text-align: right;
	padding-right: 15px;
	color: #000;
	line-height: 2em;
}

#secNavig a {
	color: #000
}

#secNavig a:hover {
	color:#990000;
}
#footer{
clear: left;
width: 100%;
font-size: 0.8em;
background: #F2F2F2;
text-align: left;
vertical-align: middle;
color: #666;
/*padding: 4px 0;*/
}

#footer a{
color: #FFFF80;
}

#gfxright{
float: right;
margin-top: -11px;
}

#djclock {
	color: #999;
	font-size: 0.8em;
	position: absolute;
	margin-left: 697px;
	margin-top: 112px;
}

/* Classes */

.innertube{
margin-left: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.dothr {
	background-image: url(../img/dotted_h_black.gif);
	background-repeat: repeat-x;
}
.nofloat {
	clear: left;
}
.smallContainer {
	width: 230px;
	float: left;
}

.smallContainer1 {
	width: 220px;
	float: left;
	padding-right:5px;
	margin-right:10px;
	background-image: url(../img/dotted_v_red.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.smallContainer2 {
	width: 220px;
	float: left;
	background-image: url(../img/dotted_v_red.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.spacer {
	background-image: url(../img/dotted_v_red.gif);
	background-repeat: repeat-y;
	width: 20px;
	float: left;
	height: 100%;
}

.lightborder {
	border: 1px solid #cccccc;
}

.partnerleft {
	color: #000;
	font-weight: bolder;
	vertical-align: top;
	width: 30%;
	
}
.partnerright {
	margin-left: 200px;
	color: #990000;
	font-weight: bolder;
	/*line-height: 2em;*/
	vertical-align: top;
	width: 70%;
}

.bold {
	font-weight: bold;
}

.teamleft {
	width: 250px;
	float: left;
	
}

.teamleft img {
	border: 1px solid #990000;
}
.teamright {
	margin-left:250px;
	line-height: 1.5em;
}
.border {
  border: 1px solid #990000;
}

/* Formular */

label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit {
	
 /* den Submit-Button */
  float: none;
  width: auto;
}

label {
 text-align: left; 
 /*margin: 5px 0 5px 0;*/
 margin: 5px 0 5px 0;
 padding-right: 1em; 
}

form {
  background: #f2f2f2;
  border: thin solid #ccc;
  margin: 0;
  padding:.5em;
}

input#kontakt, input#post, input#email {
	width: auto;
}

/* Tabellen */

table {
border-collapse: collapse;
table-layout: fixed;

	
	
	
}

td {
	border: 1px solid #ccc;
	/*line-height: 2em;*/
	vertical-align: top;
	padding: 10px;
}

#nutzen table {
	
	
}
#nutzen td {
	border: 1px solid #ccc;
	
}


