/* Elements Determining Page Layout & Appearance*/

body {

	font-size: 12pt;
	font-family: "Verdana";
	color: silver;
	background: black;
	
}

p {

    font-size: 12pt;
    font-family: "Verdana";
    font-weight: "normal";
    
}

h1 {

    font-size: 22pt;
    font-family: "Verdana";
    font-weight: "bold";
}

h2 {

    font-size: 18pt;
    font-family: "Verdana";
    font-weight: "bold";
    
}

h3 {

    font-size: 14pt;
    font-family: "Verdana";
    font-weight: "bold";
    
}

h4 {

    font-size: 12pt;
    font-family: "Verdana";
    font-weight: "bold";
    
}


div.page {

	background-color: black;
	
}

div.menu {

	width: 150px;
	float: left;
	
}

div.body {

	margin-left: 160px;
	
}

div.header {

	text-align: center;
	
}

div.content {

	border-style: groove;
	background-color: silver;
	border-color: gray;
	padding: 1em;
	color: black;
	
}

div.footer {

	text-align: center;
	
}

/* Elements for CSS Alignment of Text & Images */

span.center {

	text-align: center;
	
}

span.left {

	text-align: left;
	
}

span.right {

	text-align: right;
	
}

/*Controls for the Little Flag Images*/

img.sprache:hover {

    border-style: inset;
    border-color: silver;
    border-width: 2px;

}

img.sprache {

    border-style: outset;
    border-color: silver;
    border-width: 2px;

}

img.sprache:active {

    border-style: inset;
    border-color: white;
    border-width: 2px;

}

img.sprache:visited {

    border-style: outset;
    border-color: silver;
    border-width: 2px;

}

/*Main Menu Appearance*/

ul.menu {

    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    line-height: 20pt;

}

ul.sub_menu {

    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    padding: 0px;
    margin: 0px;
    text-indent: 10px;
    text-decoration: none;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    line-height: 16pt;

}

a.menu {

    text-decoration: none;
    color: silver;

}

a.menu:hover {

    color: white;
    text-decoration: underline;

}

a.menu:active {

    color: white;
    text-decoration: underline;
    font-size: smaller;

}

a.menu:visited {

    color: silver;
    text-decoration: none;

}

a.menu:visited:hover {

    color: white;
    text-decoration: underline;

}

/*Additional Content Division Formatting*/

a {

    color: black;
    text-decoration: underline;
    border: none;

}

a:hover {

    color: white;
    text-decoration: underline;

}

a:visited {

    color: black;
    text-decoration: underline;

}

a:visited:hover {

    color: white;
    text-decoration: underline;

}

img {

    border: none;

}

/*Additional Footer Division Formatting*/

a.footer {

    color: silver;
    text-decoration: underline;

}

a.footer:hover {

    color: white;
    text-decoration: underline;

}

a.footer:visited {

    color: gray;
    text-decoration: underline;

}

a.footer:visited:hover {

    color: white;
    text-decoration: underline;

}

/*Additional MarBlog Formatting*/

h2.post_title {

	font-size: 14pt;
    font-family: "Verdana";
    font-weight: "bold";

}

div.date {

	font-size: 10pt;

}

div.author {

	font-size: 10pt;

}
