
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #E6E5E5 !important;
    background-repeat: repeat-x;
    background-image: url('bilder/bg.png');
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    color: #e6e5e5;
    position: relative;
    text-align: center;
}

TD, TR {
    font-family: Trebuchet MS;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    color: #666;
}

tr, td {
    vertical-align: top
}

.clearing {
    clear: both;
    height: 0px;
    padding: 0;
    margin: 0;
}

#principal {
    width: 900px;
    margin: 0 auto;
    text-align: justify;
    position: relative;
    background: url('bilder/bg2.png') repeat-y;
}

#topsection {
    height: 660px;
}

#contentwrapper {
    float: left;
    width: 100%;
}

#contentcolumn {
    margin: 0 237px 0 237px;
}

#leftcolumn {
    float: left;
    width: 280px;
    margin-left: -967px;
}

#nav a img {
    background-color: #E1DFE0;
    border: 0px solid #ADADAD;
    padding: 0px;
    margin: 0px;
}

#nav a img:hover {
    background-color: #E1DFE0;
    border: 0px solid #3399ff;
    padding: 0px;
    margin: 0px;
}
/* MENU ++++++++++++*/
.menu {
    background-color: #222222;
    padding: 6px;
    font-family: Trebuchet MS;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    color: #666;
}

td.menu {
    background-color: #222222;
    padding: 8px;
    color: #666;
    cursor: default;
    font-family: Trebuchet MS;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}

td.menu:hover {
    background-color: #993366;
    padding: 8px;
    color: black;
    cursor: default;
    font-family: Trebuchet MS;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
}
/* zeug-------*/
A:link {
    color: #666;
    text-decoration: none;
    font-weight: none;
}

A:visited {
    color: #666;
    text-decoration: none;
    font-weight: none;
}

A:active {
    color: #cc3366;
    text-decoration: none;
    font-weight: none;
}

A:hover {
    color: #3399ff;
    text-decoration: none;
    font-weight: none;
}

strong {
    color: #3399ff;
}

b {
    color: #3399ff;
}

i {
    color: #545356;
}

italic {
    color: #545356;
}

em {
    color: #3399ff;
}

u {
    color: #848792;
    text-decoration: none;
    border-bottom: 1px dotted #3399ff;
}

img {
    border: 0px;
}

p {
    margin-top: 10px;
    margin-bottom: 15px;
}

img.alignleft {
    margin: 5px 10px 2px 0;
}

img.alignright {
    margin: 5px 0 2px 10px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

a img {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 3px;
    margin: 1px;
    -moz-border-radius: 4px;
}

a img:hover {
    background-color: #FFFFFF;
    border: 1px solid #3399ff;
    padding: 3px;
    margin: 1px;
}

.image {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 3px;
    margin: 1px;
    -moz-border-radius: 4px;
}

.image:hover {
    background-color: #FFFFFF;
    border: 1px solid #3399ff;
    padding: 3px;
    margin: 1px;
}
/* SIDEBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.sidebar {
    background-color: #F2F2F2;
    padding: 4px;
}

.side-title {
    background-color: #fff;
    background-image: url('');
    padding: 4px;
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 15pt;
    color: #000000;
    text-align: center;
}

.side-content {
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 14px;
    font-family: Trebuchet MS;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 9pt;
    color: #8f8f8c;
    text-align: justify;
}
/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.table-content {
    background-color: #F2F2F2;
    padding: 4px;
    text-align: justify;
    color: #050302;
    position: relative;
}

.title {
    background-color: #050302;
    padding: 4px;
    font-family: Trebuchet MS;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 9pt;
    color: #3399ff;
    text-transform: uppercase;
    text-align: center;
}
/* FOOTER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.footer {
    background: #F2F2F2;
    font-weight: bold;
    background-image: url('bilder/footer.png');
    font-family: arial;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #2E2E2E;
    text-align: center;
    padding: 10px;
}

.footer strong, b, { color:

#777777;
}

.footer a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

.footer a:link, .news-box2 a:visited {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

.footer a:hover {
    font-weight: bold;
    color: #3399ff;
    text-decoration: none;
}

h1 {
   background-color: #fff;
    background-image: url('');

    line-height: 21pt;


	 font-size: 18px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: "Georgia";
    color: #3399ff;
    padding: 0px 0px 1px 0px;
    margin: 0px;
    text-align: center;
	font-weight: bold;
	
	}
	
	h1 a {
    color: #3399ff;
    text-decoration: none
}

h1 a:hover {
    color: #333;
    text-decoration: none
}

h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #3399ff;
}

h2 a {
    color: #333;
    text-decoration: none
}

h2 a:hover {
    color: #6699cc;
    text-decoration: none
}

h3 {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #3399ff;
}

h3 a {
    color: #FDB264;
    text-decoration: none
}

h3 a:hover {
    color: #333;
    text-decoration: none
}

h4 {
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #3399ff;
    text-transform: uppercase
}

h4 a {
    color: #FDB264;
    text-decoration: none
}

h4 a:hover {
    color: #333;
    text-decoration: none
}

h5 {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 100;
    font-family: "Georgia";
    color: #3399ff;
    padding: 0px 0px 1px 0px;
    margin: 0px;
    text-align: center;
}

h5 a {
    color: #cc3366;
    text-decoration: none
}

h5 a:hover {
    color: #333;
    text-decoration: none
}

h5 strong {
    color: #3399ff;
}
/* ------------------------------------------------------ Layout
 ----------------------------------------------------------------------------------------*/
#wrapper {
    width: 945px;
    margin: 0 auto
}

#title {
    float: left;
    width: 530px;
    margin-left: 5px;
}

#title h1 {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 100;
    border: none
}

#title h2 {
    font-size: 10px;
    font-style: italic;
    color: #6699cc;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    padding-bottom: 1px;
}
/* ------------------------------------------------------ Footer
 ----------------------------------------------------------------------------------------*/
#footer {
    width: 800px;
    margin: 0 auto;
    background: #e1f6cc;
    padding-top: 0px;
    padding-bottom: 7px;
    border-top: 0px solid #c5e4a5;
}

.footercontent {
    margin: 0 auto;
    padding-left: 30px;
    padding-top: 23px;
    color: #a2c77c;
    font-size: 11px;
    font-family: "Trebuchet MS", Arial;
    line-height: 14px;
}

#footer-left {
    float: left;
    width: 700px;
}

#footer-right {
    float: right;
    width: 200px;
    text-align: right;
    padding-right: 20px;
}

#footer h1 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Trebuchet MS", Arial;
    color: #8ab455;
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
}

#footer a {
    color: #9AD451;
    text-decoration: underline
}

#footer a:hover {
    color: #ffffff;
    text-decoration: none
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.news-box-post {
    padding: 5px;
    line-height: 15px;
    color: #000000;
}

.news-box2 {
    background: #222222;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news-box2 a {
    font-weight: bold;
    color: #76716d;
    text-decoration: none;
}

.news-box2 a:link, .news-box2 a:visited {
    font-weight: bold;
    color: #76716d;
    text-decoration: none;
}

.news-box2 a:hover {
    font-weight: bold;
    color: #a03008;
    text-decoration: underline;
}

.news-title, .news-title ul, .news-title ul ul {
    background-color: #000000;
    font-family: Trebuchet MS;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.news-title li {
}

.news-title a {
    color: #fff;
    text-decoration: none;
}

.news-title a:link, .news-title a:visited {
    color: #aaadb2;
    text-decoration: none;
}

.news-title a:hover {
    color: #aaadb2;
    text-decoration: underline;
}

A.navi:link, A.navi:active, A.navi:visited {
    display: block;
    font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 1px;
    background-color: #E6E5E5;
    border-bottom: 1px solid #fff;
    border-left: 7px solid #E6E5E5;
    border-top: 0px dotted #EEEEEE;
    border-right: 7px solid #E6E5E5;
    color: #666;
    
    text-align: left;
    line-height: 22px;
}

A.navi:hover {
    display: block;
    font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 1px;
    background-color: #E6E5E5;
    border-bottom: 1px solid #fff;
    border-left: 7px solid #E6E5E5;
    border-top: 0px dotted #EEEEEE;
    border-right: 7px solid #E6E5E5;
    color: #3399ff;
    
    text-align: left;
    line-height: 22px;
}

.linie {
    border-bottom-color: #996699;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    background-color: #fff;
}

.linie2 {
    border-bottom-color: #996699;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    background-color: #ddd;
}

blockquote {
padding: 6px;
border-left: 7px solid #3399ff;
background: #dcdcdc;
color: #4a4138;		
}




#gesamt {
    background-color: #ffffff;
    font-family: Trebuchet MS;
    font-size: 11px;
    width: 98%;
    color: #8C8C8C;
    padding: 3px;
    margin-bottom: 10px;
}

#sg1 {
    background-color: #F9F9F9;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #B0B0B0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #B0B0B0;
    padding: 2px;
    margin-bottom: 5px
}

#sg2 {
    background-color: #F9F9F9;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #B0B0B0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #B0B0B0;
    padding: 2px;
}

#comments {
    text-align: right;
    font-size: 10px;
    color: #8C8C8C;
}

input {
    background-color: #F9F9F9;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #B0B0B0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #B0B0B0;
    padding: 2px;
    color: #8C8C8C;
    font-size: 10px;
}

textarea {
    background-color: #F9F9F9;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #B0B0B0;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #B0B0B0;
    padding: 2px;
    color: #8C8C8C;
}

/* +++++++++++++++++++++++++++News++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bg-news {
    background: #fbf6ef url('images/designviolett/bg-news.png') top left repeat-x;
    border: 0px solid #000000;
}

.title2 {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #f2e4d6;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0px 7px 0px;
    border-bottom: 1px solid #aca1ac;
}

.autor {
    border-bottom: 1px solid #aca1ac;
    border-left: 1px solid #aca1ac;
    font-size: 10px;
    line-height: 20px;
    color: #f2e4d6;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0px 7px 0px;
}

.autor-kommentar {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #965778;
    border-bottom: 1px solid #aca1ac;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 0px 5px 6px;
}

.datum {
    border-bottom: 1px solid #aca1ac;
    border-right: 1px solid #aca1ac;
    font-size: 10px;
    line-height: 20px;
    color: #f2e4d6;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0px 7px 0px;
}

.datum-kommentar {
    font-size: 11px;
    line-height: 20px;
    color: #965778;
    border-bottom: 1px solid #aca1ac;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 6px 5px 0px;
}

.news {
    padding: 3px;
    font-family: arial;
    font-Size: 11px;
    text-align: justify;
    color: #352f42;
    border-top: 0px solid #aca1ac;
    border-bottom: 1px solid #aca1ac;
    border-left: 1px solid #aca1ac;
    border-right: 1px solid #aca1ac;
}

.news-bottom {
    border-top: 0px solid #aca1ac;
    border-bottom: 1px solid #aca1ac;
    border-left: 1px solid #aca1ac;
    border-right: 1px solid #aca1ac;
    font-family: tahoma;
    font-Size: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #352f42;
    padding: 5px 5px 5px 5px;
}


-------------------------------------------------

.posttitle {
color: #3399ff;
background-repeat: no-repeat;
margin-left: 7px;
line-height: 18px;
text-align: center;
font-size: 20px;
font-weight: bold;
text-shadow: #c0c0c0 1px 1px 0px;
font-family: "arial narrow", arial;
width: 490px;
text-transform: uppercase;
height: 10px;
padding: 8px;
}





.post {
padding: 3px;
margin-top: 0px;
margin-left: 15px;
width: 616px;
margin-bottom: 15px;
}

.under_title {
color: #666;
padding: 3px;
width: 606px;
font-family: "georgia", arial;
font-size: 9;
font-style: italic;
margin-left: 30px;
margin-top: -4px;
background: #fafafa;
}



.under_title a{
color: #3399ff;
padding: 3px;
width: 606px;
font-family: "georgia", arial;
font-size: 9;
font-style: italic;
margin-left: 10px;
margin-top: -4px;
}

.content_text {
font-size: 11px;
font-family: "arial", Helvetica, Arial, Sans-Serif;
text-align: left;
padding: 4px;
color: #4a4138;
width: 666px;
margin-top: 5px;
}

.content_text_form {
font-size: 11px;
font-family: "tahoma", Helvetica, Arial, Sans-Serif;
text-align: left;
padding: 3px;
background-color: #ffffff;
color: #312c27;
width: 410px;
margin-top: 0px;
}

.content_body {
padding: 1px;
background-color: #f5f5f5;
width: 360px;
margin-left: 20px;
}





------------------

textarea {
FONT-SIZE: 9px; 
color: #939393;
font-family: tahoma;
background-color: #ececec;
border: 1px solid #eaeaea;
}

input {
text-transform: uppercase;
letter-spacing: 3px;
FONT-SIZE: 8px; 
color: #939393;
font-family: tahoma;
background-color: #ececec;
border: 1px solid #eaeaea;
}

select {
border-right: #738fd0 1px solid; 
padding-right: 1px; 
border-top: #738fd0 1px solid; 
padding-left: 1px; 
font-weight: normal; 
font-size: 8pt; 

margin-bottom: 1px; 
padding-bottom: 0px; 
text-transform: none; 
border-left: #000000 1px solid; 
color: #000000; 
line-height: 12px; 
padding-top: 0px; 
border-bottom: #000000 1px solid; 
font-family: tahoma; 
text-align: center;
text-decoration: none
}

.menuline {

BORDER: #d1d1d1 1px solid;
background-color:#f0d9da;
color:#3399ff;
letter-spacing: 1px;
font-family:Couerier New;
text-transform: uppercase;
font-size: 16px;
line-height: 26px;
text-align: center;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
background-image: url('http://i33.tinypic.com/2j5xb1s.png');

}

 



.menubox {
border: #fe9191 solid: 1px;
padding: 3px;
font-size: 10px;
color: #939393;
line-height: 12px;
font-weight: none;
text-align: left;
font-family: Tahoma;
background-color:#ececec;
}

  #spoiler {}
      #spoiler a {
          color:#000;
        text-decoration:none;}
      #spoiler a span {
          display:none; }
      #spoiler a:active span, #spoiler a:focus span {
          display:block;}

