html, body, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}

body, input, textarea, p {
	font-family: Verdana;
	font-size: 12px;
	color: #464646;
}
body {
	background: #212121 url(/media/images/bg.jpg) no-repeat center top;
}
	
a {
	text-decoration: none;
}

a, h1, h2, h4, p.subtext {
	color: #a6228f;
}
h1 {
	font-weight: bold;
	font-size: 17px;
	color: #575757;
	margin: 0 0 5px 0;
}
h2 {
	margin: 20px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
}
p {
	margin: 0 0 10px 0;	
}
ul {
	padding: 0 0 0 15px;	
}
ul, li {
}
img {
	border: none;	
}

.clear {
	display:block;
	clear:both;
	float:none;
	height: 1px;
	overflow:hidden;
}


div.status {
	margin: 0 0 10px 0;
	color: #cc0000;
	font-size: 12px;	
}

/* structure */
#header {
	margin: 20px auto;
	text-align: center;
}
#header img {
	margin: 0 580px 0 0;
	width: 280px;
	height: 80px;	
}
div#container {
	margin: 1px auto;
	width: 846px;
	background: transparent url(/media/images/bg_container_bg.gif) repeat-y top left;
	border: 5px solid #626262;
}
#left {
	float:left;
	width: 268px;
}
#left div.inner {
	padding: 60px 0px 20px 32px;	
}
#center {
	float:left;
	width: 356px;
}
#center .inner {
	padding: 20px 36px 16px 36px;
}
#center .padding {
	padding: 0px 0 0 0;
}
#right {
	float:left;
	width: 215px;
}
#right div.inner {
	
}

/* tpl bg */
div#container #home {
	background: transparent url(/media/images/bg_container.gif) no-repeat top left;	
}
div#container #home #left {
}
div#container #detail {
	background: transparent url(/media/images/bg_container.gif) no-repeat top left;	
}
div#container #detail #left {
	height: 420px;
}


/* form */
p.textfeld {
	margin: 0 0 10px 0;	
}
div.feedback form {
	margin-top: 10px;	
}
div.feedback img.title {
	margin-bottom: 20px;	
}
div.feedback input.text, div.feedback textarea.text {
	width: 206px;
}
div.feedback input.text, div.feedback textarea.text, div.feedback label, div.feedback select {
	margin-bottom: 10px;
	color: #c263af; 
}
input.text, textarea.text, select {
	border: 1px solid #dadada;	
	padding: 1px 0px 1px 0px;
}
div.feedback label {
	color: #828282;
	cursor: pointer;
	display:block;
}
div.feedback select {
	width: 280px;
	padding-right: 0px;
}
div.feedback textarea.text {
	height: 100px;
}
div.feedback button.big, div.feedback a.big span {
	background: transparent url(../media/images/button.png) no-repeat top left;
	display:block;
	width: 166px;
	height: 53px;
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
	color: transparent;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
p.subtext {
	margin: 10px 0 5px 0;	
}
div.feedback p.formtext {
	margin: 0px 0 5px 0;	
}
p.greytext {
	color: #828282;	
	margin: 0 0 10px 0;
}

/* paging */
ul.paging, p.paging {
	margin: 5px 20px 26px 0px;	
	float:left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
p.paging {
	margin: 0 0 0 10px;	
}
span.active {
	font-weight: bold;	
}
ul.paging li {
	float:left;	
	color: transparent;
}
ul.paging li a span {
	display:block;	
	cursor: pointer;
}
ul.paging li.left {
	width: 21px;
}
ul.paging li.left a span {
	height: 15px;
	background: transparent url(../media/images/paging.png) no-repeat top left;
}
ul.paging li.left a:hover span {
	background: transparent url(../media/images/paging.png) no-repeat bottom left;	
}
ul.paging li.right a span {
	height: 15px;
	background: transparent url(../media/images/paging.png) no-repeat top right;
}
ul.paging li.right a:hover span {
	background: transparent url(../media/images/paging.png) no-repeat bottom right;	
}
ul.paging li.right {
	width: 20px;
}
p.company {
	float:right;
	padding: 6px 0 0 0;	
}


#footer {
	width: 846px;
	margin: 0 auto;
	padding: 12px 0 20px 0;
}
#footer, #footer a {
	font-size: 11px;
	color: #7d7d7d;
	text-decoration: none;
}

/* companies listing */
#company {
	width: 284px;
}
.rangliste {
	margin-top: 20px;	
}

/* list company ideas detail */
#company_detail {
	padding: 0 0 20px 0;
}
#company_detail .list_idea span.subject {
	font-weight: bold;
	width: 220px;
	display:block;
	float:left;
	margin: 0 5px 0 0;
}
#company_detail .list_idea span.vote {
	display:block;
	float:left;
	width: 50px;
}
#company_detail .list_idea span.vote img {
	margin: 0 2px 0 0;
}
#company_detail  a:hover span.list_idea {
	background: #f1daec url(../media/images/idea_detail_hover.png) no-repeat right center;
}
#company_detail .padding, #company_detail .inner {
	padding-top: 0;
}

/* list companies */
.list_idea span.count {
	float:right;
	text-align: right;	
	margin: 0 5px 0 0;
}
.companies .list_idea span.icon {
	float:right;
	text-align: right;	
}

/* list toplist */
.toplist {
	
}
.toplist .list_idea span.name {
	display:block;
	float:left;
	width: 175px;
	margin: 0 5px 0 0;
}
/* list ideas, random */
span.list_idea {
	display:block;
	padding: 3px 36px 3px 36px;
	cursor:pointer;
	min-height: 18px;
}
a span.list_idea {
	color: #464646;
}
a:hover span.list_idea {
	background: #f1daec url(../media/images/hover.png) no-repeat left center;
}
.list_idea span.icon {
	display:block;
	float:left;
	padding: 3px 0 0 0;
	margin: 0 5px 0 0;
 }
.list_idea span.company {
	display:block;
	float:left;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.list_idea span.subjectSmall {
	display:block;
	float:left;
	margin: 0 5px 0 0;
}
.list_idea span.time {
	display:block;
	float:right;
	text-align:right;
}

/* detail view */
#idea {
	margin: 5px 0 0 50px;
}
#idea div.rating {
	margin: 0 0 10px 0;
}
#idea div.text {
}
#idea h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #333333;	
}
#idea div.rating {
	margin-bottom: 24px;		
}
#idea div.rating form {
	float:left;
	margin-right: 10px;
}
#idea a span.vote_down, #idea a span.vote_up {
	display:block;
	width: 24px;
	height: 25px;
	cursor:pointer;
}
#idea a span.vote_up {
	background: transparent url(/media/images/vote.gif) no-repeat 0px 0px;	
}
#idea a:hover span.vote_up {
	background-position: 0px -25px;	
}
#idea a span.vote_down {
	background: transparent url(/media/images/vote.gif) no-repeat -24px 0px;	
}
#idea a:hover span.vote_down {
	background-position: -24px -25px;	
}

#idea span.vote_up_inactive, #idea span.vote_down_inactive {
	display:block;
	width: 24px;
	height: 25px;
}
#idea span.vote_up_inactive {
	background: transparent url(/media/images/vote_inactive.gif) no-repeat 0px 0px;	
}
#idea span.vote_down_inactive {
	background: transparent url(/media/images/vote_inactive.gif) no-repeat -24px 0px;	
}

/* comment */
.comment_link {
	float:left;
	margin: 0;
	padding: 4px 0 0 0;	
}

.comment_write {
	display:none;	
	margin: 0 0 20px 0;
	font-size: 11px;
}
.comment_write .title {
	font-weight: bold;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
}
.comment_write textarea, .comment_write input {
	width: 100%;
	color: #c263af; 
	border: 1px solid #dadada;	
	padding: 1px 0px 1px 0px;
	padding: 2px;
	margin: 0 0 2px 0;
}
.comment_write textarea {
	height: 40px;	
}
.comment_write button {
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	cursor:pointer;
	float:right;
}

.comment_list {
	font-size: 11px;	
	margin-bottom: 24px;
}
.comment_list .title, .comment_list .title_right {
	border-bottom: 1px solid #bcbcbc;
	padding: 0 0 2px 0;	
	margin: 0 0 10px 0;
}
.comment_list .title {
	float:left;
	width: 80%;
}
.comment_list .title a {
	font-weight: bold;	
	color: #464646;
}
.comment_list .title_right {
	float:left;
	width: 20%;
	text-align:right;	
}

.comment_list .icon {
	float:left;
	width: 10%;
}
.comment_list .icon, .comment_list .text {
	margin: 0 0 10px 0;	
}
.comment_list .text {
	float:left;
	width: 90%;
}
.comment_list .text .username {
	font-weight: bold;
	padding: 0 1px 0 0;	
}

.comment_write .button {
	width: 96px;
	height: 28px;
	background: transparent url(/media/images/comment/button.png) no-repeat 0 0;
}


/* firmen feedback */
.firmen_feedback {
	margin: 0px -10px 30px -10px;
	background-color: #dcf1d6;
	padding: 10px;
	font-size: 11px;
}
.firmen_feedback .title {
	font-weight: bold;	
}
.firmen_feedback .subtitle {
	border-bottom: 1px solid #a7b3a3;
	margin-bottom: 5px;
}

/* autocomplete */
.ac_results {
	padding: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
}
.ac_odd {
	background-color: #fefefe;
}
.ac_over {
	background-color: #e8e8e8;
	color: #464646;
}




