/* Vote-It-Down Stylesheet: Global */

/* Colors:
	Light	: #CCFF66
         Middle	: #00C000
         Dark	: #008000

*/

	.vidNaviSmall a:link 	{ font-size:9pt; color:white;   	text-decoration:underline;	font-weight:bold; 	}
	.vidNaviSmall a:visited	{ font-size:9pt; color:white;   	text-decoration:underline;	font-weight:bold;	}
	.vidNaviSmall a:hover	{ font-size:9pt; color:#CCFF66;		text-decoration:none;		font-weight:bold;	}
   	.vidNaviSmall a:active	{ font-size:9pt; color:#FF0000;		text-decoration:none; 		font-weight:bold;	}

	.loginInfo a:link 	{ font-size:8pt; color:black;   	text-decoration:underline;	font-weight:bold; 	}
	.loginInfo a:visited{ font-size:8pt; color:black;   	text-decoration:underline;	font-weight:bold;	}
	.loginInfo a:hover	{ font-size:8pt; color:#759518; 	text-decoration:none;		font-weight:bold;	}
	.loginInfo a:active	{ font-size:8pt; color:#FF0000;		text-decoration:none; 		font-weight:bold;	}

	body a:link 	{ font-size:8pt; color:black;   	text-decoration:underline;	font-weight:bold; 	}
	body a:visited	{ font-size:8pt; color:black;   	text-decoration:underline;	font-weight:bold;	}
	body a:hover	{ font-size:8pt; color:#759518; 	text-decoration:none;		font-weight:bold;	}
	body a:active	{ font-size:8pt; color:#FF0000;		text-decoration:none; 		font-weight:bold;	}

	body 	{ 	font-family:Arial,Helvetica;
			  	font-size:11pt;
				color:black;
                margin-top:0px;   
                background-color:#BCAAB7;
                background:url(../new_design_2008/vote-it-down_main2.png); background-repeat:repeat-y;
			}

	body #claim { font-weight:bold;
                     }

	body .loginInfo { 	color:black;
         		  		font-weight:normal;
                     }
                     
   #header {
	text-align:center;
	background:url(../new_design_2008/vote-it-down_head.png); background-repeat:no-repeat;
   }
   
   .postinfo {
   	background:url(../new_design_2008/postinfo.png); background-repeat:no-repeat;
   }
   
  .pagenavi {
	text-align:right;
	color:white;
   	background:url(../new_design_2008/pagenavi.png); background-repeat:no-repeat; background-position:right;
   }


	h1,h2,h3	{ color:#759518;
         		}

	/* Formular Elements ---------------- */

	input,textarea	{	border:solid 1px #759518;
						font-family:Arial;
						font-size:10pt;
					}

	input:focus	{ background-color:#CCFF66;
				}

	textarea:focus	{ background-color:#CCFF66;
    				}

	.auswahl { border:solid 0px;
    	      	   /* border-left:solid 1px orange; */
    	    	 }

	.button  {	background-color:#759518;
				color:white;
				border-color:#00C000;
				border-width:2px;
				border-style:solid;
				font-size:9pt;
				font-weight:bold;
				width:85px;
			}
	.button:focus { background-color:#759518;
         		  	border-color:#CCFF66;
         		  }

	/* Classes ---------------- */

	.dataHeader { border: solid 1px #759518;
         	      background-color:#759518;
                  color:white;
                  font-weight:bold;
         	    }

	.content { 	font-family:Arial,Helvetica;
	           	font-weight:normal;
            	left: 20%;
                width: 600px;   
			}
			

	.vidNaviSmall { font-size:8pt;
         		  	color:white;
                    font-weight:bold;
					}
					
	.vidNaviInfo {	font-size:8pt;
         		  	color:#759518;
					font-weight:normal;
				 }

	.vidNotice { font-size:8pt;
         	   }
         	   
	.vidError {	color:red;
				font-weight:bold;
	}
         	   
    .vidCommentsSidebar { font-size:9pt;
    }

	.vidBorderTop { border-top:1px solid #759518; margin:0px; }

	/* Formatierung Liste letzte Referer */
	#infoBox ul{
				list-style-type:decimal;
				margin: 0;
				margin-left:25px;
				width:200px;
				padding-left: 25px;
				font-size:10pt;
				}
		
	
	#Pinboard	{	background-image:url('../new_design_2008/pinboard.png');
					
					background-repeat:no-repeat;
				}
				
	
					
/* Formatierungen Tools-Seiten, freie Seite, etc. */
	
	#vidToolContainer {
			
	width:810px;
			
	text-align:center;
	}
	
	
	#vidToolSidebarLeft {
		
	width:230px;
		
	float:left;
		
	text-align:left;		
	}

	
	#vidToolContent {
		
	width:420px;
		
	float:left;
		
	padding-left:160px;
		
	text-align:left;		
	}
	