.datetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C9B5BB;
	color: #773445;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: justify;
	color: #773445;
}
.zeitgeist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-align: justify;
	color: #773445;
}
.pinktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #FB5080;
}
.moderationtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #FB5080;
	text-align: right;
}
.sorttext, .currentpage, .answertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #FB5080;
}

.biganswertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FB5080;
}
.sorttext {
	color: #FFF;
	padding: 10px
}
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #874153;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	line-height: 38px;
	color: #FB5080;
}
.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #773445;
	color: #FB5080;
}
.questionstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 23px;
	color: #FFFFFF;
}


a:link {
	color: #FB5080;
	text-decoration: none;
}
a:visited {
	color: #FB5080;
	text-decoration: none;
}
a:hover {
	color: #FB5080;
	text-decoration: underline;
} 


.sorttext a:link {
	color: #FFF;
	text-decoration: none;
}
.sorttext a:visited {
	color: #FFF;
	text-decoration: none;
}
.sorttext a:hover {
	color: #FFF;
	text-decoration: underline;
} 

.bigtext a:hover, .zeitgeist a:hover {
	color: #FC759E;
	text-decoration: none;
} 

.bluetext a:link {
	color: #FB5080;
	text-decoration: none;
}
.bluetext a:visited {
	color: #FB5080;
	text-decoration: none;
}
.bluetext a:hover {
	color: #FB5080;
	text-decoration: underline;
} 

.currentpage a:link {
	color: #FC759E;
	text-decoration: none;
}
.currentpage a:visited {
	color: #FC759E;
	text-decoration: none;
}
.currentpage a:hover {
	color: #F993B3;
	text-decoration: none;
} 

.mediumtext a:link, .questionstext a:link {
	color: #FB5080;
	text-decoration: none;
}
.mediumtext a:visited, .questionstext a:visited {
	color: #FB5080;
	text-decoration: none;
}
.mediumtext a:hover, .questionstext a:hover {
	color: #F9739C;
	text-decoration: none;
} 

.answertext a:hover {
	color: #FB5080;
	text-decoration: underline;
} 

body {
	margin:0;
	padding:0;
	background-color: #FFF;
}

#logo {
	width: 155px;
	height: 41px;
	overflow: hidden;
}

#ScrollingArea {
	border: 2px solid #000;
	overflow: auto;
	height: 100%;
}

#answer textarea {
	border: 3px solid #E7D9DD;
	background-color: #FFF;
	color: #FB5080;
	width: 75%;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin: 20px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	overflow:auto;
}

#newquestion textarea {
	border: 3px solid #E7D9DD;
	background-color: #FFF;
	color: #FB5080;
	width: 75%;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin: 10px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	overflow:auto;
}

#searchfield input {
	border: 1px solid #E7D9DD;
	color: #FB5080;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 24px;
}

#emailfield input {
	border: 1px solid #E7D9DD;
	background-color: #FFF;
	color: #FB5080;
	width: 270px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#buttons ul, #answerButtons ul, #smallButtons ul, #questionButtons ul, #smallButtonsAnswers ul {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; 
}

#smallButtonsAnswers ul {
	margin-top: 5px;
}

#buttons ul li, #answerButtons ul li, #smallButtons ul li, #questionButtons li, #smallButtonsAnswers ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#buttons ul li a {
	background: #FEE5EC;
	background: #773445;
	width: 188px;
	border: 0px solid #E7D9DD;
	padding: 10px;
	margin: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	color: #773445;
	color: #FFF;
	float: left;
}
#buttons ul li a:hover {
	background: #F3B8C8;
	background: #FB5080;
	color: #FFF;
}


#answerButtons ul li a {
	background: #ED4048;
	border: 1px solid #8E1B21;
	padding: 12px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	color: #ffffff;
	float: left;
}
#answerButtons ul li a:hover {
	background: #F9505D;
}


#smallButtons ul li a, #smallButtonsAnswers ul li a {
	font-weight: normal;  
	background: #FFF;
	background: #773445;
	border: 0px solid #E7D9DD;
	margin-right: 5px; 
	margin-top: 10px;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	text-align: center;
	line-height: .8em;
	color: #874153;
	color: #FFF;
}
#smallButtons ul li a:hover, #smallButtonsAnswers ul li a:hover {
	background: #FEE5EC;
	background: #FB5080;
	color: #FFF;
}


#questionButtons ul li a {
	font-size: 11px;
	font-weight: bold;  
	background: #fff;
	background: #773445;
	border: 0px solid #E7D9DD;
	width: 100px;
	padding: 10px;
	margin: 5px;
	text-decoration: none;
	text-align: center;
	line-height: .8em;
	color: #874153;
	color: #FFF;
	float: left;
}
#questionButtons ul li a:hover {
	background: #FEE5EC;
	background: #FB5080;
	color: #FFF;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	overflow: hidden;
}
#navcontainer ul li { 
	display: inline;
	float: left;
}
#navcontainer ul li a:link,
#navcontainer ul li a:visited {
	text-decoration: none;
	color: #FB5080;
	float: left;
	display: block;
	padding: 10px;
}
#navcontainer ul li a:hover {
	color: #FB5080;
	color: #FFF;
	background-color: #874153;
	background-color: #FB5080;
}
#navcontainer li#selectedPage a {
	background-color: #874153;
	background-color: #FB5080;
	color: #FFF;
	font-weight: normal;
}
