/* Struktur BEGIN */

html,
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_px.png);
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: center;	
}

.Outer {
	background: url(../images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

.Wrapper {
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

.NavigationTop {
	text-align: right;
	padding: 10px 10px 30px 0;
}

.HeaderRow {
	width: 990px;
	height: 110px;
	background: url(../images/header_bg.png) repeat-x;
}

.HeaderCol1 {
	float: left;
	width: auto;
	height: 109px;
	padding: 0 80px 0 60px;
}

.HeaderCol2 {
	float: right;
	width: 655px;
	height: 109px;
	padding: 0;
}

.ContentRow {
	width: 990px;
	background: url(../images/content_bg.png) repeat-y;
}

.home .ContentRow {
	width: 990px;
	height: 327px;
	background: url(../images/content_bg.png) repeat-y;
}

.ContentCol1 {
	float: left;
	width: 196px;
	padding: 20px 10px;
}

.home .ContentCol1 {
	float: left;
	width: 218px;
	height: 325px;
	padding: 0;
}

.ContentCol2 {
	float: left;
	width: 524px;
	padding: 8px 14px;
	min-height: 350px;
}

.home .ContentCol2 {
	float: left;
	width: 771px;
	height: 325px;
	padding: 0;
	background: black;
}

.ContentCol3 {
	float: left;
	width: 194px;
	padding: 8px 14px;
}

.FooterRow {
	width: 990px;
	height: 20px;
	background: url(../images/content_footer.png) no-repeat;
}

.Clear {
	clear: both;
}

.csc-frame-rulerAfter {
	border-top: 1px dotted #666;
	margin: 2px 0;
	clear: both;
}

.NavigationSub {
	margin-bottom: 30px;
}

.ContentCol4 {
	float: left;
	width: 194px;
	background: #CCFF33;
	padding: 8px 14px;
}

.ContentCol4 h1 {
	margin: 0;
}

.ThreadCol1 {
	width: 330px;
	height: 318px;
	float: left;
}

.ThreadCol2 {
	width: 330px;
	height: 318px;
	float: left;
}

.ThreadCol3 {
	width: 330px;
	height: 318px;
	float: left;
}

.ThreadFooter {
	background: url(../images/landing-footer.png) no-repeat;
	height: 15px;
	font-size: 1px;
	clear: left;
}

.NavigationMain {
	float: right;
}
/* Struktur END */


/* Text BEGIN */

h1 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}

p {
	font-size: 11px;
	line-height: 1.55em;
}

/* Text END */



/* Links BEGIN */

a:focus {
	outline: none;
}

.ContentCol1Content a:link,
.ContentCol1Content a:visited,
.ContentCol2 a:link,
.ContentCol2 a:visited,
.ContentCol3 a:link,
.ContentCol3 a:visited {
	color: #333;
	text-decoration: underline;
}

.ContentCol1Content a:hover,
.ContentCol2 a:hover,
.ContentCol3 a:hover {
	color: #333;
	text-decoration: none;
}

.NavigationTop a:link,
.NavigationTop a:visited {
	color: #919191;
	text-decoration: none;
	margin-left: 1em;
	font-size: 11px;
}

.NavigationTop a:hover,
.NavigationTop a.Active {
	color: white;
}

.NavigationMain a:link,
.NavigationMain a:visited {
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	padding: 45px 20px 40px 20px;
	border-left: 1px solid black;
	border-right: 1px outset black;
}

.NavigationMain a:hover,
.NavigationMain #Active {
	background: url(../images/navi_activ.png) center -1px no-repeat;
	border-left: 1px inset #595959;
}

a.level1 {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: white;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 0.35em 0.5em;
	background: #979797;
}
a.level1active {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: white;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 0.35em 0.5em;
	background: #979797;
	font-weight:bold;
}

.AjaxHeaderRow a:link,
.AjaxHeaderRow a:visited {
	float: left;
	display: block;
	height: 21px;
	width: 134px;
	padding: 8px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #1D8002;
}

.AjaxHeaderRow a:hover,
.AjaxHeaderRow #Active {
	height: 23px;
	padding: 6px 0 0 0;
	color: black;
	background: url(../images/ajax_reiter.png) no-repeat;
}



a.pfeillink {
	padding: 6px 0 6px 35px;
	font-weight: bold;
	background: url(../images/arrow.png) no-repeat;
}

a.Level2 {
	margin-left: 10px;
	background: #CBCBCB;
	color: black;
	border-bottom: 1px solid white;
	display: block;
	padding: 0.35em 0.5em;
	text-decoration: none;
	font-size: 11px;
}

a.Level2Active {
	display: block;
	border-bottom: 1px solid white;
	padding: 0.35em 0.5em;
	font-weight: bold;
	margin-left: 10px;
	color: black;
	text-decoration: none;
	font-size: 11px;
}
/* Links END */


/* Listen BEGIN */

.ContentCol2 li {
	font-size: 11px;
	margin-bottom: 2px;
}

/* Listen END */

/* Bilder BEGIN */
/* Bilder END */

/* Formulare BEGIN */
fieldset {
	border: 0;
	padding: 0;
}

legend {
	display: none;
}

label {
	display: block;
	width: 150px;
	float: left;
}

.csc-mailform-field {
	margin-bottom: 5px;
}

input,
textarea {
	width: 150px;
	clear:left;
}

.csc-mailform-radio,
.csc-mailform-radio label {
	float: left;
	display: inline;
	width: auto;
	margin: 5px 10px 5px 0;
}

.csc-mailform-submit {
	margin: 0 0 0 0px;
}

.csc-mailform-field {
	clear: left;
}

.csc-mailform-check {
	width: auto;
}


/* Formulare END */

.threadSpacer {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../images/landing_trenner.png) -6px no-repeat;
	width: 195px;
	height: 2px
}

#threadSpacer1 {
	top: 80px;
}
#threadSpacer2 {
	top: 160px;
}
#threadSpacer3 {
	top: 240px;
}

.Threads {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 210px;
}

.ThreadClass1 {
	width: 210px;
	height: 80px;
	left: 3px;
	position: absolute;
	display: block;
}

.ThreadClass2 {
	width: 210px;
	height: 80px;
	left: 8px;
	position: absolute;
	display: block;
}

#ThreadID1 {
	top: 0px;
}

#ThreadID2 {
	top: 85px;
}

#ThreadID3 {
	top: 165px;
}


#ThreadID4 {
	top: 245px;
}

.BannerClass1 {
	display: block;
	height: 0px;
	width: 771px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	text-align: left;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.BannerClass2 {
	display: block;
	height: 325px;
	width: 771px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	text-align: left;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
}

#BannerID1 {
	background: transparent url(http://www.plantec-cad.de/fileadmin/user_upload/Aktuelles/Seminare/Fachseminar_Landigpage.jpg) no-repeat;
}
#BannerID2 {
	background: transparent url(../images/landing_beratung.jpg) no-repeat;
}
#BannerID3 {
	background: transparent url(../images/landing_schulung.jpg) no-repeat;	
}
#BannerID4 {
	background: transparent url(../images/landing_software.jpg) no-repeat;	
}
#BannerID5 {
	background: transparent url(../images/landing_technik.jpg) no-repeat;	
}






	/* Google Maps BEGIN */
	#fromAddress{
		width: 430px;
	}

	#directions {
		font-size: 0.9em;
		width: 500px;
	}

	#map{
		width: 514px;
		height: 300px;
	}
	/* Google Maps END */





/* wraps the hole tab */
.rgtabs-wrapper {
	padding: 1em 1.5em;
	overflow: hidden;
	clear: both;
	height: 175px;
	background: url(../images/ajax_footer.png) no-repeat;	
}

.rgtabs-container {
	height: 105px;
}

/* Tab-Menu ul */
.rgtabs-menu {
	width: auto;
	list-style: none;
	width: 970px;
	height: 29px;
	background: url(../images/ajax_reiter_bg.png) no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}

.rgtabs-menu li, 
#left .rgtabs-menu li {
	list-style-type: none;
	list-style: none;
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0 0 0 14px !important;
	cursor: pointer;
}

.rgtabs-menu li,
.rgtabs-menu li a {
	display: block;
	float: left;
	height: 29px;
	line-height: 24px;
	color: #178210;	
	padding: 2px 12px 0 0;
	text-decoration: none;
	font-weight: bold;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected,
.rgtabs-menu li.rgtabs-selected {
	background: url(../images/tab-off-l.gif) no-repeat;	
}

#left .rgtabs-menu  li.rgtabs-selected a,
.rgtabs-menu  li.rgtabs-selected a {
	color: black;
	background: url(../images/tab-off-r.gif) top right no-repeat;
}





.tx-rgtabs-pi1 .csc-textpic,
.tx-rgtabs-pi1 .csc-frame {
	float: left;
	display: block;
	width: 190px;
	height: 90px;
	margin: 5px 0 0 20px;
	padding: 0 15px 0 5px;
	background: url(../images/ajax_trenner.png) right no-repeat;
}
.tx-rgtabs-pi1 .csc-frame-frame2 {
	width: 300px;
}


.tx-rgtabs-pi1 h1 {
	margin-top: 0;
}

.tx-rgtabs-pi1 .csc-textpic-clear {
	display: none;
}

.tx-rgtabs-pi1 .rgtabs-container a:link,
.tx-rgtabs-pi1 .rgtabs-container a:visited {
	color: black;
	text-decoration: underline;
}

.tx-rgtabs-pi1 .rgtabs-container a:hover {
	text-decoration: none;
}

a.button_style:link,
a.button_style:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 196px;
	height: 22px;
	padding: 3px 0 0 0;
	background: url(../images/bg_link.png) no-repeat;
}

.filelinks {
        margin: 10px 0 10px 0;
}
.filecount {
	display: none;
}
.pdf {
        background: url(../images/icon_pdf.png) left 0 no-repeat;
        height: 22px;
        padding: 2px 0 0 20px;
}

div.Partners {
	width: 950px;
}


.tx-rgtabs-pi1 .Partners .csc-textpic,
.tx-rgtabs-pi1 .Partners .csc-frame {
	float: left;
	display: block;
	width: 920px;
	height: auto;
	margin: 0;
	background: none;
}

