/*
Theme Name: wscm_default
Theme URI: http://wakeup.rundumbonn.de
Description: wscm default theme.
Version: 1.1
Author: wakeup
*/

body {
	font-family: "papyrus";
        src: url´http://www.wa-bi.de/wscm/papyrus.ttf´;
	fond-size: normal;
	color: Black;
	background: #ff9900;
}

p {
	text-align: justify;
}

p.sub {
	color: #cccccc;
}

p.foot {
	font-size: x-small;
	text-align: right;
}

h2 {
	margin-top: 2em;
	font-size: large;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: Black;
}

a.title {
	text-decoration: none;
}

a.buttons {
	text-decoration: none;
	font-size: large;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 0.5%;
}	

a.buttons:hover {
	background: #ff9900;
}

img {
	border: 20px;
}

hr {
	border: solid #333333 1px;
	height: 1px;
	display: block;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li.navigation {
	display: inline;
}

li.search {
	display: inline;
	float: right;
}

div.body {
	position: absolute;
	top: 0px;
	left: 10%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;

}

div.content {
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 1%;
}

center {
	display: none;

}