A.arrow-right {
    background: url(../icons/arrow-right_na.png) no-repeat right center;
    padding: 0 20px 0 0;
    width: 20px;
    height: 20px;
}
A.arrow-left {
    background: url(../icons/arrow-left_na.png) no-repeat left center;
    padding: 0 0 0 20px;
    width: 20px;
    height: 20px;}
A.pdf {
    background: url(../icons/pdf_na.png) no-repeat right center;
    padding: 0 20px 0 0;
    width: 20px;
    height: 20px;}
A.close {
    background: url(../icons/close_na.png) no-repeat right center;
    padding: 0 20px 0 0;
    width: 20px;
    height: 20px;
}

UL {
    list-style-type: square;
    padding: 0 0 0 2em;
}

HR {
    background: url(../icons/linie.png) repeat-x;
    height: 4px;
    margin: 0;
    padding: 0;
}

#ckeditor {
    width: 960px;
    padding: 15px;
}

.pager{
    text-align: center;
}

ul.yiiPager LI.hidden{
    display: none;
}

.pagerTop {
    left: 50%;
    top: 87px;
    margin-left: -100px;
    width: 200px;
    position: absolute;
    display:none;
}

.pagerBottom{
    width:100%;
    margin: 10px 0 20px;
    font-size: 1.5em;
}

.pagerLeft,
.pagerRight {
    top: 50%;
    position: fixed;
    font-size: 20px;
    padding: 0px;
    width: 50px;
    height: 65px;
    margin-top: -20px;
}
.p2BlogWidget ul.yiiPager A:link,
.p2BlogWidget ul.yiiPager A:visited,
.pagerBottom ul.yiiPager A,
.pagerLeft ul.yiiPager A,
.pagerRight ul.yiiPager A {
    background: none;
    border: none;
    color: #333;
}

.pagerLeft ul.yiiPager .previous A {
    background: url(../icons/weiter_links_na.png);
    width: 50px;
    height: 65px;
    display: block;
    padding: 0;
    margin: 0;    
}
.pagerRight ul.yiiPager .next A{
    background: url(../icons/weiter_rechts_na.png);
    width: 50px;
    height: 65px;
    display: block;
    padding: 0;
    margin: 0;
}

.p2BlogWidget .pager {
    text-align: left;
}
ul.yiiPager A:hover {
    background: #fff;
}



ul.yiiPager .selected A {
    color: #ff4000;
}

.pagerLeft{
    left: 0px;
}
.pagerRight{
    right: 0px;
}
.pagerLeft .hidden,
.pagerLeft .first,
.pagerLeft .next,
.pagerLeft .last {
    display:none;
}
.pagerRight .hidden,
.pagerRight .first,
.pagerRight .previous,
.pagerRight .last {
    display:none;
}





.columns23 {
    width: 66%;
}
TABLE.columns5050 TD {
    width: 470px;
    margin: 0px;
    padding: 0;
}
TABLE.columns5050 TD + TD {
    padding: 0;
    vertical-align: top;
}
TABLE.columns5050 TD IMG, TABLE.columns5050 TD OBJECT {
    margin: 0 0 0 -15px;
}


#footerNavigation ul {
	padding:6px 20px 5px 0px;
	margin:0px;
        }

#footerNavigation ul li
{
    display: block;
    width: 100px;
    float: left;
}
#footerNavigation ul li ul
{
    padding: 0 0 0 15px;
}
#footerNavigation A {
    color: #aaa;
    text-decoration: none;
}
#footerNavigation A:hover {
    color: #ff4000;
    text-decoration: none;
}
#footerNavigation
{
    clear: both;
    padding: 10px;
    margin: 20px 0px;
    font-size: 0.8em;
    Xtext-align: center;
    -moz-box-shadow: 0px 10px 20px #666;
    -webkit-box-shadow: 0px 8px 21px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #333;
    color: #aaa;
}

#footer {
    padding: 10px;
    margin: 1em 0px;
    font-size: 0.8em;
    color: #000;
}
#footer A {
    color: #333;
}
#footer A:hover {
    color: #fff;
}



.plateWrapper{
    float: left;
}


.aktion .plate H1 {
    font-size: 1.6em;
    margin-top: 38px !important;
    margin-bottom: 1em;
}
.aktion .plate {
    background: url(../icons/orange80.png);
}
.aktion .plate A{
    color: #ff4000;
}
.aktion .plate A:hover{
    color: #fff;
}
.plate {
    margin: 0 0 20px 0;
    box-shadow: 0px 8px 21px #666;
    -moz-box-shadow: 0px 10px 20px #666;
    -webkit-box-shadow: 0px 8px 21px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    background: url(/images/white80.png);
    position: relative;
    color: #333;
}

.detail .plate{
    width: 100%;
}

.detail .plate .info TABLE TD {
    padding: 0 0 0.25em;
}
.detail .plate .info A {
    background: url(../icons/link-bg.png);
    height: 30px;
    padding: 0px 1em;
    color: white;
    line-height: 24px;
    display: block;
}
.detail .plate .info A:hover {
    color: black;
}

.list .plate {
    width: 470px;
}
.listPlateContainer{
    float:left;
    height: 482px;
    width: 470px;        
}
.listPlateContainer .plate {
    height: 462px;    
    Xoverflow: auto;
}

.plate .loading {
    background: url(/images/ajax-loader.gif) center center no-repeat;
}

.plate .html  {
    padding: 15px;
}
.plate .html  H1, .plate .html  P {
    margin-top: 15px;
}
.plate .html  IMG {
    margin-right: 15px;    
}

.plate A {
    color: #666;
    text-decoration: none;
}
.plate H1 A, .plate H2 A {
    color: #333;
    text-decoration: none;
}


.plate  {
    width: 100%;
}

.plate A:hover {
    color: #ff4000;
}
.plate .actions A {
    font-size: 9px;
    border: 1px solid #ccc;
    padding: 2px;
}

.plate  H1 {
    font-size: 1.6em;
    font-weight: normal;
}
.plate H2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0.25em 0 0.25em;
}

.plate .simpleTable {
    width: auto;
}
.plate .simpleTable TH {
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding: 0 1em 0 0;
    width: 100px;
    vertical-align: top;
}
.plate .simpleTable TD {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.plate .icon {
    position: absolute;
    top: 25px;
    right: 15px;
}

.plate .webactions {
    height: 15px;
}
/*.plate .webactions A {
    font-size: 8px;
    color: #666;
    border: 1px solid #ccc;
    padding: 2px;
    display: block;
    float:left;
}*/

.plate .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.plate .url {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.plate .header,
.plate .description,
.plate .footer {
    padding: 15px;
}


.detail .plate .text {
    width: 66%;
    margin: 0 0 2em;
}
.detail .plate .screenshot {
    margin: 15px 0 3em 15px;
}
.detail .plate .screenshot IMG {
    margin: 0 0 1em;
}



.list .odd {
    margin-right: 20px;
    clear: both;
}

.list .plate .header {
    height: 55px;
}
.list .plate .footer {
    height: 80px;

}
.list .plate .images {
    height: 265px;
    overflow: hidden;
}


.plate .ETweet {
    padding: 1em;
}
.plate .ETweet H2 {
    font-size: 1.6em;
    margin-top: 38px;
    margin-bottom: 1em;
}
.plate .ETweet LI A{
    font-size: 80%;
    margin: 0.5em 0;
    text-decoration: underline;
}
.plate .ETweet LI .tweet_text A{
    font-size: 100%;
}

.plate .ETweet .tweet_text{
    display: block;
}
.plate .ETweet UL{
    padding: 0em;
}
.plate .ETweet LI{
    clear: left;
    list-style: none;
    margin: 0 0 1em 0;
}
.plate .ETweet LI IMG {
    float: left;
    margin: 0 1em 0 0;
}
.plate .ETweet .tweet_avatar IMG {
    display: none;
}


.tagcloud {
    box-shadow: 0px 8px 21px #666;
    -moz-box-shadow: 0px 10px 20px #666;
    -webkit-box-shadow: 0px 8px 21px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(../icons/grey40.png);
    padding: 1em;
    text-align: center;
    font-size: 90%;

}
.tagcloud A IMG {
    vertical-align: baseline;
    display: inline-block;
}
.tagcloud A {
    text-decoration: none;
    padding: 5px 10px;
    color: #333;
}
.tagcloud A:hover {
    color: #fff;
}

.p2BlogWidget {
    width: 66%;
}

.p2BlogWidget .posting .header, .p2BlogWidget  .posting .footer {
    padding: 0px;
    height: auto;
}
.p2BlogWidget .footer {
    margin: 1em 0 0;
    font-size: 80%;
}
.p2BlogWidget .footer, .p2BlogWidget .permalink, .p2BlogWidget .keywords {
    display: none;
}


