/* general */
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 14px;
	background-color: #112233;
	margin: 0px;
}

.alert {
	background-color:#f16476;
	display:block;
	color:#fff;
	margin: 1em 0em 1em 0em;
	padding: .5em;
	border: 1px solid #a12;
}

/* links */
a {
	color: #006633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* headers */
h1 {
	font-size: 18px;
	font-weight:bold;
	color:#515151;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#515151;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#515151;
}



/* navigation */
.navigation_content ul {
	margin-left: 1.2em;
	list-style: none;
	font-weight: bold;
}

html>body .navigation_content ul {
	margin-left: -2.2em;
	list-style: none;
	font-weight: bold;
}

.navigation_content ul li ul {
	margin-left: 2.4em;
}

html>body .navigation_content ul li ul {
	margin-left: -1em;
}



/* yellow box */
.yellowbox_top {
	width:182px;
	height:18px;
	text-align:left;
	background-image:url(gfx/Layout/yellowbox_top.png);
	background-repeat:no-repeat;
}

.yellowbox_middle {
	width:167px;
	text-align:left;
	background-image:url(gfx/Layout/yellowbox_middle.png);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:10px;
}

.yellowbox_bottom {
	width:182px;
	height:32px;
	text-align:left;
	background-image:url(gfx/Layout/yellowbox_bottom.png);
	background-repeat:no-repeat;
}

.yellowbox_middle h3 {
	margin-top: 0px;
	margin-bottom: -10px;
}



/* forms */
form {
/*	
	background-color: #CCCC99;
*/
}

.button{
	background: #990000; 
	border: 1px #515151 solid; 
	color: #FFFFFF; 
	font-family: 'Trebuchet MS', Verdana, Arial; 
	font-size: 11px;
	font-weight:bold;
	text-align: center; 
}

.button:hover{
	background: #CC0000; 
	border: 1px #515151 solid; 
	color: #FFFFFF; 
	font-family: 'Trebuchet MS', Verdana, Arial; 
	font-size: 11px;
	text-align: center; 
}

input, select, textarea {
		background: #FFFFFF; 
		border: 1px #515151 solid; 
		color: #515151; 
		font-family: 'Trebuchet MS', Verdana, Arial; 
		font-size: 9pt; 
		text-align: left; 
}



/* feedback */
#new_feedback {
	color:#ccc;
	font-size:1.4em;
	width:500px;
}

.feedback_item {
	float: left;
/*
	background-color:#fff5cb;
*/
	width:640px;
	margin-bottom: 10px;
/*
	border: 1px #515151 solid;
*/
	border: 1px #515151 dotted;
}

.feedback_item .meta {
	font-size:0.9em;
	color:#555;
}

.feedback_item .text {
	font-size:1.2em;
	color:#555;
}

.feedback_item .votes {
	background-color:#fff5cb;
	border: 1px #515151 solid;
	margin: 3px 3px 3px 20px;
	padding: 2px;
	float:right;
	font-size:1.2em;
	text-align: center;
}


/* Comments */
.comment_count {
	margin-top: 1em;
}

/* other */
td {
	vertical-align:top;
	font-size: 12px;
}

.zitat {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	background-color: #ffffff;
	width:70%;
	margin-left:20px;
}

.zitat2 {
	font-family:'Courier New', Courier, mono;
	font-size: 12px;
	margin-left:20px;
}

.frage {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}

.Stil1 {
	font-size: x-small;
}

.Stil2 {
	font-size: xx-small;
	color: #FF0000;
}

.Stil3 {
	font-size: small;
}

.Stil4 {
	font-size: x-large;
	font-weight: bold;
}

.image{
	border: 1px #515151 solid; 
}


ul {
/*
	margin-bottom:-0.5em;
*/
}

li {
	margin-left:-1em;
/*
	margin-top:-0.5em;
	margin-bottom:-0.5em;
*/
}

.error_message{
	color: #990000; 
	font-size: 1.2em;
	font-weight:bold;
}

.feed_logo {
	vertical-align: top;
	float:right;
	display:block;
	margin-top: -35px;
}

.feed_logo_space {
	margin-bottom: 10px;
}


