/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

.input1 {
	width: 166px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #FDFDFD;
	border-left: 1px solid #F0F0F0;
}

.input2 {
	width: 59px;
	height: 24px;
	border: none;
	background: url(../images/homepage23.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

.input3 {
	width: 166px;
	background: #F0F0F0;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
}

.input3:focus {
	background: #f7f7f7;
}

.frage_table {
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}

.frage {
	background: #fbfbfb;
}
.frage:hover {
	background: #f7f7f7;
}


.antwort_richtig {
	border-left: 5px solid #3ff236;
	background: #e8ffe7;
	margin:20px;
	padding:20px;
}

.antwort_richtig:hover {
	background: #d6ffd4;
}

.antwort_normal {
	border-left: 5px solid #9b9b9b;
	background: #fbfbfb;
	margin:20px;
	padding:20px;
}

.antwort_normal:hover {
	background: #e7e7e7;
}

.antwort_falsch {
	border-left: 5px solid #ff2a2a;
	background: #ffe0e0;
	margin:20px;
	padding:20px;
}

.antwort_falsch:hover {
	background: #ffd4d4;
}

.forum_table {
	border:1px solid #dadada;
}

.forum_table td {
	border-bottom:1px solid #dadada;
}

.forum_kathe {
	background: #ededed;
	font-size:14px;
}

.forum_boarda {
	background:#fbfbfb;
}

.forum_boardb {
	background:#f8f8f8;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7D7D;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

.text1 {
	padding: 20px;
	color: #757575;
	font-size:12px;
}

.text2 {
	font-size: 15px;
	font-weight: bold;
	color: #2F2F2F;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

.text4 {
	display: block;
	width: 45px;
	height: 21px;
	padding: 10px 12px 0px 0px;
	background: url(../images/homepage28.gif) no-repeat left center;
}

#kritik{
	font-weight: bold;
	padding:30px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #1076CB;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	color: #606060;
	padding: 10px 0px 0px 12px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2F2F2F url(../images/homepage01.gif) repeat-x left top; }
.bg2 { background: #FFFFFF url(../images/homepage02.gif) repeat-y left top; }
.bg3 { background: url(../images/homepage03.gif) no-repeat left top; }
.bg4 { background: url(../images/homepage07.jpg) no-repeat left top; }
.bg5 { background: url(../images/homepage08.gif) repeat-x left top; }
.bg6 { background: url(../images/homepage10.gif) repeat-x left top; }
.bg7 { border: 1px solid #F2F2F2; background: #FBFBFB url(../images/homepage11.gif) repeat-x left top; }
.bg8 { background: url(../images/homepage14.gif) repeat-x left bottom; }
.bg9 { background: url(../images/homepage15.gif) repeat left top; }
.bg10 { background: url(../images/homepage19.gif) repeat-x left bottom; }
.bg11 { background: url(../images/homepage22.gif) repeat-y left top; }
.bg12 { background: url(../images/homepage26.gif) repeat-x left top; }
.bg13 { background: url(../images/homepage27.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 20px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.message_error {
  margin:0 15px;
  padding: 10px;
  font-size:1.1em;
  background:#ffecec;
  border-bottom:2px solid #e89191;
  border-top:2px solid #e89191;
}

.message_ok {
  margin:0 15px;
  padding: 10px;
  background:#e3ffe2;
  font-size:1.1em;
  border-bottom:2px solid #a6d99d;
  border-top:2px solid #a6d99d;
}

.message_warning {
  margin:0 15px;
  padding: 10px;
  background:#fff4e9;
  font-size:1.1em;
  border-bottom:2px solid #ebc59f;
  border-top:2px solid #ebc59f;
}


#fr_left {
    float: left; 
    background-image: url(../images/sonstiges/friend_bg.png); 
    width: 199px; 
    height: 46px; 
    margin-top: 10px; 
    margin-bottom: 10px;
}

#fr_right {
    float: right; 
    background-image: url(../images/sonstiges/friend_bg.png); 
    width: 199px; 
    height: 46px; 
    margin-top: 10px; 
    margin-bottom: 10px;
}

#fr_linking {
    margin: 0 0 0 50px; 
    font-size: xx-small;    
}

#fr_linking a {
    color: #8CAF4F; 
    text-decoration: underline
}

#fr_linking a:hover {
    text-decoration: none;    
}