body {
color:					#AF5FB8;
background-color:		#E2C6FF;
overflow:				auto;
}

.error{
    color:red;
    text-align:center;
    font-weight:bold;
}


a, a:visited, a:hover, a:active {
color:					#AF5FB8;
text-decoration:		none;
}

.title {
width:					90%;
}
.content {
width:					95%;
border:					solid 3px #AF5FB8;
height:					100%;
overflow:				auto;
}

.view_sterne {
text-align:				left;
width:					110px;
border:					1px;
border-left:			none;
}

table.rating {
margin:					0 auto;
width:					100%;
border:					solid 1px #AF8C11;
}

table.rating tr td {
    padding:5px;
    border: solid 1px #AF8C11;
}

div.greeting{
    text-align:center;
    font-weight:bold;
}

div.menu{
    text-align:center;
    font-weight:bold;
}


table.rating img{
    border:none;
}

table.rating tr.style1{
    font-weight:bold;
    background:#6C306F;
}

table.rating tr.style2{
    font-weight:bold;
    background: #4D364F;
}

div.anzahlKommentare{
    font-weight:bold;
    padding-bottom:15px;
}

.view_bewertungstext {
text-align:				left;
width:					85%;
border:					1px;
}
.container {
width:					100%;
margin-top:				15px;
overflow-x:				hidden;
text-align:				center;
}

input {
}

.login_text {
}

.post_textarea {
}

.post_select {
}

.register_text {
}