/*
Theme Name: WUP Modellbau Theme
Theme URI: http://www.wup-modellbau.de/
Description: Wordpress Theme erstellt für die Firma Wiens und Partner GmbH.
Version: 1.0
Author: Daniel Demedts
Author URI: http://www.abroxa.com/
Tags: clear, custom header, one column, page-based
*/

body {
	text-align: center;
	/* margin: 25px 25px 25px 25px;*/
	/* width: 844px; */
	background-color: #afafaf;
	color: #111;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 13.5px;
	/* text-align: justify; */
}

div#center {
	text-align: justify;
	width: 844px;
	margin: 0 auto 0 auto;
}

a {
	color: #aa0000;
	text-decoration: none;
}

h1 {
	border-bottom: 1px solid #111;
	margin-bottom: 0;
}

a:hover {
	text-decoration: underline;
}

#header {
	height: 200px;
	background-image: url('header.png');
	background-repeat: no-repeat;
}

#mainmenu {
	font-size: 14.5px;
	background-image: url('menu.png');
	height: 38px;
}

#mainmenu ol {
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
}

#mainmenu ol li.page_item, #content ol li.page_item {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}

#mainmenu ol li.page_item a, #content ol li.page_item a {
	padding: 10px 18px 10px 18px;
	color: #111;
	border-right: 0px solid #111;
	border-left: 0px solid #111;
	border-bottom: 0px solid #111;
	text-decoration: none;
}

#content ol li.page_item a {
	border: 1px solid #111;
	border-top: 0px solid #111;
	padding-top: 14px;
}

#mainmenu ol li.current_page_parent a, #mainmenu ol li.page_item a:hover, #mainmenu ol li.current_page_item a, #content ol li.page_item a:hover, #content ol li.current_page_item a {
	background-color: #afafaf;
	color: #eee;
	opacity: 0.8;
	filter: Alpha(opacity=00, style=0);
	zoom: 1;
}

#content {
	padding: 0px 0px 10px 20px;
	margin: 40px 0px 40px 0px;
	border-left: 1px solid #111;
}

#metainfo {
	margin: 10px 0px 0px 0px;
	color: #ababab;
	font-size: 12px;
}

#metainfo a {
	color: #aa8888;
	border-bottom: 1px dashed #aa8888;
}

#metainfo a:hover {
	border-bottom: 0px;
	text-decoration: none;
}

#footer {
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 8px;
}

