@charset "UTF-8";
/* CSS Document */

/* ------------- "generic" styles */

@import url("masthead.css");
@import url("sidebar_right.css");
@import url("footer.css");


body {
	margin: 0;
	padding: 0 0 0 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #bec2c2;
	background-image:url(../assets/images/marx-engels.png);
	background-repeat: no-repeat;
	background-position: 5em 40em;
}

a {
	text-decoration: none;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	padding: .25em 0 .25em 0;
	margin: 0 0 0 1em;
	}
	
h3 {
	font-size: 1.2em;
	text-transform: lowercase;
	border-bottom: 1px solid #FFF;
	background-color: #FFFFFF;
	color: #003300;
	margin: 0 0 1em -1.4em;
	padding: .4em .8em 0 1em;
}

h4 {
	margin: 0 0 0.5em;
	padding: 0.5em 0;
	font-weight: normal;
	color: #003300;
	font-size: 1em;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

h5 {
	margin: 0 0 0 0;
	padding: 0.5em 0 .5em 0;
	font-weight: normal;
	color: #800606;
	font-size: 1.2em;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

h6 {
	margin: 0 0 0 0;
	padding: .5em .5em 0 .5em;
	font-weight: normal;
	color: #003300;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

ul {
	margin : 0;
	padding : 1em 0 1em 3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
 }

li {
	list-style-type: circle;
	padding: 0;
}

em {
	font-style: italic;
}

/* ------------- main column styles */

div#content {
	float: left;
	background-color: #BEC2C2;
	/*background-image:url(../assets/images/marx-engels.png);
	background-repeat: no-repeat;
	background-position: 5em bottom;*/
	padding: 0em 22em 0em 1.5em;
	font-size: 13px;
}

#content h1 {
	margin: 0 33% 1.25em -2em; 
	padding: 0.5em 2em;
	background: #CCD9D9; color: #990000;
	font-size: 1.5em;
	
}

#content h1 b {
	color: #003300;
}

#content h2 {
	padding-bottom: .25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	margin: .5em 0 .5em 0;
}

#content a {
	color: #800606;
	text-decoration: underline;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#content a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	}

