/**************************************************
 * STYLESHEET
 **************************************************/

/**************************************************
 * @package webpage
 * @subpackage stylesheet
 **************************************************/

/**************************************************
 * @author: Roman Matthias Keil
 * @copyright: Roman Matthias Keil
 **************************************************/

/**************************************************
 * $Id: content.css 631 2010-11-29 20:51:33Z tvbadmin $
 * $HeadURL: http://svn.rm-keil.de/tv-boetzingen/webpages/turnverein-boetzingen.de/1.00%20Release1/httpdocs/_webroot/stylesheets/content.css $
 * $Date: 2010-11-29 21:51:33 +0100 (Mon, 29 Nov 2010) $
 * $Author: tvbadmin $
 * $Revision: 631 $
 **************************************************/
 
/**
 ##############################
 	STANDARD
 ##############################
 */ /**
 ******************************
 	FLOAT
 ******************************
 */
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/**
 ******************************
 	CLEAR
 ******************************
 */
.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/**
 ******************************
 	COLORS
 ******************************
 */
.red { /* TODO .. werte aus rmk, ersetzten durch h3 - ** */
	color: #993333;
}

.green { /* TODO .. werte aus rmk, ersetzten durch h3 - ** */
	color: #007734;
}

.blue {
	color: #2786c2; /* TODO */
	color: #005f99;
	color: #0066cc;
}

.darkgray { /* TODO .. werte aus rmk, ersetzten durch h3 - ** */
	color: #999
}

.gray { /* TODO .. werte aus rmk, ersetzten durch h3 - ** */
	color: #bbb
}

.lightgray {
	color: #606060;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

/**
 ******************************
 	FONT
 ******************************
 */
.tiny {
	font-size: 0.6em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.smallline {
	line-height: 1.2em;
}

.nowidth {
	width: auto;
}

.nowrap {
	white-space: nowrap;
}

/**
 ******************************
 	contents
 ******************************
 */ /*
.label {
	display: inline-block;
	width: 20ex;
	display: block;
	float: left;
}

.labelcontent {
	overflow: hidden;
	display: block;
}
*/ /**
 ##############################
 	LISTS
 ##############################
 */
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl,ul,ol {
	
}

dl {
	font-family: Segoe UI, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #404040;
	line-height: 2em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 1ex 0;
	padding: 0;
}

dt { /* clear: both; TODO */
	font-weight: bold;
	width: 20ex;
	padding: 0;
	float: left;
}

dd {
	margin-left: 20ex;
}

.standardlist {
	list-style-type: none;
	padding: 0;
	padding-left: 2em;
	padding-left: 1em;
}

.standardlist li {
	margin: 0;
}

/**
 ##############################
 	IMAGES
 ##############################
 */
div.picture {
	padding: 0;
	margin: 0;
	margin-bottom: 5ex;
	text-align: center;
}

div.picture a {
	display: inline-block;
	border-bottom: #cdcecf 1px solid;
	border-right: #cdcecf 1px solid;
}

div.picture img {
	display: block;
	margin: 0;
	padding: 0.5ex;
	background-color: #f7f7f7;
	border: #edeeef 1px solid;
	width: 100%;
}

div.sidepicture {
	text-align: center;
}

div.sidepicture a {
	display: inline-block;
	border-bottom: #cdcecf 1px solid;
	border-right: #cdcecf 1px solid;
}

div.sidepicture img {
	display: block;
	margin: 0;
	padding: 0.5ex;
	background-color: #f7f7f7;
	border: #edeeef 1px solid;
}

div.picturebrowser {
	margin: 2ex 2ex 0;
	padding: 0;
	width: 15ex;
	height: 15ex;
	float: left;
	text-align: center;
}

div.picturebrowser a {
	display: inline-block;
	border-bottom: #cdcecf 1px solid;
	border-right: #cdcecf 1px solid;
}

div.picturebrowser img {
	display: block;
	margin: 0;
	padding: 0.5ex;
	background-color: #f7f7f7;
	border: #edeeef 1px solid;
}

/**
 ##############################
 	CONTENT
 ##############################
 */ /**
 ******************************
 	QUOTE
 ******************************
 */
p.quote {
	font-family: Segoe UI, Arial, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	font-size: 1em;
	font-variant: small-caps;
	margin-bottom: 1ex;
}

p.quote_author {
	font-family: Segoe UI, Arial, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	font-size: 0.8em;
	font-style: italic;
}

/**
 ******************************
 	LIBRARIES
 ******************************
 */
ul.library {
	
}

ul.library li {
	
}

ul.library li .directory {
	width: 30ex;
	display: inline-block;
}

ul.library li .file {
	width: 30ex;
	display: inline-block;
}

ul.library li .size {
	width: 15ex;
	text-align: right;
	display: inline-block;
}

ul.library li .time {
	width: 30ex;
	display: inline-block;
}

/**
******************************
 	DEPARTMENTS
******************************
*/
div#departments h4 {
	margin: 0;
	padding: 0;
}

/**
******************************
 	MISCELLANEOUS
******************************
*/
div#miscellaneous h4 {
	margin: 0;
	padding: 0;
}

/**
******************************
 	DUES
******************************
*/
dl.dues {
	
}

dl.dues dt {
	width: 30em;
	font-weight: normal;
}

dl.dues dd {
	font-weight: bold;
}

/**
******************************
 	SITEMAP
******************************
*/
ul.sitemap {
	margin: 1em 0 1em 1em;
	padding: 0;
	list-style: none;
}

ul.sitemap li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Segoe UI, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

ul.sitemap>li.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	/* border-bottom: #333333 1px solid; */
}

ul.sitemap>li.subnavigation {
	list-style: none;
	font-family: Segoe UI, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/**
 ******************************
 	TAGCLOUD
 ******************************
 */
#tagcloud {
	padding: 10px 5px 10px 5px;
	text-align: center;
}

.tag1 {
	font-size: 1.2em;
	color: #555555;
	line-height: 1em;
}

.tag2 {
	font-size: 1.4em;
	color: #606060;
	line-height: 1em;
}

.tag3 {
	font-size: 1.6em;
	color: #808080;
	line-height: 1em;
}

#tagcloud a {
	text-decoration: none;
}

#tagcloud a:hover {
	text-decoration: underline;
}

/**
******************************
	MANAGEMENT
******************************
*/
div#management {
	
}

div#management h2 {
	margin-bottom: 1em;
}

div.management {
	height: 8em;
	overflow: hidden;
}

div.management div.picturebrowser {
	margin: 0 1em;
}

div.management h3 {
	margin: 0;
	padding: 0;
}

div.management h4 {
	margin: 0 0 1em 0;
	padding: 0;
}

div.management dl {
	margin: 0;
	padding: 0;
}

div.management dt {
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 5em;
}

div.management dd {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/**
******************************
	NOTICE
******************************
*/
ul#noticemodule {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#noticemodule li {
	margin: 2em 0;
	padding: 0;
}

ul#noticemodule li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#noticemodule button {
	line-height: 2em;
}

ul#noticemodule li h6 {
	margin: 0 0 0.5em 0;
	/*padding: 0; */
	height: auto;
	line-height: normal;
	font-size: 1em;
	color: #202020;
}

/**
******************************
	OFFERS
******************************
*/
ul#offersemodule {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#offersemodule li {
	margin: 2em 0;
	padding: 0;
}

ul#offersemodule p,div#offersemodule p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#offersemodule dl>dt,div#offersemodule dl>dt {
	line-height: normal;
}

ul#offersemodule button {
	line-height: 2em;
}

#offersemodule dl>dd,div#offersemodule dl>dd {
	line-height: normal;
}

div#offersemodule.contentbox {
	padding: 2ex;
}

/**
******************************
	NEWS
******************************
*/
ul#news {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#news li {
	margin: 1em 0;
	padding: 0;
}

ul#news li.entry:hover { /* background-color: #edeeef; */
	
}

ul#news li.entry a {
	text-decoration: none;
}

ul#news li.entry a:hover {
	text-decoration: underline;
}

ul#news li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#news li h2 {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	color: inherit;
	color: #2a2a2a;
}

ul#news li h6 {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: 1em;
	color: #606060;
}

ul#news ul#newsedit {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#news ul#newsedit li {
	margin: 0.5em 0;
	padding: 0;
}

ul#news li ul#newsedit button {
	width: 15em;
	text-align: left;
	line-height: 2em;
}

/**
******************************
	DATES
******************************
*/
ul#dates {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#dates li {
	margin: 1em 0;
	padding: 0;
}

ul#dates li.entry:hover { /* background-color: #edeeef; */
	
}

ul#dates li.entry a {
	text-decoration: none;
}

ul#dates li.entry a:hover {
	text-decoration: underline;
}

ul#dates li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#dates li h2 {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	color: inherit;
	color: #2a2a2a;
}

ul#dates li h6 {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	font-size: 1em;
	color: #606060;
}

ul#dates ul#datesedit {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#dates ul#datesedit li {
	margin: 0.5em 0;
	padding: 0;
}

ul#dates li ul#datesedit button {
	width: 15em;
	text-align: left;
	line-height: 2em;
}

/**
 ******************************
 	AUTHOR
 ******************************
 */
.author {
	position: absolute;
	bottom: 0;
}

/**
******************************
	HALLENANFAHRT
******************************
*/
.map { 
	margin-left: auto; 
	margin-right: auto; 
	width: 800px; 
	height: 600px; 
}

/**
 ##############################
 	SIDEBAR
 ##############################
 */ /**
 ******************************
 	NEWSSIDEBAR
 ******************************
 */
ul#newssidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#newssidebar>li {
	margin: 1em 0;
	padding: 0;
}

ul#newssidebar li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#newssidebar li h6 a {
	color: inherit;
	text-decoration: none;
}

ul#newssidebar li h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

/**
 ******************************
 	DATESSIDEBAR
 ******************************
 */
ul#datessidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#datessidebar>li {
	margin: 1em 0;
	padding: 0;
}

ul#datessidebar li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#datessidebar li h6 a {
	color: inherit;
	text-decoration: none;
}

ul#datessidebar li h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

/**
 ******************************
 	PEOPLESIDEBAR
 ******************************
 */
ul#contactsidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#contactsidebar>li {
	margin: 1em 0;
	padding: 0;
}

ul#contactsidebar li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#contactsidebar li h6 a {
	color: inherit;
	text-decoration: none;
}

ul#contactsidebar li h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

ul#contactsidebar div.picturebrowser {
	padding: 0;
	margin: 0;
	width: 20ex;
	height: auto;
	float: left;
}

ul#contactsidebar div.picturebrowser a {
	padding: 0;
	margin: 0;
}

/**
 ******************************
 	REFERENCESIDEBAR
 ******************************
 */
ul#referencesidebar {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#referencesidebar>li {
	margin: 1em 0;
	padding: 0;
}

ul#referencesidebar li p {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
}

ul#referencesidebar li h6 a {
	color: inherit;
	text-decoration: none;
}

ul#referencesidebar li h6 a:hover {
	color: inherit;
	text-decoration: underline;
}

ul#referencesidebar div.picturebrowser {
	padding: 0;
	margin: 0;
	width: 20ex;
	height: auto;
	float: left;
}

ul#referencesidebar div.picturebrowser a {
	padding: 0;
	margin: 0;
}
