/* Standard-Tags */

body {
	background-color: #e6e6e4;
	padding: 10px 0px 0px 0px;
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;	
}

p {
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px 0px 0px 0px;	
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-weight: 600;
}

a:link {
	color: #666666;
	text-decoration: none;
	
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}

.bildbez {	
	color: #b81947;
}

.kategorie{
	color: #666666;
}

.copyright {
	font-size: 10px;
	color: #666666;
}

.foto {
	border: none;
}


.foto a:link img{
	border: 0px;
	}

.foto a:visited img{
	border: 0px;
	}

.foto a:hover img{
	border: 0px;
	}


.bildlsite {
	padding: 10px 0px 10px 0px;
	border: none;
}

.bildliste a:link img{
	padding: 4px;
	border: 0px;
	}

.bildliste a:visited img{
	padding: 4px;
	border: 0px;
	}

.bildliste a:hover img{
	padding: 4px;
	border: 0px;
	}
	
.navi {
	color: #990000;
	font-weight: 600;
}


#back {
	float: left;
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;	
	color: #666666;
	font-weight: 600;
}

#next {
	float: right;
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;	
	color: #666666;
	font-weight: 600;
}

#vitafoto {
	float: left;
	margin: 10px 20px 0px 0px;
	height: 425px;
}

/* es folgen die Formatierungen für das Formular */
table {
	margin: 0px;	
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

td.links {
	width: 150px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	vertical-align: top;		
}

td.rechts {
	width: 350px;
	padding: 0px 0px 10px 0px;
	}

td.ueber {
	font-size: 11px;
	}

textarea, input {
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding:0px 2px;
	margin:0px;
	border-style:solid;
	border-color: #666666;
	border-width:1px;

}


textarea {
	width: 300px;
}

input {
	width: 300px;
}

#submit {
	border-color: #666666;		
	background-color: #e6e6e4;
	color: #000000;
	font-weight: 600;
	width: 75px;
}

/* Aussehen der kleinen Vorschaubilder */

#thumbnails {
	padding: 10px 0px 10px 0px;
	border: none;
}

#thumbnails a:link img{
	padding: 4px;
	border: 0px;
	}

#thumbnails a:visited img{
	padding: 4px;
	border: 0px;
	}

#thumbnails a:hover img{
	padding: 4px;
	border: 0px;
	}
	

/* Head-Bereich */

.head {
	height: 30px;
	background-image: url(http://www.kerstinbruemmer.de/gfx/kerstinbruemmer.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 30px 0px 0px 0px;	
}

ul {
	font-family: "trebuchet MS", arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

li {
	list-style-type: none;
	display: inline;
}

/* Head-Bereich Ende */


/* Container*/
#main {
	width: 770px;
         margin-left: auto;
         margin-right: auto; 
	height: 100%;
}

#oben {
	width: 770px;
	height: 15px;
	background-image: url(http://www.kerstinbruemmer.de/gfx/bg_oben.gif);
	background-repeat: no-repeat;
}

#mitte {
	width: 684px;
	background-image: url(http://www.kerstinbruemmer.de/gfx/bg_mitte.gif);
	background-repeat: repeat;	
	height: 120%;
	padding: 0px 43px 0px 43px;
}


#unten {
	float: left;
	width: 770px;
	height: 15px;
	background-image: url(http://www.kerstinbruemmer.de/gfx/bg_unten.gif);
	background-repeat: no-repeat;
}

