/*  
Theme Name: lenor-energy.trnd.com
Theme URI: http://lenor-energy.trnd.com
Description: Theme für Lenor Energy
Version: 1.0
Author: Alexander Ridler
Author URI: http://www.trnd.com
*/

*
{
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FEE7B5;
	font-family: "Lucida Grande",Arial,Verdana,sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

/*--------------------------------------- ---------------------------------------------------------*/
/* Container | Struktur */

.site
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 840px;
	position: relative;
}

.header
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 820px;
	height: 259px;
	background-image: URL('images/header_bg.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.blognavigation
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	height: 31px;
	list-style-type: none;
	position: relative;
	top: 228px;
}

.homelink
{
	display: block;
	width: 820px;
	height: 262px;
	background: transparent;
	position: absolute;
	top: 0px;
	text-decoration: none;
	border: none;
}

.wideblog, .wide
{
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width: 780px;
	float: left;
	background-color: #FFF;
	/*background-image: URL('images/wide_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

.wide
{
	padding-left: 40px;
	padding-right: 40px;
	width: 740px;
}

.wideblog .content
{
	margin: 20px 0px 30px 0px;
	padding: 0px;
	width: 580px;
	float: left;
}

.wide .content
{
	margin: 20px 0px 30px 0px;
	padding: 0px;
	width: 525px;
	float: left;
}

.wideblog .sidebar
{
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	float: right;
}

.wide .sidebar
{
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 175px;
	float: right;
}

.fotoalbum
{
	margin: 0px -40px 30px -20px;
	padding: 11px 0px 0px 0px;
	width: 800px;
}

.footer
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 820px;
	height: 44px;
	clear: both;
	background-image: URL('images/footer_bg.jpg');
	background-position: center 0px;
	background-repeat: no-repeat;
}

.sitenavigation
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 156px;
	width: 425px;
	text-align:center;
}

.page, .post
{
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------------------------------------*/
/* Container | Inhalt */

.post, .info, .comment
{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

.messagemeta, .commentmeta, .infometa
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 145px;
	float: left;
	overflow: hidden;
}

.message, .commentmessage, .authorcomment, .infomessage, .customercomment
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 425px;
	float: right;
}

.messagelink
{
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Blog */

.message h1, .message h1 a, .message h1:link, .message h1:visited
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 30px !important;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -3px;
	text-decoration: none;
	color: #EE9F00 !important;
	border: none !important;
}

.message h1 a:active, .message h1 a:hover, .message h1 a:focus
{
	color: #FFCD61 !important;
}

.message h2, .message h2 a, .message h2:link, .message h2:visited
{
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #EE9F00;
	border: none;
}

.message h2 a:active, .message h2 a:hover, .message h2 a:focus
{
	color: #FFCD61;
}

.message img, .message a img, .message .size-full
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: none !important;
}

.message p, .commentmessage p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}

.message p a, .message p a:link, .message p a:visited
.message a, .message a:link, .message a:visited
{
	font-size: 12px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #A2A2A2;
}

.message p a:hover, .message p a:active, .message p a:focus
.message a:hover, .message a:active, .message a:focus
{
	color: #005EDA;
	border-bottom: 1px dotted #005EDA;
}

.messagemeta p, .commentmeta p
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: #EE9F00;
}

.messagemeta p a, .messagemeta p a:link, .messagemeta p a:visited,
.messagemeta a, .messagemeta a:link, .messagemeta a:visited,
.infometa p a, .infometa p a:link, .infometa p a:visited,
.infometa a, .infometa a:link, .infometa a:visited,
.commentmeta p a, .commentmeta p a:link, .commentmeta p a:visited,
.commentmeta a, .commentmeta a:link, .commentmeta a:visited
{
	color: #EE9F00;
	text-decoration: none;
	font-weight: bold;
}

.messagemeta p a:active, .messagemeta p a:hover, .messagemeta p a:focus,
.messagemeta a:active, .messagemeta a:hover, .messagemeta a:focus,
.infometa p a:active, .infometa p a:hover, .infometa p a:focus,
.infometa a:active, .infometa a:hover, .infometa a:focus,
.commentmeta p a:active, .commentmeta p a:hover, .commentmeta p a:focus,
.commentmeta a:active, .commentmeta a:hover, .commentmeta a:focus
{
	color: #FFCD61;
}

.backbutton, .backbutton:link, .backbutton:visited
{
	display: block;
	margin: 0px 0px 5px 20px !important;
	font-size: 12px;
	text-decoration: none;
	color: #25509A;
	font-weight: bold;
}

.backbutton:active, .backbutton:hover, .backbutton:focus
{
	color: #7DADF3;
}

.kommentarelink, .kommentarelink:link, .kommentarelink:visited
{
	margin: 0px 0px 0px 155px;
	padding: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #EE9F00;
	font-weight: bold;
}

.kommentarelink:active, .kommentarelink:hover, .kommentarelink:focus
{
	color: #FFCD61;
}

.message blockquote
{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px solid #c2cdd6;
}

.message blockquote p
{
	margin: 0px 0px 8px 0px;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Projektinfos */

/* trnd Produkt-Test - Headline */
.page h4
{
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
}

.page h1
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -3px;
	color: #EE9F00;
}

.page h2
{
	margin: 22px 0px 10px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -1px;
	color: #EE9F00;
}

.page h5
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.page p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}

.page p a, .page p a:link, .page p a:visited
{
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

.page p a:hover, .page p a:active, .page p a:focus
{
	color: #005EDA;
	border-bottom: 1px dotted #005EDA;
}

.page ul, .page ol
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
}

.page li
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 17px;
	background-image: URL('images/li_bg.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

.page ul ul, .postmessage ol ol
{
	margin: 10px 0px 0px 7px;
	padding: 0px;
}

.breitekiste
{
	margin: 10px 0px 25px 0px;
	padding: 0px;
	background-image: URL('images/breitekiste_bg_02_525.gif');
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

.breitekiste ul
{
	margin: 0px;
	padding: 20px 0px 10px 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	list-style-type: none;
	list-style-position: outside;
	background-image: URL('images/breitekiste_bg_01_525.gif');
	background-repeat: no-repeat;
	background-position: 0px top;
}

.breitekiste li
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 17px;
	background-image: URL('images/breitekiste_li_bg.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

.alignright
{
	margin: 5px 0px 0px 10px !important;
	padding: 0px;
	float: right;
	border: none !important;
}

.alignleft
{
	margin: 0px 20px 15px 0px !important;
	padding: 0px;
	float: left;
	border: none !important;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Sidebar */

.sidebar h4
{
	margin: 15px 0px 3px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	clear: both;
}

.sidebar p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
	color: #EE9F00;
}

.reccentcommentlist, .archivelist, .categorielist, .linklist,
.reccentcommentlist ul, .archivelist ul, .categorielist ul, .linklist ul,
.sidebar ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	text-decoration: none;
	color: #EE9F00;
	list-style-type: none;
	overflow: hidden;
}

.reccentcommentlist ul, .archivelist ul, .categorielist ul, .linklist ul
{
	margin: 0px;
	padding: 0px;
}

.sidebar ul
{
	margin-bottom: 10px;
}

.reccentcommentlist li, .archivelist li, .categorielist li, .linklist li, .sidebar ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.reccentcommentlist li
{
	margin: 0px 0px 8px 0px !important;
}

.reccentcommentlisthead, .archivelisthead, .categorielisthead, .linklisthead, .searchbox h4, .sidebar h1, .sidebar h2
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	text-decoration: none;
	color: #EE9F00;
}

.sidebar h1
{
	margin: 0px 0px 3px 0px;
}

.sidebar h2
{
	margin: 0px 0px 2px 0px;
	font-size: 10px;
	line-height: 12px;
	color: #EE9F00;
}

.reccentcommentlist a, .reccentcommentlist a:link, .reccentcommentlist a:visited,
.archivelist a, .archivelist a:link, .archivelist a:visited,
.categorielist a, .categorielist a:link, .categorielist a:visited,
.linklist a, .linklist a:link, .linklist a:visited,
.sidebar ul a, .sidebar ul a:link, .sidebar ul a:visited
{
	text-decoration: none;
	color: #EE9F00;
}

.reccentcommentlist a:active, .reccentcommentlist a:hover, .reccentcommentlist a:focus,
.archivelist a:active, .archivelist a:hover, .archivelist a:focus,
.categorielist a:active, .categorielist a:hover, .categorielist a:focus,
.linklist a:active, .linklist a:hover, .linklist a:focus,
.sidebar ul a:active, .sidebar ul a:hover, .sidebar ul a:focus
{
	color: #FFCD61;
}

.searchbox
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.searchinput
{
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 0px 0px;
	width: 158px;
	height: 18px;
	border: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	text-decoration: none;
	color: #000;
	background-color: #FCDA91;
}

.searchinput:active, .searchinput:hover, .searchinput:focus
{
	background-color: #FFCD61;
}

.searchsubmit
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 160px;
	height: 20px;
	border: 1px solid #c2cdd6;
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

.searchsubmit:active, .searchsubmit:hover, .searchsubmit:focus
{
	background-color: #f6f6f6;
}

.berichtenbox
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
	height: 108px;
	background-image: URL('images/berichtenbox_bg.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.berichtencontent
{
	padding: 8px 10px 0px 10px;
}

.berichtenbox h1
{
	color: #EE9F00;
}

.berichtenbox p
{
	color: #EE9F00;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Header */

.header h4
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 11px;
	color: #000;
	position: relative; 
	top: 25px;
	left: 20px;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Navigation */

.blognavigation li
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	float: left;
}

.blognavigation li a, .blognavigation li a:link, .blognavigation li a:visited
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 115px;
	height: 31px;
	float: left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	color: #EE9F00;
	background-image: URL('images/blognav_bg.gif');
	background-position: 0px -31px;
	background-repeat: no-repeat;
}

.blognavigation li a:active, .blognavigation li a:hover, .blognavigation li a:focus
{
	color: #CC5F1E;
}

.blognavigation li.current_page_item a, .blognavigation li.current_page_item a:link, .blognavigation li.current_page_item a:visited
{
	font-weight: bold;
	color: #CC5F1E;
	background-position: 0px 0px;
}

.blognavigation li.current_page_item a:hover, .blognavigation li.current_page_item a:active, .blognavigation li.current_page_item a:focus
{
	color: #E2862D;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Footer */

.footer p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 44px;
	text-decoration: none;
	color: #EE9F00;
}

.footer a, .footer a:link, .footer a:visited
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #EE9F00;
}

.footer a:hover, .footer a:active, .footer a:focus
{
	color: #FFCD61;
}

/*-------------------------------------------------------------------------------------------------*/
/* Elemente Kommentare */

.comment
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	clear: both;
	/* siehe .post */
}

.commentlist
{
	margin: 0px;
	padding: 0px;
	clear: both;
	list-style-type: none;
	list-style-position: outside;
}

.info
{
	margin: 35px 0px 15px 0px;
	padding: 0px;
	clear: both;
	/* siehe .post */
}

.commentmeta, .infometa
{
	margin: 0px;
	padding: 0px;
	/* siehe .messagemeta */
}

.commentmessage, .authorcomment, .infomessage, .customercomment
{
	margin: 0px;
	padding: 0px;
	/* siehe .message */
}

.authorcomment
{
	margin: 0px;
	padding: 10px 10px 5px 10px;
	width: 405px;
	background-color: #f6f6f6;
	border: 1px solid #c2cdd6;
}

.commentmeta p
{
	/* siehe .messagemeta p */
}

.infometa a, .commentmeta a
{
	/* siehe .messagemeta p a */
}

.authorcomment p, .customercomment p
{
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
	color: #414141;
	overflow: hidden;
}

.commentmessage ul, .commentmessage ol, .authorcomment ul, .authorcomment ol
{
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	text-decoration: none;
	color: #000;
	list-style-type: none;
	list-style-position: outside;
}

.commentmessage li, .authorcomment li
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 12px;
	background-image: URL('images/li_bg.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

.commentmessage ul ul, .commentmessage ol ol, .authorcomment ul ul, .authorcomment ol ol
{
	margin: 10px 0px 0px 7px;
	padding: 0px;
}

.commentmessage a, .commentmessage a:link, .commentmessage a:visited,
.authorcomment a, .authorcomment a:link, .authorcomment a:visited,
.more-link, .more-link:link, .more-link:visited
{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #203D79;
	border-bottom: 1px dotted #203D79;
}

.commentmessage a:active, .commentmessage a:hover, .commentmessage a:focus,
.authorcomment a:active, .authorcomment a:hover, .authorcomment a:focus,
.more-link:active, .more-link:hover, .more-link:focus
{
	color: #6277A1;
	border-bottom: 1px dotted #6277A1;
}

.infometa p
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #EE9F00;
}

.infomessage h3, .infomessage p
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	text-decoration: none;
	color: #000;
}

.infomessage a, .infomessage a:link, .infomessage a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.infomessage a:active, .infomessage a:hover, .infomessage a:focus
{
	color: #7a7a7a;
}

.commentform
{
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: 413px;
	height: 150px;
	border: 1px solid #c2cdd6;
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.commentform:active, .commentform:hover, .commentform:focus
{
	background-color: #f6f6f6;
}

.commentsubmit
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 200px;
	height: 25px;
	border: 1px solid #c2cdd6;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

.commentsubmit:active, .commentsubmit:hover, .commentsubmit:focus
{
	background-color: #f6f6f6;
}

/*-------------------------------------------------------------------------------------------------*/
/* WP & Misc */

img.wp-smiley
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 12px;
	position: relative;
	top: 2px;
	border: none !important;
}

.home
{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 800px;
	height: 185px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: transparent;
}

.previous
{
	float: left;
}

.next
{
	float: right;
}

.sitenavigation a, .sitenavigation a:link, .sitenavigation a:visited
{
	margin: 0px;
	padding: 0px;
	font-family: 'Arial', 'Tahoma', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	text-decoration: none;
	color: #000;
}

.sitenavigation a:active, .sitenavigation a:hover, .sitenavigation a:focus
{
	color: #7a7a7a;
}

.rssbox
{
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 0px;
	width: 160px;
	height: 41px;
	background-image: URL('images/rssbox_bg.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.rsslink, .rsslink:link, .rsslink:visited
{
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 125px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	line-height: 15px;
	text-decoration: none;
	color: #EE9F00;
}

.rsslink:active, .rsslink:hover, .rsslink:focus
{
	color: #FFCD61;
}

/*-------------------------------------------------------------------------------------------------*/
/* trnd Button */

#grey .trnd_button, #grey .trnd_button_done, #grey .trnd_button_locked
{
	color: #fff !important;
	background-image: URL('images/trnd_button_bg_grey.gif');
}

.trnd_button, .trnd_button:link, .trnd_button:visited,
.trnd_button_bewerbung, .trnd_button_bewerbung:link, .trnd_button_bewerbung:visited,
.trnd_button_submit, .trnd_button_submit:link, .trnd_button_submit:visited,
.trnd_button_upload, .trnd_button_upload:link, .trnd_button_upload:visited,
.trnd_button_done,
.trnd_button_locked,
.trnd_button_berichten
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 152px;
	height: 22px;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal !important;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	color: #fff !important;
	border: none !important;
	letter-spacing: 0px;
	background-image: URL('images/trnd_button_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.trnd_button_berichten, .trnd_button_berichten:link, .trnd_button_berichten:visited
{
	margin:  0px 0px 0px 0px;
	width: 140px;
	background-image: URL('images/trnd_button_berichten_bg.gif');
}

.trnd_button:active, .trnd_button:hover, .trnd_button:focus,
.trnd_button_bewerbung:active, .trnd_button_bewerbung:hover, .trnd_button_bewerbung:focus,
.trnd_button_submit:active, .trnd_button_submit:hover, .trnd_button_submit:focus,
.trnd_button_upload:active, .trnd_button_upload:hover, .trnd_button_upload:focus,
.trnd_button_berichten:active, .trnd_button_berichten:hover, .trnd_button_berichten:focus
{
	background-position: 0px -22px;
	color: #ECECEC !important;
}

.trnd_button_berichten:active, .trnd_button_berichten:hover, .trnd_button_berichten:focus
{
	color: #FFFFFF !important;
}

.trnd_button_bewerbung
{
	margin: 0px !important;
}

.trnd_button_done
{
	color: #B0B0B0;
	background-image: URL('images/trnd_button_bg_done.gif');
}

.trnd_button_locked
{
	color: #686868 !important;
	background-image: URL('images/trnd_button_bg_locked.gif');
}

.trnd_button_submit
{
	margin: 0px;
}

.trnd_button_upload
{
	margin: 5px 20px 0px 0px !important;
	float: right;
}

/*-------------------------------------------------------------------------------------------------*/
/* Flickr */

#flickrphotos
{
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
}

.flickrlink, .flickrlink:link, .flickrlink:visited
{
	margin: 0px 14px 14px 0px !important;
	padding: 0px !important;
	float: left;
	border: 5px solid #FEE7B5 !important;
}

.flickrlink:active, .flickrlink:hover, .flickrlink:focus
{
	border: 5px solid #F39F00 !important;
}

.flickrimage
{
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}
.flickrnav  a {
	background-color:#FFFFFF;
	color:#000000;
	margin-right:5px;
	border:2px solid #FEE7B5;
	padding:1px 4px;
	text-decoration:none;
}

.flickrnav  a:hover, .flickrnav  a.active{
	border:2px solid #F39F00;
}

/*-------------------------------------------------------------------------------------------------*/
/* Fotostream */

#fotostream
{
	margin: 0px 0px 10px 0px !important;
	padding: 5px 0px 0px 5px;
	background-image: URL('images/fotostream_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 160px;
	height: 160px;
}

.streamlink, .streamlink:link, .streamlink:visited
{
	margin: 0px 4px 4px 0px !important;
	padding: 0px !important;
	float: left;
	border: 0px !important;
}

.streamlink:active, .streamlink:hover, .streamlink:focus
{
	border: 0px !important;
}

.streamimage
{
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}

/*-------------------------------------------------------------------------------------------------*/
/* trndbar */

.trndbar
{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 26px;
	background-color: transparent;
	background: url('images/trndbar.gif');
	margin: 0;
	text-align: center;
}

.trndtext
{
	margin: 0px;
	padding: 0px 4px 0px 4px;
	height: 26px;
	text-align: center;
}

.trndtext h1
{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #969696;
	display: inline;
}

.trndtext h1 a, .trndtext h1 a:link, .trndtext h1 a:visited
{
	margin: 0px 0px 0px 1px;
	color: #5F5F5F;
}

.trndtext a:hover, .trndtext a:active, .trndtext a:focus
{
	color: #000;
}

.mittester
{
	margin: 0px 0px 27px 0px;
	display: block;
	width: 160px;
	height: 185px;
	background-image: URL('images/mittester.jpg');
}

.mittester h3
{
	padding: 0px;
	margin: 0px 0px 0px 10px !important;
	font-size: 12px;
	color: #005EDA;
}

.mittester p
{
	padding: 0px;
	color: #000;
}