/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #A9B3BB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
	top: 0px !important; /* important wegen Google translator, der alles verschieben wuerde */
	position: relative;
	/* min-height: 800px; */
	height: 99%;
	overflow: visible;
	padding: 10px;
}

body.menu {
	background: #A9B3BB url(img01.gif) repeat-x;
	background-position: left 100px;
	padding: 0px;
}

body.public {
	background-color: #00335B;
}

body.public a {
	text-decoration: none;
	color: #00335B;
}

body.public a:hover {
	text-decoration: none;
	color: white;
	background-color: #00335B;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

div.button-group {
	margin: 10px 0px;
}

div.button-group a,
a.button {
	text-decoration: none;
	color: #333333;
	border: 1px solid silver;
	background-color: #EEE;
	padding: 3px;
}

div.button-group a:hover,
a.button:hover {
	text-decoration: underline;
	background-color: gold;
}

a.button.publish {
	border: 2px solid #9D9;
	background: #AFA url(../E4YIconLibrary/pagewhitego.png) scroll no-repeat 3px 2px;
	padding-left: 25px;
	font-weight: bold;
}

div.content-action-group {
	float: left;
	margin-right: 10px;
}

a.content-action,
span.content-action-active {
	text-decoration: none;
	color: #333333;
	border: 1px solid silver;
	padding: 0px 2px;
	margin-right: 2px;
}

a.content-action {
	background-color: #EEE;
}

a.content-action:hover {
	text-decoration: underline;
	background-color: gold;
}

span.content-action-active {
	background-color: gold;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

/* Logo */

#logo {
}

/* Menu */

#menu {
	width: 800px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	float: left;
}

#menu li {
	display: block;
	float: left;
	height: 43px;
	padding: 10px 23px 2px 23px;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;

	letter-spacing: 1px; 
	text-transform: uppercase; 
}

#menu li.translator {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: inherit; 
	text-transform: none; 
	padding: 14px 25px 0px 25px;
}

#menu a {
	text-decoration: none;
	padding: 2px;
	display: block;
}

#menu a:hover {
/*	text-decoration: underline; */
/*	border-bottom: 5px solid black;*/
	color: silver;
	background-color: #333;
}

#menu li.current_page_item {
	background: url(img03.gif) no-repeat center bottom;
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
	min-height: 300px;
	padding-bottom: 30px;
	clear: both;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: 0 auto 20px auto;
	padding: 20px 10px 10px 10px;
	background-color: #D4D9DD;
	border: 4px solid #888;
}

.wide-post .title {
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid grey;
	margin-bottom: 17px;
	clear: both;
/*	font-size: 2em;*/
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
/*	padding: 0 30px;*/
}

.wide-post .bottom {
	height: 20px;
/*	background: url(img06.gif) no-repeat left bottom;*/
	margin-bottom: 20px;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(img11.gif) no-repeat left center;
}

.wide-post h1,
.wide-post h2,
.wide-post h3,
.wide-post h4,
.wide-post h5 {
	margin-bottom: 0.5em;
}

.wide-post-draft {
	background-image: url(../E4YImagesLibrary/draft.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.wide-post-staged {
	background-image: url(../E4YImagesLibrary/staged.png);
	background-repeat: no-repeat;
	background-position: right 50px;
}

/* Two Columns */

.two-columns {
	float: left;
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(img13.gif) repeat-x;
	padding: 3px 3px 3px 10px;
}

.two-columns ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.two-columns li {
	padding: 5px 15px;
	background: url(img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

*/

/* Submenu */

#submenu {
	clear: both;
	padding: 5px 20px;
	background-color: #535657;
	color: #A9B6BB;
	text-align: center;
	margin-top: 30px;
}

#submenu ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0;
}

#submenu li {
	display: inline;
	padding: 0 12px 0px 7px;
	background: url(img17.gif) no-repeat left center;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 5px 0;
	background-color: #3F4244;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}


/* Search result */

div.search-result {
}

div.search-result ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

div.search-result li {
	padding: 5px 15px;
	background: url(img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Misc */
#google-translator {
	margin: 5px auto;
	width: 600px;
	background-color: yellow;
	text-align: center;
	padding: 0;
}

div.calendar {
	width: 350px;
}

div.calendar input[type="text"] {
	width: 40px;
}

