/**
 * RESET
 */

body,html,img,input,textarea {
	margin: 0;
	border: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

/**
 * MAIN
 */

body {
	background-image: url(../images/bg.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #225e3a;
}

div#wrapper {
	width: 934px;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -467px;
	clear: both;	
}

div#menu {
	width: 230px;
	float: left;	
	margin-bottom: 7px;
}

div#menuWrapper {
	width: 230px;
	height: 688px;
	background-image: url(../images/bg_menu_wrapper.jpg);
	background-repeat: no-repeat;
}

div#searchWrapper {
	width: 228px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #bf8017;
}

div#content {
	width: 704px;
	float: right;
	margin-bottom: 7px;
}

div#contentHeader {
	width: 702px;
	height: 237px;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0px;
	z-index: 1;
}

div#menuMetaMenu {
	width: 320px;
}

div#menuMetaLogin {
	width: 380px;
	text-align: right;
}

div#contentHeader div#menuMetaMenu {
	position: absolute;
	left: 0px;
	top: 18px;
}

div#contentHeader div#menuMetaLogin {
	position: absolute;
	right: 0px;
	top: 18px;
}

div.loggedIn {
	line-height: 1.2;
	margin-top: -3px;
}

div#contentBody {
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #fdf2d4;
	padding: 1px 0px 0px 26px;
	width: 675px;
	border-right: 1px solid #000000;
	z-index: 2;	
}

div#contentFooter {
	position: relative;
	left: 0px;
	top: 0px;
	width: 702px;
	height: 234px;
	z-index: 1;
	background-image: url(../images/bg_content_footer.jpg);
	background-repeat: no-repeat;
	line-height: 0px;
}

/**
 * HOME
 */

div#contentBodyHome {
	width: 702px;
	height: 1402px;
	background-image: url(../images/bg_content_body_home.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}

div#contentBodyHomeHeader {
	overflow: hidden;
	clear: both;
	position: relative;
	top: 18px;
	left: 0px;
}

div#contentBodyHomeHeader div#menuMetaMenu {
	float: left;
}
	
div#contentBodyHomeHeader div#menuMetaLogin {
	float: right;
}

div#contentBodyHomeContent {	
	margin-left: 26px;
	margin-top: 182px;
}

div.home div#menuWrapper div#searchWrapper {
	height: 437px;
}

/**
 * MENU
 */

div#menuWrapper div.padded1 {
	position: relative;
	top: 168px;
	left: 0px;
}

div#menuWrapper div.padded2 {
	position: relative;
	top: 174px;
	left: 0px;
}

div#menuWrapper div.padded3 {
	position: relative;
	top: 171px;
	left: 0px;
}

div#menuWrapper div.menuImage {
	left: 1px;
}

div#menuMain ul {
	padding: 0;
	margin: 0px 0px 0px 24px;
}

div#menuMetaMenu ul {
	padding: 0;
	margin: 0;
}

div#menuMetaMenu ul.firstLevel {
	clear: both;
	overflow: hidden;	
}

div#menuMetaMenu ul.firstLevel li {
	float: left;
	margin: 0px 4px;
}

div#menuMain li.selected a {
	color: #9e5200;	
}

div#menuMain ul.secondLevel {
	margin: 4px 0px 8px 22px;
}

div#menuMain ul.secondLevel li a {
	text-decoration: none;
	color: #225e3a;	
}

div#menuMain ul.secondLevel li a:hover {
	color: #9E5200;
}

div#menuMain ul.secondLevel li.selected a {
	color: #9e5200;	
}

/**
 * LOGIN
 */

div.login {
	color: #ffffff !important;
	font-family: "Times New Roman";
}

div.login a {
	color: #ffffff !important;
	text-decoration: underline;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
}

div.login input {
	font-family: Verdana;
	width: 94px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	background-color: transparent;
	border: 1px solid #87a9a0;
	color: #ffffff;
	padding: 0px 2px;
	margin: 0px 2px;
}

div.loggedIn {
	font-size: 12px;
	color: #ffffff;
}

div.loggedIn a {
	font-size: 12px;
	color: #ffffff !important;
}

/**
 * SEARCH
 */

form#search {
	position: relative;
	top: 0px;
	left: 0px;
	color: #ffffff;
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 17px;
	margin: 0px 0px 10px 13px;
}

form#search a {
	color: #ffffff;
	text-decoration: none;
	font-family: "Times New Roman";
	font-size: 14px;
	padding-left: 9px;
	background-image: url(../images/search_arrow.jpg);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

form#search input {
	width: 196px;
	height: 20px;
	line-height: 16px;
	font-size: 13px;
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 0px 2px;
	margin-top: 4px;
}

/**
 * HEADLINES
 */

h1 {
	font-family: "Times New Roman";
	font-size: 28px;
	margin: 0px;
}

h2 {
	font-family: "Times New Roman";
	font-size: 19px;
	margin: 8px 0px;
}

h3 {
	font-family: "Times New Roman";
	font-size: 19px;
	padding: 0px 0px 2px 24px;
	background-image: url(../images/bierglas.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px solid #235e3b;
}

h6 {
    font-family: "Times New Roman";
    white-space: nowrap;
    font-size: 19px;
    padding: 14px 0px 2px 50px;
    background-image: url(../images/gewinner_kronkorke.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    margin: 0px 0px 7px 0px;
    border-bottom: 1px solid #235e3b;
}

/*Used within jury article*/
h3.long {
	font-family: "Times New Roman";
	font-size: 19px;
	padding: 0px 0px 2px 24px;
	background-image: url(../images/bierglas.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px solid #235e3b;
}

h3 a {
	text-decoration: none !important;	
}

h4 {
	font-family: "Times New Roman";
	font-size: 19px;
	padding: 10px 0px 2px 0px;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px solid #235e3b;
}

.associationData h3 {
	margin-top: 6px;
}

/**
 * CONTENT
 */
.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic !important;
}

span.normal {
	font-weight: normal !important;
}

.center {
	text-align: center !important;
}

.noWrap {
	white-space: nowrap;
}

.cl {
    overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

img.content_image {
	margin-right: 15px;
}

div#contentBody ul {
	list-style-type: disc;
}

div#contentBody ul li {
	margin-bottom: 3px;
}

div.paragraph {
	overflow: hidden;
	clear: both;
	width: 620px;
	padding: 0px 7px 4px 0px;
}

div.paragraph div.left {
	float: left;
}

div.paragraph div.right {
	float: right;
}

.contentWidth1 {
	width: 192px;
}

.contentWidth2 {
	width: 401px;
}

.contentWidth3 {
	width: 410px;
}

.contentWidth4 {
	width: 242px;
}

.contentWidth5 {
	width: 351px;
}

div.associationData .contentWidth1 img {
	width: 192px;
}

div.associationData .contentWidth2 img {
	width: 401px;
}

div.associationData .contentWidth3 img {
	width: 410px;
}

div.associationData .contentWidth4 img {
	width: 242px;
}

div.associationData .contentWidth5 img {
	width: 351px;
}

p {
	margin: 0px 0px 12px 0px;
	text-align: left;
}

div#contentBody a, div#contentBodyHome a {
	text-decoration: underline;
	color: #225e3a;
}

img.contentImage {
	border: 1px solid #eaaa3b;
	margin: 8px 0px 10px 0px;
}

div.paragraph div.image_text {
	clear: both;
	overflow: hidden;
}

div.paragraph div.image_text div.image {
	margin: 0px 10px 0px 0px;
	text-align: left;
	float: left;	
}

div.paragraph div.image_text div.text {
	text-align: left;
	margin: 6px 0px 6px 0px;
}

table.vereinsuebersicht {
	width: 610px;
	margin-top: 6px;
}

table.vereinsuebersicht a {
	text-decoration: none !important;	
}

table.vereinsuebersicht tr.light td {
	background-color: #ffffff;	
}

table.vereinsuebersicht thead th {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px #225e3a;
	padding: 2px 4px;
}

table.vereinsuebersicht tbody tr.light td {
	padding: 3px 2px;
}

table.vereinsuebersicht tbody tr.dark td {
	padding: 5px 2px;
}

table.vereinsuebersicht td.number {
	font-weight: normal;
	text-align: left;
	width: 3%;
	padding-right: 6px !important;
}

table.vereinsuebersicht td.name {
	font-weight: bold;
	text-align: left;
}

table.vereinsuebersicht td.category {
	font-weight: normal;
	text-align: left;
	width: 26%;
	padding-left: 5px !important;
}

table.vereinsuebersicht td.votes {
	font-weight: normal;
	text-align: left;
	width: 18%;
}

table.kronkorken {
	width: 610px;
	margin-top: 6px;
}

table.kronkorken a {
	text-decoration: none !important;
}

table.kronkorken tr.light td {
	background-color: #ffffff;	
}

table.kronkorken thead th {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px #225e3a;
	padding: 2px 4px;
}

table.kronkorken tbody td {
	height: 28px;
}

table.kronkorken tbody tr.light td {
	padding: 3px 2px;
}

table.kronkorken tbody tr.dark td {
	padding: 5px 2px;
}

table.kronkorken td.rank {
	font-weight: bold;
	text-align: left;
	width: 10%;
	padding-right: 6px !important;
}

table.kronkorken td.kronkorkenNumber {
	font-weight: bold;
	text-align: left;
	width: 10%;
}

table.kronkorken td.kronkorkenImages {
	text-align: left;
	white-space: nowrap;
	width: 30%;
}

table.kronkorken td.kronkorkenImages div {
	margin-left: 9px;
}

table.kronkorken td.kronkorkenImages img {
	margin-left: -9px;
}

table.kronkorken td.name {
	font-weight: bold;
	text-align: left;
	width: 50%;
	padding-left: 5px !important;
}

table.pagination {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

table.pagination a.first, table.pagination a.last, table.pagination a.next, table.pagination a.previous {
	text-decoration: none !important;
	font-size: 14px;
}

div.video {
	margin-bottom: 10px;
}

div.buttons {
	position: relative;
	top: -50px;
	left: -2px;
}

div.buttons img {
	margin-right: 5px;	
}

div.associationDetails {
	font-weight: bold;
}

img#associationVote {
	cursor: pointer;
}

table.voteButton {
	width: 100%;
	text-align: center;
	margin-top: 6px;
}

table.voteButton td.captcha {
	vertical-align: middle;
}

table.voteButton td.captcha img {
	vertical-align: middle;
}

table.voteButton td.captcha input {
	vertical-align: middle;
	width: 60px;
	text-align: center;
	height: 24px;
}

table.voteButton span.error {
	color: red;	
}

table.voteButton input.error {
	border: 1px solid red;	
}

div#associationNoVotes {
	padding: 8px 0px;
}

div#associationMin1Vote {
	padding: 8px 0px;
}

table.login {
	margin: 10px;
}

input {
	border: 1px solid #225e3a;
	height: 18px;
	color: #225e3a;
	heigth: 20px;
	line-height: 20px;	
}

textarea {
	border: 1px solid #225e3a;
	line-height: 20px;
	color: #225e3a; 
}

input.button {
	height: 22px;	
}

img.button {
	  /* offset left, top, thickness, color with alpha */
	  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	  /* slightly different syntax for IE8 */
	  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=4, OffY=4, Color='gray')";
}

/**
* MEINE LIEBLINGSVEREINE
*/

table.lieblingsverein {
	width: 610px;
	margin-top: 6px;
}

table.lieblingsverein a {
	text-decoration: none !important;
}

table.lieblingsverein tr.light td {
	background-color: #ffffff;	
}

table.lieblingsverein thead th {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 20px;
	border-bottom: solid 1px #225e3a;
	padding: 2px 4px;
}

table.lieblingsverein tbody td {
	height: 28px;
}

table.lieblingsverein tbody tr.light td {
	padding: 3px 2px;
	padding: 0px 4px;	
}

table.lieblingsverein tbody tr.dark td {
	padding: 5px 2px;
	padding: 0px 4px;
}

table.lieblingsverein td.name {
	font-weight: bold;
	text-align: left;
	width: 50%;
	padding-left: 5px !important;
}

table.lieblingsverein td.category {
	font-weight: normal;
	text-align: left;
	width: 26%;
	padding-left: 5px !important;
}

table.lieblingsverein td.delete {
	font-weight: bold;
	text-align: right;
	padding-right: 20px !important;
}

ul.error_list {
	list-style-type: none !important;	
	margin: 0px !important;
	padding: 0px !important;
	color: red;
	font-weight: bold;
}

/**
 *     Gewinner
 */
 
div.footerGewinner {
    background-image: url(../images/bg_content_footer_gewinner.jpg) !important;
    height: 520px !important;
}

div.gewinnerHeadline {
    overflow: hidden;
    margin-top: 10px;
}

div.gewinnerHeadline2011 {
    overflow: hidden;
    margin-top: 10px;
}

div.gewinnerHeadline div.text {
    width: 285px;
    padding-top: 30px;
}

div.gewinnerHeadline div.text h3 {
    font-weight: normal !important;   
    font-size: 21px !important;
}

div.gewinnerHeadline div.jury {
    width: 320px;
    padding-top: 8px;
}

div.gewinnerHeadline div.jury img {
    margin-bottom: 0px;
    border: 0px !important;    
}

div.gewinnerHeadline2011 img {
    margin-bottom: 0px;
}

div.gewinnerIntroduction {
    width: 650px;
}

div.gewinnerVereinsmeier {
    width: 650px;
    margin-top: 20px;
}

div.gewinnerVereinsmeier div.association {
    overflow: hidden;
    clear: both;
}

div.gewinnerVereinsmeier div.association div.image {
    width: 191px;
}

div.gewinnerVereinsmeier div.association div.image img {
    border: 0px !important;
}

div.gewinnerVereinsmeier div.association div.text {
    width: 440px;
    padding-top: 5px;
}

div.gewinnerVereinsmeier div.association p {
    margin: 0px;
}

div.gewinnerVereinsmeier div.association div.more {
    text-align: right;
}

div.gewinnerVereinsmeier2011 {
    margin-top: 20px;
    border: 1px solid #EAB356;
    background-color: #FEF7E5;
    padding: 20px 0px 10px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

div.gewinnerVereinsmeier2011 div.box {
    width: 199px;
    float: left;
}

div.gewinnerVereinsmeier2011_2x2 div.box {
    width: 299px;
}

div.gewinnerVereinsmeier2011 div.box div.place {
    font-weight: bold;
}

div.gewinnerVereinsmeier2011 div.box div.name {
    margin: 6px 0px 10px 0px;
}

div.gewinnerVereinsmeier2011 div.box div.image {

}

div.gewinnerVereinsmeier2011 div.box div.image a {
    font-size: 0px;
    line-height: 0px;
}

div.gewinnerVereinsmeier2011 div.box div.image img {
    border: 0px;
}

div.gewinnerKronkorken {
    width: 650px;
    margin-top: 20px;
}

div.gewinnerKronkorken div.row {
    margin-bottom: 10px;
}

div.gewinnerKronkorken div.row div.fl {
    padding-right: 20px;
    width: 194px;
}

div.gewinnerKronkorken div.row div.fl div.association a {
    color: #713900;
    font-weight: normal;
    text-decoration: none;      
}

div.gewinnerKronkorken div.row div.fl div.prizeMoney {
    text-align: right;   
}

div.gewinnerKronkorken div.row div.fl hr {
    border: solid 1px #225E3A;
    height: 1px;
    color: #225E3A;
    background-color: #225E3A;
    margin: 3px 0px;
    border: 0px;
}

div.gewinnerFooterImage {
    text-align: center;
    margin-top: 30px;
}

div.gewinnerFooterImage img {
    border: 0px;   
}

h1.gewinner {
    font-weight: normal;
    font-size: 30px;
    margin-top: -30px;
}

span.imageDownload {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

/**
 * voting
 */

div.yourVote {
	margin-left: 100px;
}
 
div.yourVote div.ratingStars {
	margin-left: 3px;
	margin-top: -25px;
}

div.votingEnabled {
    cursor: pointer;
}

div#captchaContainer {
	height: 0;
	margin-top: 10px;
	overflow: hidden;
}

div.captchaButton {
    margin: 2px 0 0 3px;
}

div#captchaError {
	color: #FF0000;
	display: none;
	width: 250px;
}

div.voting_wrapper {
	display: inline;
}


div.contentWidth_verein img {
    width: 351px;
}

div.contentWidth_verein {
    width: 365px;
}

div.assocOfMonthTitle {
    width: 300px;
}

div.assocOfMonthWrapper {
    margin-bottom: 30px;
}

div.assocOfMonthWrapper img.contentImage {
    margin-bottom: 3px;
    max-height: 350px;
    max-width: 400px;
}

img.assocOfMonthButton {
    position: absolute;
    margin-top: -32px;
    margin-left: 342px;
}

div.homepage_logos {
    position: absolute;
    top: 1338px; 
}

div.assoc_on_radio_name {
    margin-bottom: 15px;
}

div.assoc_on_radio_player {
	margin-right: 30px;
}

div.assoc_on_radio {
    margin-top: 20px;
}

div.associations_on_radio {
    padding-bottom: 20px;
}

div.old_assoc_of_month {
    font-weight: bold;
    margin-bottom: 10px;
}
