@charset "UTF-8";
/* CSS Document */

td {
	text-align: left;
}

#content a {
	color: #FFF;
	font-weight: bold;
}

p {
   margin: 0;
   padding: 0;
}

body {
	background-image: url(userfiles/image/www.tagesfoto.ch.png);
	background-repeat: no-repeat;
	background-position: 50% 240px;  
    color: #dddddd;
    font: 80% sans-serif;
}
html, body {
  background-color: #222222;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
	position: relative;
	background-color: #222222;
}

#zentriert {
	position: relative;
	top: 0px;
	/*left: 50%;
	margin-left: -480px; /*Hälfte der Gesamtbreite der Box - auch border oder padding zählen hinzu */
	width: 1120px;
	/*border: 1px dotted lime;*/
}

#nav {
	background-color: #555555;
	float: left;
	width:200px;
	/*border: 1px dotted red;*/
}

#content {
	width:780px;
	position: absolute;
	left:200px;
	/*border: 1px dotted red;*/
}


#content td {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 200%;
	}

#werbewerft {
	position: absolute;
	margin-top: 570px;
	left: 0%;
	
}

.menuTitel {
    color: #fff;
	margin-left: 10px;
	font-size: 20px;
}

img.tagesfoto {
	border: 2px solid #FFF;
}


#Captcha1 {
	border: none;
	background: transparent;
	color: #fff;
}

.connect_widget_text {
	color: #fff !important;
}


