/* CSS Document */

body {
	background-color: #3E4D6A;
	}
	

#inhalte {
	background-image: url(/layout/layout1/img/traube.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}


/* farbabhängig */
	

h1 {
	font-size: 16px;
	color: #3E4D6A;

}

h2 {
	font-size: 14px;
	color: #3E4D6A;

}
h3 {
	font-size: 16px;
	color: #3E4D6A;
	border-bottom: 1px solid #3E4D6A;

}
A {
	color: #3E4D6A;   
}


A:VISITED {
	color: #3E4D6A;   
}

A:HOVER {
	color: #3E4D6A;   
}


A:ACTIVE {
	color: #3E4D6A;   
}


.teaserbox {
	background-color: #f4f4f4;
	border: 1px solid #3E4D6A;
	font-size: 16px;
	color: #3E4D6A;
	padding-bottom: 10px;
}

