/* 
pixelgraphix 2008, ExpressionEngine Version
www.pixelgraphix.de
Start: 03.12.2007
Letzte Aenderung: 14:52, 01.10.2008
*/

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

html {
	background: #aaa;
	font-size: 75%;
}

body {
	background: #D6D4D5 url(../images/site/header-bg.jpg) top left repeat-x;
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #111;
	text-align: center;
}

html>body {
	font-size: 12px;
}

#teaser, #navigation, #content, #sidebar, #footer {
	text-align: left;
}

a:link {
	color: #C91123;
	text-decoration: none;
}

a:visited {
	color: #750A14;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #52754D;
}

.s {
	font-size: 0.8em;
}

.c {
	clear: both;
}

.none, .skiplink {
	display: none;
}

.leftalign {
	float: left;
	margin: 0 10px 10px 0;
}

.rightalign {
	float: right;
	margin: 0 10px 10px 0;
}

/* Typo */

p {
	font: 1.1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	margin: 1em 0 0.3em 0;
	color: #111;
	clear: both;
}

h1 {
	width: 960px;
	height: 188px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/site/sofa.jpg) 100% 0 no-repeat;
	position: relative;
}

h1 a span {
	display: none;
}

h1 a {
	position: absolute;
	top: 0;
	left: 20px;
	width: 100px;
	height: 160px;
	background: transparent url(../images/site/pixelgraphix.png) top left no-repeat;
	z-index: 999;
}

h2 {
	font: 1.5em/1em Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
	margin-bottom: 0.3em;
	clear: both;
}

#content h2 {
	color: #111;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	background: none;
	padding: 5px 10px 5px 0;
	display: inline;
	margin: 20px 0 0 0;
	float: left;
}

#content h2.look-here {
	font: 2em/1.2em Arial, Helvetica, Geneva, sans-serif;
	margin: 1em 0;
	float: left;
	padding: 10px;
}

h3 {
	font: bold 2.2em/1.3em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0.3em;
	margin-bottom: 5px;
	color: #111;
	letter-spacing: -0.05em;
	clear: both;
}

h3 a:link, h3 a:visited {
	color: #111;
}

h3 a:hover {
	color: #52754D;
}

#freelance #content.freelanceintro h3 {
	font: 2em/1.2em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #C91123;
	padding: 5px 0;
	text-transform: uppercase;
	border-bottom: 2px solid #aaa;
	clear: both;
}

h4 {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-top: 2.8em;
	font-weight: bold;
	border-bottom: 2px solid #aaa;
	clear: both;
	color: #111;
}

h5 {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2.8em;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	clear: both;
	color: #111;
}

h6 {
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 2.8em;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
	clear: both;
	color: #aaa;
}

#freelance #content h4 {
	border-bottom: 2px solid #eee;
	text-decoration: none;
	margin: 0 0 10px 0;
}

img, a img {
	border: 0;
}

ul, ol, li {
	list-style-type: none;
}

ol {
	margin: 10px 0;
}

ol li {
	padding: 10px 0 0 0;
}

.links {
	float: left;
	margin: 0 0.5em 0 0;
}

.rechts {
	float: right;
	margin: 0 0 0 0.5em;
}

blockquote {
	padding: 10px 0;
	clear: both;
	color: #111;
	font-weight: bold;	
}

blockquote p {
	display: inline;
	background: #fff;
	color: #111;
	font-weight: bold;
	line-height: 1.6em;
}

blockquote p a:link, blockquote p a:visited {
	color: #C91123;
}

div.summary blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: none;
	color: #111;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #f9f7f7 url(../images/site/wrapper.png) top left repeat-y;
	overflow: hidden;
}

#header {
	clear: both;
	background: #383433 url(../images/site/header-bg.jpg) top left repeat-x;
	height: 190px;
	position: relative;
	z-index: 0;
}

/* Navi */

#nav-wrap {
	clear: both;
	background: #868080 url(../images/site/wood3.jpg) top left repeat-x;
	width: 960px;
	float: left;
}

#navigation {
	clear: both;
	width: 940px;
	float: left;
	padding: 0 0 0 20px;
	background: transparent;
	position: relative;
}

ul#navigation:hover {
	background: transparent url(../images/site/bitte-waehlen.png) 100% 20px no-repeat;
}

#navigation li {
	float: left;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#navigation li a {
	display: block;
	float: left;
	padding: 30px 20px 20px 20px;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.4em;
	line-height: 0.95em;
	border-right: 1px solid #34302F;
	border-left: 1px solid #938A8B;
}

#navigation li.start a {
	border-left: none;
	padding-left: 10px;
}

#navigation li a span {
	font-size: 0.6em !important;
	text-transform: uppercase;
	color: #111;
	clear: both;
}

#navigation li a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
	text-decoration: underline;
	background: url(../images/site/navi-over.png) 50% 100% no-repeat !important;
	background: transparent;
}

body#home a#navhome, body#weblog a#navlog, body#sideblog a#navsidelog, body#artnetz a#navnetz, body#freelance a#navwork, body#kontakt a#navcontact {
	color: #111;
	text-decoration: none;
	background: url(../images/site/navi-over.png) 50% 100% no-repeat !important;
	background: transparent;
}

body#home a#navhome span, body#weblog a#navlog span, body#sideblog a#navsidelog span, body#artnetz a#navnetz span, body#freelance a#navwork span, body#kontakt a#navcontact span {
	color: #111;
}

/* Illustration */

.site-illu {
	background: transparent url(../images/site/realign.png) top left no-repeat;
	position: absolute;
	top: 22px;
	left: 505px;
	width: 255px;
	height: 70px;
	z-index: 55;
}

.weblog-illu {
	background: transparent url(../images/site/illu-macbook.png) top left no-repeat;
	position: absolute;
	top: 28px;
	left: 510px;
	width: 225px;
	height: 77px;
	z-index: 55;
}

.folio-illu {
	background: transparent url(../images/site/illu-work.png) top left no-repeat;
	position: absolute;
	top: -5px;
	left: 260px;
	width: 480px;
	height: 114px;
	z-index: 999;
}

/* Teaser */

#teaser {
	background: #868080 url(../images/site/verlauf-db.jpg) top left repeat-x;
	padding: 20px 30px 15px 30px;
	float: left;
	width: 900px;
	color: #111;
	font-size: 1.1em;
	border-top: 1px solid #8D8686;
	clear: both;
	position: relative;
}

#teaser h2 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#teaser strong {
	background: #B5ADAD;
	padding: 4px;
}

#teaser p {
	color: #111;
	font-weight: normal;
	font: 0.95em/1.8em Arial, Helvetica, Geneva, sans-serif;
}

#teaser a:link, #teaser a:visited {
	color: #eee;
	padding: 4px;
	border-bottom: 3px solid #111;
}

#teaser a:hover {
	background: #111;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	padding: 4px;
}

/* Content */

#main {
	clear: both;
}

#content {
	clear: both;
	float: left;
	width: 570px;
	padding: 5px 0 20px 0;
	margin: 0 0 0 30px;
	overflow: hidden;
	display: inline;
}

.col-1 {
	float: left;
	width: 250px;
	clear: both;
}

.col-2 {
	float: right;
	width: 250px;
}

#feature {
	margin: 10px 0;
	border-bottom: 4px double #aaa;
	padding: 0 0 10px 0;
}


#feature h3 {
	padding-top: 5px;
}

* html  #feature h3 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.content-s {
	width: 180px;
	float: left;
	overflow: hidden;
}

#content-xsr {
	width: 110px;
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 20px 0 0 0;
}

#home #content-xsr:hover {
	background: transparent url(../images/site/artnetz-meta.png) top left no-repeat;
}

#content-l {
	width: 390px;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display: inline;
}

#home #content-l:hover {
	background: transparent url(../images/site/weblog-meta.png) top left no-repeat;
}

#content-xsr p {
	padding: 0;
	margin: 0;
}

.content-l {
	width: 340px;
	float: right;
	margin: 0 0 0 20px;
	overflow: hidden;
	display: inline;
}

p.content-s {
	float: left !important;
	clear: both;
	border-bottom: 1px solid #111;
	padding: 0 !important;
	margin: 0  !important;
}

.content-l input, .content-l textarea {
	border: 1px solid #aaa;
	border-bottom: 2px solid #111;
	margin: 0;
	width: 280px;
	font-size: 1em;
	padding: 10px 5px;
}

p.content-l {
	padding: 0 !important;
	margin: 0  !important;
}

p.warning {
	margin: 15px 0;
}

.pflicht {
	color: #C91123;
	font-size: 0.9em;
}

.posted {
	color: #aaa;
	font-style: italic;
	padding-top: 20px;
}

.posted a:link, .posted a:visited {
	color: #111;
	font-size: 0.95em;
	border-top: 1px solid #111;
}

.kommentar, .kommentar-alt, .manu {
	clear: both;
	margin: 0;
	float: left;
	border-bottom: 1px solid #aaa;
	width: 560px;
	padding: 0;
}

.kommentar a:link, .kommentar a:visited, .kommentar-alt a:link, .kommentar-alt a:visited, .manu a:link, .manu a:visited {
	color: #C91123;
}

.kommentar p, .kommentar-alt p, .manu p {
margin: 15px 0;
}

.kommentar .content-l p, .kommentar-alt  .content-l p, .manu .content-l p {
	padding: 0 10px 10px 0;
}

.gravatar {
	float: left;
	margin: 0;
	width: 160px;
	background: transparent url(../images/site/gravatar.png) top left no-repeat;
	padding: 16px 0 40px 21px;
	margin: 15px 0 0 0;
	color: #111;
}

.kommentar-alt .gravatar {
	float: left;
	margin: 0;
	width: 160px;
	background: transparent url(../images/site/gravatar-sw.png) top left no-repeat;
	padding: 16px 0 40px 21px;
	margin: 15px 0 0 0;
	color: #111;
}

.manu .gravatar {
	float: left;
	margin: 0;
	width: 180px;
	background: transparent url(../images/site/gravatar-alt.png) top left no-repeat;
	padding: 27px 0 40px 21px;
	margin: 15px 0 0 0;
}

.gravatar-img {
	margin: 0 15px 0 0;
	float: left;
}

.manu .gravatar-img {
	margin: 0 24px 0 0;
	float: left;
}

.artikel {
	padding: 10px 0 30px 0;
	border-bottom: 2px solid #B8B2B2;
	float: left;
	clear: both;
	width: 570px;
	margin: 0 0 20px 0;
}

#content p.meta {
	font-size: 0.9em;
	margin: -7px 0 20px 0;
	padding: 0;
}

#content p.meta a:link, #content p.meta a:visited {
	color: #111;
	font-weight: bold;
}

h3.title {
	width: 400px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#content-l h3.title {
	width: 230px;
	float: left;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
}

.title-meta {
	width: 100px;
	float: right;
	margin: 0 0 0 20px;
	font-size: 0.9em;
	clear: none;
	position: relative;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}

.title-meta a:link, .title-meta a:visited {
	color: #111;
	border-bottom: 1px dotted #eee;
}

p.title-meta + p {
	padding-top: 20px;
	display: block;
}

* html p.title-meta + p {
	padding-top: 5px;
	display: block;
}

.sideblog h3, .sideblog p {
	display: inline;
	color: #3A3A3A;
}

.sideblog h3 a:link, .sideblog h3 a:visited {
	color: #3A3A3A;
	border-bottom: 1px solid #111;
	font: bold 0.50em/1.3em Arial, Helvetica, Geneva, sans-serif !important;
	letter-spacing: normal;
}

.sideblog h3 a:hover {
	text-decoration: none;
	color: #52754D;
}

.mainimg, .mainimg-or, .artikel img.leftalign {
	padding: 0 0 0 15px;
	float: left;
	margin: 0.4em 20px 10px 0;
	background: transparent url(../images/site/grunge.jpg) top left repeat-y;
}

.folio-pre {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
	border: 1px solid #eee;
}

p img.minimal {
	margin: 15px auto;
}

.page {
	padding: 20px 0 20px 0;
	color: #555;
	font-size: 0.9em;
	clear: both;
}

.page a:link, .page a:visited {
	color: #aaa;
	font-weight: bold;
	border: 1px solid #eee;
	padding: 3px;
}

.page a:hover {
	color: #111;
	font-weight: bold;
	border: 1px solid #aaa;
	padding: 3px;
}

.list {
	list-style-image: url(../images/site/liste.png);
	padding: 20px;
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif !important;
}

.list li {
	padding: 5px 0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding: 0 0 20px 0;
	margin: 0 10px 0 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #111;
	font-weight: bold;
}

#sidebar h2 {
	border-bottom: 4px double #aaa;
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif !important;
	color: #111;
	padding: 9px 20px 5px 20px;
	letter-spacing: 0.1em;
	margin: 0;
	font-weight: bold !important;
}

.badge {
	display: block;
	width: 300px;
	background: transparent url(../images/site/badge.jpg) 0 0 no-repeat;
	color: #111;
	margin: 0;
	float: left;
	padding: 0 0 30px 0;
}

#sidebar div.badge h2 {
	padding: 33px 0 0 120px;
	margin: 0;
	border: 0 !important;
	color: #111;
	text-transform: none;
	font-size: 1.6em !important;
	letter-spacing: normal;
}

#sidebar div.badge h2 a:link, #sidebar div.badge h2 a:visited {
	color: #111;
}

#suche {
	clear: both;
	border: 1px solid #eee;
	border-left: 2px solid #aaa;
	margin: 30px 20px 0 0;
	padding: 0 0 10px 0;
	width: 270px;
	float: left;
}

#suche input {
	margin: 0;
	width: 120px;
}

#sidebar p {
	padding: 5px 20px;
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	background: #b9b3b3 url(../images/site/wood5.jpg) top left repeat-x;
	float: left;
	width: 960px;
	margin: 0 auto;
}

#footercol-1 {
	float: left;
	width: 560px;
	padding: 50px 0 20px 0;
	margin: 0 0 0 30px;
	overflow: hidden;
	clear: both;
	display: inline;
}

#footercol-2 {
	float: right;
	width: 300px;
	padding: 50px 0 20px 0;
	margin: 0 10px 0 0;
}

#footer p {
	color: #4F4D4D;
	clear: both;
	font-size: 0.95em;
	letter-spacing: 0.07em;
}

#footer a:link, #footer a:visited {
	color: #111;
	border-bottom: 1px solid #111;
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: none;
	background: #F9F7F7;
}

p.weiter {
	font-size: 0.9em;
	padding: 20px 20px 0 0 !important;
}

.weiter a:link, .weiter a:visited {
	color: #111;
	font-weight: bold;
}

/* Forms */

input, textarea {
	padding: 5px;
	border: 1px solid #aaa;
	font: 1em/1.5em Arial, Helvetica, Geneva, sans-serif !important;
	color: #111;
}

.send {
	background: #ccc url(../images/site/send.png) 50% 48% no-repeat;
	color: #111;
	margin: 15px 0 0 0;
	padding: 5px 10px;
	border: 1px solid #aaa !important;
	width: 50px !important;
}

#comment-form .send, #contact-form .send {
	width: 200px !important;
	float: left;
	margin: 20px 0 0 0;
}

#comments {
	float: left;
	margin: 0 0 30px 0;
}

#comment-form {
	clear: both;
	padding: 30px 10px 10px 15px;
	margin: 0 0 40px 0;
	background: #eee;
	border: 1px solid #fff;
	float: left;
	width: 543px;
}

#contact-form form {
	clear: both;
	padding: 30px 10px 10px 15px;
	background: #eee;
	float: left;
	width: 543px;
	border: 1px solid #fff;	
}

#comment-form input, #contact-form input {
	width: 220px;
	margin: 0;
	border-bottom: 2px solid #111;
}

#comment-form input.check {
	width: 15px;
	padding: 0;
}

#comment-form textarea, #contact-form textarea {
	padding: 0.5em;
	border: 1px solid #aaa;
	margin: 0.5em 0;
	width: 513px;
}

p.form-col-1 {
	width: 250px;
	float: left;
}

p.form-col-2 {
	width: 270px;
	float: right;
	clear: none;
}

#feed:hover {
	background: transparent url(../images/site/abonniert.png) 97% 100% no-repeat;
}

#suche p, #feed p, #feed h2 {
	font-size: 0.95em;
	color: #2B1B08;
}

#feed h2 {
	background: transparent url(../images/site/feed.png) bottom left no-repeat;
}

div.simple {
	margin: 30px 20px 0 0;
	padding-bottom: 10px;
	width: 270px;
	border: 1px solid #ddd;
	border-left: 2px solid #B8B2B2;
	float: left;
}

div.werbung {
	margin: 30px 20px 0 0;
	padding-bottom: 10px;
	width: 270px;
	padding-bottom: 10px;
	border-left: 2px solid #eee;
	float: left;
}

div.werbung p, #ads {
	padding: 10px 20px;
	font-size: 0.9em !important;
}

div.simple h2 {
	border-bottom: 4px double #B8B2B2 !important;
	color: #111 !important;
}

#monthmenu1, #monthmenu2 {
	padding: 10px 20px;
}

/* Div. Sidebar */

div.simple ul {
	padding: 10px 20px;
}

div.simple ul li {
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
	font-size: 0.95em;
	line-height: 1.4em;
}

ul.archive li {
	margin: 0 10px 0 0;
	clear: both;
}

ul.archive ul li {
	padding: 5px;
	margin: 0 5px 0 0;
	float: left;
	clear: none !important;
	border-bottom: 1px solid #111;
}

ul.archive li h3 {
	margin-top: 20px !important;
	font-size: 1em;
	display: block;
	float: left;
}

ul.archive a:link, ul.archive a:visited {
	color: #C91123;
	padding: 5px;
}

ul.archive-s {
	padding: 0 20px;
	margin: 0;
}

ul.archive-s ul li {
	margin: 0 5px 0 0;
	float: left;
	clear: none !important;
	border-bottom: 1px solid #111;
	font-size: 0.9em;
}

ul.referenzen {
	float: left;
	margin: 0 0 20px 0;
}

.referenzen li {
	float: left;
	width: 45px;
	padding: 3px;
	border: 1px solid #eee;
	margin: 0 4px 0 0;
}

input, select {
	padding: 0.5em;
	border: 1px solid #aaa;
	margin: 0.5em 0;
	width: 200px;
}

input:hover, textarea:hover {
	border: 1px solid #111;
}

fieldset {
	margin: 20px 0;
	border: 1px solid #aaa;
	padding: 20px;
	clear: both;
}

legend {
	font-weight: bold;
	padding: 0 10px;
	border-bottom: 2px solid #111;
}

.radio {
	width: 20px;
}

.vcard {
	font-size: 0.9em;
}

.vcard p {
	color: #5C5857;
}

.vcard a:link, .vcard a:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: #C91123 !important;
}

code {
	color: #ff0000;
	font-family: "Courier New", Courier, mono;
	font-size: 0.95em;
}

.code {
	color: #ff0000;
	font-family: "Courier New", Courier, mono;
	font-size: 0.95em;
}


/* artnetz */

.imagery {
	width: 550px;
	overflow: hidden;
}

.imagery-artnetz {
	position: absolute;
	background: transparent url(../images/site/illu-stapel.png) 95px 110px no-repeat;
	top: 15px;
	left: 209px;
	width: 550px;
	height: 180px;
	z-index: 999;
}

/* Tabs */

@media projection, screen {

.tabs-hide {
	display: none;
}

}

@media print {

.tabs-nav {
	display: none;
}

}

.tabs-nav {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.tabs-nav:after {
	display: block;
	clear: both;
	content: " ";
}

.tabs-nav li {
	float: left;
}

.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0 5px;
}

.tabs-nav a {
	top: 1px;
	padding-left: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	width: 60px;
	margin: 0 3px 0 0;
	border-bottom: none;
}

.tab

s-nav .tabs-selected a {
	color: #fff;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline: 0;
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background: #aaa;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 7px;
}

.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background: #eee;
	color: #111;
	padding: 5px 0 5px 7px;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
	cursor: text;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor: pointer;
}

.tabs-container {
	border-top: 4px double #aaa;
	clear: both;
}

.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(../images/site/loading.gif) no-repeat 0 50%;
}

.tweets li {
padding: 20px;
margin: 0.4em;
float: left;
width: 503px;
}

.tweets span {
font-weight: bold;
}

.tweets img {
float: left;
border: 5px solid #ddd;
margin: 0.2em;
width: 48px;
height: 48px;
}

.tweets div {
float: right;
font-size: 1em;
width: 360px;
background: url(../images/site/ecke.png) no-repeat top left;
padding: 0 0 0 50px;
margin: 0;
}

.tweets p {
float: right;
width: 330px;
margin: 0 0 0 50px;
padding: 20px;
background: #fff;
margin: 0;
}

#twitter {
background: #D1EDFA url(../images/site/twitter.png) no-repeat 10px 10px;
	margin: 30px 20px 0 0;
	padding: 1px 10px 10px 170px;
	width: 170px;
	border: 1px solid #ddd;
	border-left: 2px solid #B8B2B2;
	float: left;
}

#twitter-s {
background: #D1EDFA url(../images/site/twitter-s.png) no-repeat 10px 10px;
margin: 30px 0 0 0;
padding: 10px 0;
width: 270px !important;
border: 1px solid #ddd;
border-left: 2px solid #B8B2B2;
clear: both;
float: left;
display: inline;
}

#twitter-s p {
	font-size: 0.95em;
	line-height: 1.4em;
}

p.mytweet {
float: left;
font-size: 1em;
background:  #fff url(../images/site/ecke.png) no-repeat 0 -50px;
width: 150px;
padding: 8px;
margin: 0 0 15px 70px !important;
overflow: hidden;
display: inline;
}

div.moretwitter {
margin-left: 20px;
}

div.content-l ul {
	margin: 1em 0;
	font-size: 1.1em;
}

div.content-l ul li {
	list-style-type: disc !important;
	list-style-position: inside;
}

