@charset "utf-8";

.styleguide {
	background-color:#fff;
	background-image:none;
	text-align:left;
	padding:10px;
}

.sidemenu {
	float:left;
	width: 200px;
}

.sidemenu .dialogue-container h3 {
    border-bottom: 1px solid #FFFFFF;
    border-left-style: none;
    border-right-style: none;
    display: block;
    margin: 10px 0 0;
    padding: 0 0 5px;
}

.content {
	padding-left: 220px;
	max-width: 780px;
}

.box {
	padding: 8px;
	margin-bottom: 20px;
}

.hint {
	background-color:#FC3;
}

.typo3 {
	background-color:#D1E0E4;
}

.preview_content {
	-moz-box-shadow: 3px 3px 5px #303030;
    -webkit-box-shadow: 3px 3px 5px #303030;
    box-shadow: 3px 3px 5px #303030;
}

.small {
	width: 30%;
}

.code {
	background-color:#FFC;
	border:2px dotted #900;
	font-family:"Courier New", Courier, monospace;
	overflow:auto;
	padding-bottom: 16px;
}

.gs_wsg_h3 {
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:2px dotted #900;
}

.gs_wsg_h1 {
	color: #FFF;
	padding: 10px;
	background-color: #58748f;
}

.gs_wsg_icon {
	width: 24px;
	height: 24px;
	background-image:url(../img/imagewrap_icons.png);
    display: inline-block;
    overflow: hidden;
    position: relative;
	vertical-align: middle;
}

.gs_wsg_icon_column{
	width:80px;
	vertical-align:middle;
}

.gs_wsg_box {
    background: -moz-linear-gradient(center top , #8C99A6 0%, #475C71 100%) repeat scroll 0 0 transparent;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gs_wsg_box:hover {
    background: -moz-linear-gradient(center top , #FF9F23 0%, #FF6301 100%) repeat scroll 0 0 transparent;
}

/* Nicht implementierte CSS-Vorschläge */

input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
	background: #58748f;
	color: #fff !important;
	text-decoration: none;
	text-shadow: none;
}

input[type="button"].gs_button_right {
	float:right;
	margin:0;
}

input[type="button"].gs_button_left {
	float:left;
	margin:0;
}


 /* wraps the hole tab */
.gs_tabmenu_wrapper {
	margin-bottom:10px;
	padding:10px;
	overflow:hidden;
	clear:both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdd5dd;
	border-right-color: #cdd5dd;
	border-bottom-color: #cdd5dd;
	border-left-color: #cdd5dd;
}

/* Tab-Menu ul */
.gs_tabmenu_process  {
	background:none repeat scroll 0 0 #cdd5dd;
	margin:0;
	padding:0;
	height: 28px;
	width: auto;
	list-style:none;
}

/* Tab-Menu li */
.gs_tabmenu_process li {
	/* ALTES DESIGN
	border-left:1px solid #ededed;
	border-right:1px solid #999;
	*/
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}

.gs_tabmenu_process li:first-child {
	border-left:none;
}

/* Tab-Menu li */
.gs_tabmenu_process li.gs_tabmenu_process_selected {
  /* ALTES DESIGN Gradient tab active */
  background-color: #FF6100;
	/* ALTES DESIGN
  background: -moz-linear-gradient(top, #FF9F23 0%, #FF6301 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9F23), color-stop(100%,#FF6301));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9F23', endColorstr='#FF6301',GradientType=0 );
  */

	margin-right:12px;
}

.gs_tabmenu_process li:hover {
  /* Gradient tab hover blue */
  background: #58748f; /* old browsers */
	/* ALTES DESIGN
  background: -moz-linear-gradient(top, #8C99A6 0%, #475C71 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8C99A6), color-stop(100%,#475C71));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C99A6', endColorstr='#475C71',GradientType=0 );
	*/
  color:#fff;
}

/* Tab-Menu li.a */
.gs_tabmenu_process li a {
	font-weight:bold;
	display: block;
	float: left;
	color: #58748f;
	font-family: arial;
	padding: 0 24px 0 12px;
	text-decoration: none;
	height:28px;
	line-height:28px;
	padding-right:24px;
	border:none;
	/* ALTES DESIGN background: url(../../fileadmin/img/icons/gs_process_blue.png) no-repeat right; */
	margin-right: 6px;
}

/* No arrow for the last element */
#nav_main li.gs_process_last a,
.gs_tabmenu .gs_tabmenu_process li.gs_process_last a,
.gs_tabmenu .gs_tabmenu_process li.gs_process_last a:hover {
	background:none;
	margin:0;
	padding:0 12px;
}

.gs_tabmenu_process li.gs_tabmenu_process_selected a,
.gs_tabmenu_process li a:hover {
    background: url(../../fileadmin/img/icons/gs_process_white.png) no-repeat right;
	color: #fff;
 	border:none;
}
