@charset "utf-8";
/* CSS Document */

/* ALGEMEEN */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {
	margin:0px; padding:0px; 
}

body { 
	font-family: Arial, Helvetica, sans-serif; 
	/* background: #f1cee3; */
    background: url(images/bg.jpg);

}

.container {
    width: 800px;
    margin: 0 auto; 
}

/* HEADER */

#main {
    background: url(images/header_slice.jpg) repeat-x; 
}

#main .container {
    background: url(images/header.jpg) no-repeat; 
}

/* LOGO */

#logo {
    background: url(images/logo.png) no-repeat;
    height: 111px;
    width: 283px;
	float: left; 
}

#logo h1 {
    text-indent: -9999px;
	padding-top:40px;
}

#header {
    padding-top: 10px; 
}

/* MENU */

ul#menu {
    list-style: none;
	padding-top: 127px; 
}

ul#menu li a {
    font-size: 12px;
    color: #dac7d2;
    text-decoration: none; 
}

ul#menu li {
    float: left;
	padding-left: 0px;
	padding-right: 20px
}

ul#menu li a.active, ul#menu li a:hover {
	color:#2c1121;
}

/* CONTENT */

#content h2 {
    font-size: 36px;
    color: #2c1121; 
}

#content h3 {
    font-size: 24px;
    color: #2c1121;
}

#content h4 {
    font-size: 18px;
    color: #373737;
    font-weight: normal; 
}

#content p {
    font-size: 12px;
    color: #2c1121; 
}

#content small {
    font-size: 12px;
    color: #2c1121; 
}

#content a {
    color: #622e4b;
    text-decoration: none; 
}

#content a.active, #content a:hover {
	color:#ffffff;
}

/* CONTENT_STRETCH */

#content_stretch h2 {
    font-size: 36px;
    color: #2c1121; 
}

#content_stretch h3 {
    font-size: 24px;
    color: #2c1121;
}

#content_stretch h4 {
    font-size: 18px;
    color: #373737;
    font-weight: normal; 
}

#content_stretch p {
    font-size: 12px;
    color: #2c1121; 
}

#content_stretch small {
    font-size: 12px;
    color: #2c1121; 
}

#content_stretch a {
    color: #622e4b;
    text-decoration: none; 
}

#content_stretch a.active, #content_stretch a:hover {
	color:#ffffff;
}

/* WELCOME TEXT */

#welcome h2 {
    font-size: 36px;
    color: #622e4b;
    padding-top: 0px; 
}

#welcome h3 {
    font-size: 24px;
    color: #444444;
    padding-top: 0px;
	padding-bottom:10px;
}

#welcome p {
    font-size: 14px;
    color: #595858;    
}


/* BLOCKS */

#welcome {
    width:800px;
	margin-top:25px;
}

#content {
    width: 580px;
	float:right;
}

#content_stretch {
    width: 800px;
	float:right;
}

#sidebar {
    width: 200px;
	float:left;
	overflow:auto;
}

/* Block-Styles */

.block {
	border:1px solid #2c1121;
	background-color:#dac7d2;
	margin-bottom:20px;
}
.block_inside { 
	display:block; 
	border:1px solid #c9b8c2;
	background: url(images/background_block_slice.jpg) repeat-x;	
	padding:15px;
	overflow:auto;
}

.image_block {
	border:1px solid #c9b8c2;
	background-color:#d1bac7;
	padding:5px;
	float:left;
}
.image_block img {
	border:1px solid #c9b8c2;
}
.text_block {
	background-color:#dac7d2;
	float:left;
	width:370px;
	margin-left:20px;
}

.text_block_content {
	background-color:#dac7d2;
	float:left;
}

.text_block_menu {
	background-color:#dac7d2;
	float:right;
}


/* SIDE MENU */

#sidebar h3 {
    font-size: 24px;
    color: #622e4b;
    font-weight: normal;
    padding-bottom: 20px;
    padding-left: 15px;
}

ul#sidebar_menu {
	text-align:right;
    list-style: none;
}

ul#sidebar_menu li a {
	text-decoration: none;
    font-size: 12px;
    color: #622e4b; 
}

ul#sidebar_menu li a.active, ul#sidebar_menu li a:hover {
	color:#ffffff;
}

/* FOOTER */

#footer {
    background: url(images/footer_slice.jpg) repeat-x;
    padding-top: 80px;
    padding-bottom:60px;
    margin-top: 40px;
    color: #fff;
	background-color:#622e4b; 
	overflow:auto;
}



#affiliate {
	margin-right:10px;
    width:400px;
	float:left;
}

#about {
	margin-right:10px;
    width:190px;
	float:left;
}

#info {
    width:190px;
	float:left;
}

#footer h2 {
    font-size: 36px;
    color: #2c1121; 
}

#footer h3 {
    font-size: 24px;
    color: #2c1121;
}

#footer h4 {
    font-size: 18px;
    color: #2c1121;
    font-weight: normal; 
	padding-bottom:10px;
}

#footer p {
    font-size: 11px;
    color: #2c1121; 
}

#footer small {
    font-size: 12px;
    color: #ffffff; 
}

#footer a {
	color: #ffffff;
    /*color: #0f6c8d;*/
    font-weight: bold;
    text-decoration: none; 
}

#copyright {
	margin-top:80px;
}

hr {
	border: 0px; 
	background-color: #2c1121; 
	height:1px
}

#copyright p {
    font-size: 11px;
    color: #2c1121; 
}

