/* Schrift */
td,tr { color: #ececec; font-size: 12; font-family: Verdana, Arial, Helvetica, sans-serif; }
font.nav { font-size: 11; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
font.text { font-size: 12; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Seite */
body { margin-left:   0px;
       margin-right:  0px;
       margin-top:    0px;
       margin-bottom: 0px;
}

body,html
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { outline: none; }
a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {color: #FFD946; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}


/* impressum */
a.imp:link {color: 333333; text-decoration: none;}
a.imp:visited {color: 333333; text-decoration: none;}
a.imp:hover {color: FFD946; text-decoration: none;}
a.imp:active {color: FFD946; text-decoration: none;}

/* top navigation */
#topnav ul { list-style-type: none; }
#topnav ul li { display: inline; }
#topnav a { padding: 0px 5px; }


#language-chooser { overflow: hidden; position: absolute; left: 0; top: 0; }
.qtrans_language_chooser { list-style-type: none;  }
#language-chooser li { float: left; }
.qtrans_widget_end { clear: left; }
.qtrans_flag { border:1px solid #b6b6b6 }

h1,h2,h3
{
	color: #FFF;
}

.post
{
	margin-bottom: 50px;
}

.post h2
{
	background-color: #222;
	padding: 3px;
}

h1 a, h2 a, h3 a
h1 a:link, h2 a:link, h3 a:link
{
	color: #FFF;
}

h3 
{
	font-size: 14px;
	margin: 5px 0px;
}

/* links */

a img,
a:active img
{
	border: none;
	outline: none;
}

#inner-content
{
	width: 696px;
	overflow: hidden;
}

#container
{
	width: 450px;
	float: left;
}

#primary
{
	margin-left: 460px;
	width: 200px;
    overflow: hidden;
}

#primary li
{	
	padding: 0px;
}

#primary ul
{
	font-size: 10px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#primary ul ul
{
	list-style: square;
}

.entry-content {
	font-size: 12px;
	line-height: 2em;
}

.entry-meta,
.entry-utility {
    color: #888;
    font-size: 10px;
    line-height: 14px;
    /*clear: left;*/
}

.entry-meta a,
.entry-utility a {
	color: #FFF;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #CCC;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

#content p a
{
color: #C0E0FF;
text-decoration: underline;
}

/** Comments */

#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}
.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    margin-left: -50px;
}
.comment-author {
}
.comment-author cite {
    color: #FFF;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}
#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}



/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin:0 0 9px;
    width:98%;
}
#respond textarea {
    width:98%;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    width: auto;
    font-size: 14px;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
    font-size:  12px;
    line-height: 18px;
    overflow: hidden;
    color: #888;
}
.navigation a:link,
.navigation a:visited {
    color: #888;
    text-decoration: none;
}

.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    width: 50%;
    text-align:right;
}
#nav-above {
    margin: 0 0 18px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above,
.single #nav-above {
    display: block;
}
#nav-below {
    margin: 10px;
    font-size: 14px;
}

.second-widgets {
color:white;
font-weight:bold;
height:50px;
left:100px;
position:relative;
top:20px;
width:350px;
}

.second-widgets ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* Facebook */
div.fan_box span.name {
   color: #000;
}