/* --------------------------------------------------- */
/* Anpassungen für die Untermenüstruktur des Vereins   */
/* --------------------------------------------------- */
a.smallMenuButton {
    background-image:url(../images/menuSmallRed.jpg);
}
a.smallMenuText:active, a.smallMenuText:hover {
	color: red;
}


/* --------------------------------------- */
/* Image List - Der Verein                 */
/* --------------------------------------- */
#imageListVerein {
    width: 150px;
    height: 100%;
    /*border: solid 1px #000000;*/
    float:right;
    padding-right:10px;
    padding-left:10px;   
	background-color:#ffcccc;
}

div.img1 {
    background-image:url(../images/verein/sw_maria.jpg);
}
div.img1:hover {
    background-image:url(../images/verein/maria.jpg);
}

div.img2 {
    background-image:url(../images/verein/sw_haende.jpg);
}
div.img2:hover {
    background-image:url(../images/verein/haende.jpg);
}

div.img3 {
    background-image:url(../images/verein/sw_saeulen.jpg);
}
div.img3:hover {
    background-image:url(../images/verein/saeulen.jpg);
}

div.img4 {
    background-image:url(../images/verein/sw_lehrgang.jpg);
}
div.img4:hover {
    background-image:url(../images/verein/lehrgang.jpg);
}


/* Formatierungen bezüglich der Texte. */
.contentTitle {
	padding: 15px;
	font-size: 18px;
	color: red;
	text-decoration: underline;
}


.contentText {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}


.tableHeader {
    font-weight:bold;
    font-size:12px;
}


.tableTermine {
	padding-left: 10px;
    border:0;
    align:center;
    cellpadding:0;
    cellspacing:10;
    width:100%;
    height:*;
}

.tableTermine tr td {
    font-size:12px;
    font-family:Verdana, Arial;
}

.tableTermine th {
    font-size:14px;
    font-family:Verdana, Arial;
    color:red;
    font-weight:bold;
    text-align: left;
}

/* Formatierungen bezüglich der Tabelle "Vorstand" */
.tableVorstand {
    padding-left: 10px;
    border:0;
    align:center;
    width:100%;
}

.tableVorstand tr td {
    font-size:12px;
    font-family:Verdana, Arial;
    vertical-align:top;
    padding-top:5px;
    padding-bottom:5px;
    text-align: left;
    width: 33%;
}

.tableVorstand th {
    font-size:14px;
    font-family:Verdana, Arial;
    color:green;
    font-weight:bold;
    text-align: left;
}

/* Formatierungen für die Bilder des Teams */
.imgTeam {
	width: 120px;
	height: *;
	border: 0;
}
