/*	A FEW BASICS -- */

html {
	height: 100%;
	overflow-y: auto;
}

body {
	/*background-color: #e1cfac;*/
	background: #ffffff;
}

h1, h2, h3 {
	font-family: Palatino, Times, serif;
	color: #475257;
}

p, span, ul, ol {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
}

a {
	color: #A50046;
	text-decoration: underline;
}

/*	LAYOUT -- */



/*	LANGUAGE SELECTOR  */
#base_language p {
	background-color: #FFF;
	margin-left: -5px;
	padding-left: 5px;
}

#base_language p a{
	color: #000;
	text-decoration: none;
}


/*	HEADER  */
#base_headcontainer {
	background-color: #EAEAEA;
	background-image: url(../gfx/base_language_background.gif);
	background-repeat: repeat-x;
}

	#base_header {
		height: 179px;
		background-image: url(../gfx/base_header_background.gif);
		background-repeat: no-repeat;
	}

		#base_header_logo {
			background-image: url(../gfx/base_header_logo.gif);
			background-position: 14px 30px;
			background-repeat: no-repeat;
			height: 162px;
		}

/*	FOOTER  */

#base_footer {
	background-color: #e6e6e6;
}

#base_footer ul li {
	margin-left: 15px;
}

#base_footer ul li a {
	color: #000;
	text-decoration: none;
}
	
#base_footer ul li a:hover {
	text-decoration: underline;
}


/*	MAIN CONTAINER  */

.container {
	padding: 0px 13px;
	background-color: #FFF;
	background-image: url(../gfx/base_container_shadow_sides.gif);
}

#base_main_container {
	margin-top: 3em;	
}



/*	SIDEBAR  */

#base_sidebar {
	padding-top: 1.5em;
}

/*	SHADOWBOX  */

.base_shadowbox {
	margin: 0px auto;
	height: 13px;
	width: 966px;
	background-position: -10px 0px;

}

#top {
	margin-top: 50px;
	background-image: url(../gfx/base_container_shadow_top.gif);
}

#bottom {
	background-image: url(../gfx/base_container_shadow_bottom.gif);
}


#base_teasebox_left {
	padding-top: 107px;
	background-image: url(../gfx/bild01.jpg);
	background-repeat: no-repeat;
}

#base_teasebox_left .large {
	color: #A50046;
}

.smallcontent ul li {
	list-style-image: url(../gfx/bullet.gif);
}

/* TYPO Stuff */
.smallcontent {
	margin: 0 auto;
	background: #fff;
}
