/***********************************************

	©	herrmann.at.die-netzmacher.de
		fuer
		tischlerei-rammelt.de

	Dezember 2010

***********************************************/


/***** reset *****/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, p, ul, ol, dl {
	margin-bottom: .5em;
}
ul, ol {
	margin-left: 1.2em;
}
ol {
	padding-left: 2em;
}
ul ul, ol ol {
	margin-bottom: 0;
}

form, pre {
	margin: 1em 0;
}
input[type="text"], input[type="password"], textarea, select {
	background-color: #fff;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea, select {
	border: 1px solid rgb(102,102,102);
}




/***** body *****/
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background-color: rgb(51,51,51);
	color: #fff;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 81%;
	height: 100%;
	margin: 0;
	padding: 0;
}





/***** boxes *****/
#wrap-outer {
	background: rgb(222,213,207) url("../pic/bg.wrap-outer.png") repeat-y scroll 0 180px;
	border-color: rgb(230,0,3);
	border-style: solid;
	border-width: 0 2px;
	color: rgb(51,51,51);
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 950px;
}
#wrap-inner {
	margin: 0 auto;
	padding: 230px 0 80px;
	width: 890px;
}

#content-main {
	float: right;
	width: 666px;
}

#menu-main {
	background-color: #fff;
    border-bottom: 1px solid rgb(172,168,167);
	left: 0;
	top: 150px;
	position: absolute;
	width: 950px;
	z-index: 4;
}
#menu-sub {
	background-color: #fff;
	padding: 22px 10px 15px;
	float: left;
	width: 194px;
}

#header {
	background: transparent url("../pic/bg.header.png") no-repeat scroll -50px 0;
	height: 150px;
	left: 0;
	/*padding: 0 10px 10px;*/
	position: absolute;
	top: 0;
	width: 950px;
	z-index: 2;
}
	#logo {
	    bottom: 2px;
	    left: 275px;
	    position: absolute;
	}
	#lettering {
	    bottom: 30px;
	    right: 50px;
	    position: absolute;
	}

#footer {
	bottom: 40px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.1em;
	left: 0;
	position: absolute;
	text-align: center;
	width: 950px;
}
	#menu-meta, #footer ul, #footer li {
		display: inline;
	}




/***** ELEMENTS *****/
h1, h2, h3 {
	color: rgb(72,105,166);
	font-family: 'Times New Roman', Times, serif;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 1em 0 .3em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 .5em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	padding: .5em .5em .5em 1em;
}

#content-main th, #content-main td {
	padding-right: .5em;
	text-align: left;
	vertical-align: top;
}
#content-main th.td-last, #content-main td {
	padding-right: 1em;
	text-align: left;
	vertical-align: top;
}




/***** LINKS - GENERAL *****/
a:link, a:visited {
	/*color: rgb(30,100,150);*/
	color: rgb(72,105,166);
	text-decoration: none;
}
		/* kein underline bei bildern */
	#content-main .csc-textpic-imagewrap a:link, #content-main .csc-textpic-imagewrap a:visited {
		border-bottom: none;
		padding-bottom: 0;
	}

a:focus, a:hover, a:active {
	border-bottom: 1px dotted rgb(72,105,166);/*rgb(70,105,130);*/
	padding-bottom: 1px;
}
		/* kein underline bei bildern */
	#content-main .csc-textpic-imagewrap a:focus, #content-main .csc-textpic-imagewrap a:hover, #content-main .csc-textpic-imagewrap a:active {
		border-bottom: none;
		padding-bottom: 0;
	}

p.csc-linkToTop {
    margin-left: 15px;
}
/*
	#content-main .csc-linkToTop a:link, #content-main .csc-linkToTop a:visited {
		background-image: url("");
		font-weight: normal;
	}
	#content-main .csc-linkToTop a:focus, #content-main .csc-linkToTop a:hover, #content-main .csc-linkToTop a:active {
		background-image: url("");
	}
*/




/** Navigation **/
.menu, .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#menu-main ul {
	padding: 10px 0 8px;
}
#menu-main li {
	display: inline;
	padding: 0 18px;
}
	#menu-main a:link, #menu-main a:visited, #menu-main span {
		color: #000;
		font-size: 1.15em;
		font-weight: bold;
        text-transform: uppercase;
	}
		#menu-main .cur a:link, #menu-main .cur a:visited,
		#menu-main .act a:link, #menu-main .act a:visited,
		#menu-main .actifsub a:link, #menu-main .actifsub a:visited,
		#menu-main span{
			color: rgb(230,0,0);
		}
	#menu-main a:focus, #menu-main a:hover, #menu-main a:active {
		border-bottom: none;
		color: rgb(30,100,150);
	}

#menu-sub  {
}
	#menu-sub h2  {
	    color: rgb(128,128,128);
	    margin: 0 0 10px 0;
	}
	#menu-sub li  {
	    border-top: 1px dotted rgb(128,128,128);
	    padding: 10px 0;
	}

#menu-meta  {
}





/** CSC **/
#content-main p {
	line-height: 150%;
}
#content-main li {
	margin-bottom: .2em;
}

h1.csc-firstHeader, .csc-default, .csc-frame {
	background: transparent url("../pic/bg.csc.gif") repeat-y scroll center;
	border: 10px solid #fff;
	margin-bottom: 10px;
	padding: 10px 25px;
}
	.csc-default, .csc-frame {
		margin-bottom: 10px;
	}
		.home .csc-default, .home .csc-frame {
			background: none;
			border: none;
			margin-bottom: 10px;
			padding: 0;
		}
	    /* verlinkte Datensätze: keine Doppelung bei Verschachtelung */
	.csc-default .csc-default, .csc-default .csc-frame {
		background: none;
		border: none;
		margin-top: 0;
		padding: 0;
	}

.csc-header h2, .csc-header h3, .csc-header h4 {
    margin-top: 0;
}

.csc-frame-rulerBefore {
    background: transparent url("") no-repeat scroll left top;
	float: left;
	margin-top: 25px;
	padding: 15px 50px 0;
}
	.csc-frame-rulerBefore h2, .csc-frame-rulerBefore h3, .csc-frame-rulerBefore h4 {
	    color: rgb(102,102,102);
		margin-top: 0;
	}
	.csc-frame-rulerBefore h2 {
	    font-size: 1.5em;
	}
	.csc-frame-rulerBefore h3 {
	    font-size: 1.25em;
	}

/* Startseite */
.home .csc-default, .home .csc-frame {
	margin-top: 0;
}
.home .csc-frame-indent3366 {
	background: transparent url("../pic/bg.home.csc-textpic.gif") no-repeat scroll right bottom;
}
.home .csc-frame-indent6633 {
	background: transparent url("../pic/bg.home.csc-textpic.gif") no-repeat scroll left bottom;
}
.home .csc-textpic-text {
	border-top: 10px solid #fff;
	padding: 25px 25px 0;
}
.home .csc-textpic dd {
	background-color: #fff;
	color: rgb(72,105,166);
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 10px;
	text-align: center;
}
.home .csc-textpic h2 {
	font-size: 2em;
	margin: 0.3em 0;
}




/** T3-Elements **/
.divider {
    padding:1em 0 .5em;
}
	.divider hr {
		border-bottom: 1px dotted rgb(51,51,51);
	}


.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.indent {
	padding-left: 1em;
}

dd.csc-textpic-caption {
    font-size: .81em;
    padding-top: .75em;
}

.name-of-person {
	font-style: italic;
}




/** EXT:powermail **/
div.tx-powermail {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size: 1em;
	width: auto;
}



.powermail_fieldset {
	background-color: transparent;
	border-color: rgb(51,51,51);
	border-style: solid;
	border-width: 1px 0 0;
}
	fieldset + fieldset {
		margin-top: 10px;
	}

.powermail_legend {
	color: rgb(51,51,51);
	float: none;
	font-size: 1em;
	margin: 0;
	padding: 0 10px;
}
.powermail_label {
	color: rgb(81,81,81);
	font-weight: normal;
}
fieldset .powermail_field {
	border: 1px solid rgb(204,204,204);
	color: #000;
	width: 360px;
}
	input.powermail_field:focus {
		background-color: #fff;
		border: 1px inset rgb(100,100,100);
	}
	fieldset .powermail_submit {
		background-color: rgb(228,1,12);
		border: 1px outset rgb(100,100,100);
		float: none;
		font-weight: bold;
		margin: 10px 0 10px 200px;
		width: auto;
	}
		fieldset .powermail_submit:focus {
			background-color: rgb(228,1,12);
		}

span.mandatory {
	color: rgb(228,1,12);
	font-weight: bold;
	padding-left: 3px;
}

.powermail_create {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 20px;
  padding: 0;
}

/** EXT:browser **/
.tx-browser-pi1 .browsebox {
	font-size: .86em;
	margin-top: 1em;
	text-align: center;
}
	.tx-browser-pi1 .browsebox a, .tx-browser-pi1 .browsebox span {
		font-size: 1.2em;
		padding-right: .5em;
	}
.tx-browser-pi1 .listview table {
	width: 100%;
}
.tx-browser-pi1 .listview thead {
	display: none;
}
#content-main .listview td {
	padding-bottom: 15px;
}

.returntolist {
	cursor: pointer;
}
.tx-browser-pi1 .singleview h2 {
	font-size: 1.5em;
	margin-bottom: .75em;
}
.tx-browser-pi1 .singleview .credential-text {
	float: left;
	width: 280px;
}
.tx-browser-pi1 .singleview .credential-image {
	float: right;
	width: 300px;
}

#content-main .listview td.cell-0 {
	font-weight: bold;
	width: 180px;
}
#content-main .listview td.cell-1 {
	width: 225px;
}
#content-main .listview td.cell-2 {
	padding-right: 0;
	width: 160px;
}






/** misc **/
.cb {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}