/* Standard Dinge */

* {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}

/* -- addbride -- */
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: red;}
.adText {font: normal 10pt Arial; text-decoration: none; color: #333;}



.button {
	display: block;
	background-image: url(/images/button_bg.png);
	background-repeat: repeat-x;
	border-left: 1px solid #AB730B;
	border-right: 1px solid #AB730B;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	width: auto;
	height: 19px;
	font-size: 14px;
	float: right;
	margin-right: 20px;
	margin-top: 2px;
	padding-top: 3px;
}

.button a {
	color: white;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* input styles */

input {
	font-size: 14px;
	border: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	height: 22px;
}

/* messages */

.message_window {
	clear: both;
	background-image: url(/images/message_banner.png);
	background-repeat: no-repeat;
	width: 475px;
	height: 75px;
	padding: 0px 0px 0px 45px;
	text-align: left;
}

.message_window .contentblock {
	float: left;
}

.message_window .contentblock h3 {
	color: white;
}

.message_window .actionblock {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

#captcha {
	vertical-align: super;
	font-size: 13px;
	width: 100px;
	margin-left: 7px;
	height: 18px;
}

.captcha {
	border: 1px dashed red;
	vertical-align: sub;
}

/* standardbanner */

.stbanner {
	float: right;
	background-image: url(/images/stbanner_top.png);
	background-repeat: repeat-y;
	margin: 0px;
	width: 150px;
	padding-top: 1px;
	margin-bottom: 20px;
	text-align: left;
}

.stbanner h3, .stbanner strong {
	margin-left: 15px;
	color: white;
}

.stbanner li span {
	color: red;
	
}

html, body {
	height: 100%;
	margin: 0px;
}

html {
	background-image:url(/images/page_bg.png);
}

body {
	background-image:url(/images/headbg.png);
	background-repeat: repeat-x;
	text-align: center;
}

body.frametop {
	background-image: url(/images/frame_bg.png);
}

#page {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#head h1 {
	display: none;
}

#head h2 {
	display: none;
}

#head {
	width: 670px;
	height: 337px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(/images/logo.png);
	background-repeat: no-repeat;*/
}

#menu {
	margin-top: 15px;
	width: 640px;
	text-align: right;
}

#menu a {
	color: #C68012;
	padding-left: 5px;
}

#bar {
	width: 750px;
}

#bar #addlink {
	float: left;
	background-image: url(/images/addlink_banner.png);
	background-repeat: no-repeat;
	width: 510px;
	height: 36px;
	padding-top: 28px;
	text-align: left;
	margin-bottom: 0px;
}

#bar #addlink input {
	margin-left: 12px;
	font-size: 14px;
	border: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 186px;
	float: left;
	height: 22px;
}

#bar #addlink h3 {
	display: none;
}

#search {
	float: right;
	background-image: url(/images/search_banner.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 150px;
	height: 36px;
	padding-top: 18px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#search_field {
	width: 55px;

	float: left;
	margin-left: 10px;
}

.highlightsearch {
	/* suchergebnisse */
	color: red;
	font-weight: bold;
}

#friends {}

#friends h3 {
	color: #faca00;
	margin-left: 13px;
	font-size: 14px;
}

#friends ul {
	margin-left: 5px;
	padding-left: 10px;
}

#friends ul li {
	list-style-type: none;
	margin-left: 5px;
}

#friends ul li a {
	color: white;
	line-height: 18px;
}

#bar #orderby {
	float: left;
	background-image: url(/images/orderby_banner.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 36px;
	padding-top: 32px;
	text-align: center;
}

#bar #orderby a {
	color: white;
	padding-left: 5px;
}

#bar #orderby a:hover {
	color: #faca00;
}

#bar #orderby a.selected {
	font-weight: bold;
	text-decoration: none;
}

#bar #orderby h3 {
	display: none;
}

#adds {
	margin-right: 21px;
}

#frame_add {
	float: left;
	margin-top: 20px;
}

#content, #days {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 490px;
}

.day {
	margin-bottom: 30px;
}

.day h3 {
	border-bottom: 1px solid #CFCFCF;
	font-size: 12px;
	color: #777;
	padding-bottom: 5px;
}

.day h3 strong {
	font-weight: bold;
	color: #C68012;
	font-size: 14px;
	padding-right: 10px;
}

.day .link {
	background-image: url(/images/star.png);
	background-repeat: no-repeat;
	height: 18px;
	margin-bottom: 9px;
	padding-left: 25px;
}

.day .link a {
	color: #333;
	text-decoration: none;
	padding-right: 15px;
	font-size: 13px;
}

.day .link a:hover {
	text-decoration: underline;
}

.day .link a:visited {
	color: #999;
}

.day .link span {
	color: #C68012;
	font-style: oblique;
	font-size: 11px;
}

#navigation {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 30px;
}

#bottom {
	text-align: center;
	color: #999;
	font-size: 10px;
	margin-bottom: 20px;
}

