/* ### TAGS ### */

body {
	color: #222;
	background: #fff;
	margin: 0;
	padding: 0;
	font: 11px verdana, sans-serif;
}

table, td {
	margin: 0;
	padding: 0;
	color: #222;
	font: 11px verdana, sans-serif;
}

input, textarea, select {
	padding: 1px 2px;
	font: 11px verdana, sans-serif;
	font-weight: normal;
	color: #333;
	border: 1px solid #7d0707;
	background: #f0f0f0;
}
input:hover, textarea:hover {
	color: #000;
	background: #fff;
}
input:focus, textarea:focus {
	color: #000;
	background: #fff;
	border: 1px solid #7d0707;
}

textarea {
	
}

a {
	color: #7D0707;
	font-weight: bold;
}

a:hover {
	color: #222;
	text-decoration: none;
}


p {
	padding: 0 12px 12px 12px;
	margin: 0;
}

h1, h2, h3 {
	position: relative;
	margin: 12px 0 12px 0;
	border: 2px solid #7D0707;
	border-style: none none solid none;
	text-transform: uppercase;
	font-size: 13px;
}
h2 {
	border-width: 1px;
	border-color: #222;
	font-size: 12px;
}

fieldset {
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #7D0707;
}

/* ### IDS ### */

#container {
	margin: 0 5% 0 5%;
	padding: 0;
	width: 800px;
	background: transparent url(../glob_img/container_bg.gif) 0 0 repeat-y;
}

#header_container {

}

#header {
	height: 335px;
}

/* mainMenu */
/*
#mainMenu {
	margin: 0;
	padding: 150px 0 0 0;
	overflow: hidden;
	width: 280px;
	float: right;
	vertical-align: bottom;
}
	#mainMenu ul {
		display: block;
		margin: 0;
		padding: 3px 5px;
		list-style: none;
		white-space: nowrap;
			}
	#mainMenu li {
		display: block;
	}
*/
	
/* --- */

/* subMenu */

#subMenu {
	margin: 0;
	padding: 6px 0;
}
	#subMenu ul {
		margin: 0;
		padding: 0;
	}
	#subMenu li {
		padding: 0;
		margin: 0;
	 	list-style: none;
		float: left;
		position: relative;
		text-transform: uppercase;
	}
/*
	#subMenu li a {
		display: block;
		padding: 0;
		background: tansparent url(../glob_img/arrow_right.gif) 3px 6px no-repeat;
		text-decoration: none;
	}
	#subMenu li a:hover, #subMenu li .active a {
		background-image: url(../glob_img/arrow_right_act.gif)
	}
*/	

/* --- */
p.bodytext {
	padding: 0 12px 12px 12px;
	margin: 0;
}

	#content_container {
		margin: 0;
		padding: 0 11px 0 19px;
		position: relative;
		background-position: 20px 0;
		background-repeat: no-repeat;
		/*background: transparent url(../glob_img/cntBg_01.jpg) 20px 0 no-repeat;*/
	}
	
	#content_background {
		background-image: url(../glob_img/bg_flower.gif);
		background-position: 370px 0;
		background-repeat: no-repeat;
	}

#mainContent {
	margin: 12px;
	padding: 0;
	position: relative;
}

#leftCol {
	position: relative;
	float: left;
	margin: 0 12px 0 8px;
	padding: 0;
	overflow: hidden;
	width: 360px;
}
	#leftContent {
	}

#rightCol {
	position: relative;
	float: right;
	margin: 0 12px 0 12px;
	padding: 0;
	overflow: hidden;
	width: 360px;
}
	#rightContent {
	}

.csc-textpic-imagewrap { position: relative }
/*DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { position: relative }*/

.tx-flvplayer-pi1 {
	position: relative
}

#footer {
	clear: both;
	margin: 0;
	padding: 6px 17px 6px 25px;
	background: transparent url(../glob_img/footer_bg.gif) 0 0 no-repeat;
	text-align: right;
	font-size: 9px;
}
	#footer p {
		margin: 0;
		padding: 5px;
	}
	#footer a {
		font-weight: normal;
		text-decoration: none;
	}
	#footer a:hover {
		font-weight: normal;
		text-decoration: underline;
	}
	
	
	
/* ### CLASSES ### */


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.csc-textpic-caption {
	padding: 3px;
	font-size: 9px;
	color: #fff;
	background: #000;
	text-align: center;
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
	margin: 0 0 0 12px;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
	margin: 0 12px 0 0;
}
.csc-textpic-center .csc-textpic-below .csc-textpic-imagewrap {
	margin: 0 12px 0 0;
}


.csc-mailform .csc-mailform-field {
	margin: 5px 0 0 0;
}
.csc-mailform label {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;
}
.csc-mailform input, .csc-mailform textarea {
	width: 250px;
}
.csc-mailform textarea {
	height: 150px;
}
.csc-mailform .csc-mailform-submit {
	margin-left: 110px;
}

.contenttable {
	margin: 0 12px;
}

/* box */

/*
.box {
	background: #fff;
}
	 .box .header {
	 	margin: 0;
		padding: 3px 7px;
		font-size: 11px;
		border-bottom: 1px dotted #faad3b;
	 }
	 .box .body {
	 	margin: 0;
		padding: 0;
		font-size: 10px;
	 }
	 .box .body p {
	 	margin: 0;
		padding: 5px 7px 10px 7px;
	 }
	 
#content .box {
	margin: 5px 10px 10px 10px;
	border: 1px solid #faad3b;
}
	 
#leftContent .box {
	margin: 10px 0;
	border-top: 5px solid #faad3b;
	border-bottom: 1px solid #faad3b;
}
	#leftContent .box .body p {
		padding: 5px 5px 10px;
	}

.box.smallBox {
	width: 200px;
}

*/

/* EXTENSIONS */


.tx-tplshoutbox-pi1 {
	position: relative;
}

.tx-tplshoutbox-pi1 .tx-tplshoutbox-pi1-item {
	padding: 3px 0;
	border-bottom: 1px dotted #7D0707;
	background: #eee;
}

.tx-tplshoutbox-pi1 .tx-tplshoutbox-pi1-item.odd {
	background: #ddd;
}

.tx-tplshoutbox-pi1 .tx-tplshoutbox-pi1-name {
	font-weight: bold;
}
.tx-tplshoutbox-pi1 .tx-tplshoutbox-pi1-text {
	
}
.tx-tplshoutbox-pi1 .tx-tplshoutbox-pi1-timestamp {
	font-size: 9px;
	font-style: italic;
	color: #666;
}

.tx-kdodamphotogallery-pi1 {
	margin: 0;
}
.tx_kdodamphotogallery_pi1_tv_header {
	padding: 0 12px 12px 12px;
	margin: 0;
}
.tx_kdodamphotogallery_pi1_ov_catWrap {
		text-transform: uppercase;
		font-size: 13px;
}
.tx_kdodamphotogallery_pi1_tv_thumbtable {
	padding: 0;
	margin: 0;
}
.tx_kdodamphotogallery_pi1_tv_thumb img {
	border: #222 3px solid;
}
.tx_kdodamphotogallery_pi1_sv_imgWrap img {
	border: #222 3px solid;
}
.tx_kdodamphotogallery_pi1_sv_metaData {
	margin: 12px 0 0 0;
}
.tx_kdodamphotogallery_pi1_sv_menuWrap {
	margin: 12px 0 0 0;
}

.tx-newloginbox-pi1 {
	margin: 0;
	padding: 0;
}	

.tx-cwtcommunity-pi1 {
	margin: 0;
	padding: 0;
}
.tx-cwtcommunity-pi1 table {
	width: 100%;
}
.tx-cwtcommunity-pi1-welcome table {
	margin: 0;
	padding: 12px;
	background: #eee;
	border-top: 1px dotted #7D0707;
	border-bottom: 1px dotted #7D0707;
}
.tx-cwtcommunity-pi1-profile table {
	margin: 0;
	padding: 0;
	background: #eee;
	border: 1px dotted #7D0707;
}
.tx-cwtcommunity-pi1-profile td {
	margin: 0;
	padding: 6px;
}
.tx-cwtcommunity-pi1-buddylist table {
	margin: 0;
	padding: 0;
	background: #eee;
	border-top: 1px dotted #7D0707;
	border-bottom: 1px dotted #7D0707;
}
.tx-cwtcommunity-pi1-buddylist a {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
}

#tx_chcforum-pi1 {
	margin: 0;
	padding: 0;
}
.tx-chcforum-pi1-Table {
	width: 100%;
}

#tx-flvplayer-pi1 {
	width: 320px;
	height: 280px;
}

#tx_chcforum-pi1 .tx-chcforum-pi1-postForm textarea {
	width: 95%;
}



#tt_news_list {
	margin: 0;
	padding: 0;
}

	#tt_news_list h1 {
		margin: 6px 0;
		border: none;
	}	
	#tt_news_list h1 a {
		color: #7D0707;
		text-decoration: none;
	}	
	#tt_news_list h1 a:hover {
		color: #222222;
		text-decoration: none;
	}
	
#tt_news_latest {
	margin: 0;
	padding: 0;
	font: 9px verdana, sans-serif;
}
	#tt_news_latest p {
		font-size: 9px;
	}
	#tt_news_latest h1 {
		font-size: 11px;
		font-weight: bold;
	}
	
	#tt_news_latest	a {
		color: #7D0707;
		text-decoration: underline;
	} 
	#tt_news_latest a:hover {
		color: #222;
		text-decoration: none;
	}
	#tt_news_latest .date {
		font-style: italic;
	}
	
	#tt_news_latest h2 a {
		color: #333;
	}	
	#tt_news_latest h2 a:hover {
		color:  #7D0707;
	}

#tt_news_single {
	margin: 0;
	padding: 0;
	font: 11px verdana, sans-serif;
	color: #222;

}
	#tt_news_single p {
		padding: 0;
	}
	#tt_news_single h1 {
		margin: 0;
		padding: 0;
	}
	#tt_news_single h2 {
		font-size: 11px;
		font-weight: bold;
	}	
	#tt_news_single h3 {
		font-size: 11px;
		font-weight: bold;
	}
	#tt_news_single .image {
		margin: 0 10px 0 0;
		position: relative;
		float: left;
	}
	#tt_news_single .news-single-imgcaption {
		font-size: 9px;
		text-align: center;
	}
	#tt_news_single .info {
		margin: 5px 0;
		font-size: 9px;
		font-style: italic;
		color: #7D0707;
	}


#tt_news_amenu {
	margin: 12px;
	padding: 0;
}
	#tt_news_amenu h1 h2 {
		margin: 0;
		padding: 0;
	}
	#tt_news_amenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#tt_news_amenu li {
		margin: 0 0 1px 0;
		padding: 3px;
		background-color: #f3f5f8;
	}
	#tt_news_amenu li:hover {
		background-color: #E3E7EF;
	}
	#tt_news_amenu li.news-amenu-item-year {
		margin: 0 0 1px 0;
		padding: 6px;
		font-size: 13px;
		font-weight: bold;
		background-color: #A7B3CB;
	}

.tx-srfeuserregister-pi1 a {
	padding: 0;
	background: none;
	text-decoration: underline;
}

.tx-srfeuserregister-pi1-radio, .tx-srfeuserregister-pi1-checkbox {
	border: none;
	background: none;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	border: none;
}
	
/* --- */