@import url("colors.css");

BODY	{background: #EDEDED url(images/header.png) repeat-x left top; margin: 0px 0px 30px 0px; text-align: center; color: #555555; font-family: Arial; font-size: 12px;}
.clear	{clear: both;}

a		{color: #629844; text-decoration: none;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}
a:hover	{color: #c9581f; text-decoration: none;}

img				{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}

/*** HEADER ***/

DIV.header					{width: 990px; height: 120px; position: relative; margin: 0px auto;}
DIV.header .logo			{width: 950px; height: 71px; position: absolute; top: 40px; left: 15px; text-align: left;}
DIV.header .logo span.logo	{display: block; width: 250px; height: 71px; position: absolute; top: 0px; left: 0px;}
DIV.header .logo a			{display: block; width: 250px; height: 71px; text-decoration: none; position: absolute; top: 0px; left: 0px; cursor: pointer;}
DIV.header .logo a .row1	{display: block; font-family: Century Gothic, Arial; font-size: 26px; font-weight: bold; line-height: 30px; padding-top: 10px; padding-left: 83px;}
DIV.header .logo a .row2	{display: block; color: #333333; font-family: Century Gothic, Arial; font-weight: bold; line-height: 20px; padding-left: 85px;}



DIV.header .icons					{position: absolute; top: 58px; right: 20px;}
DIV.header .icons form				{margin: 0px; padding: 0px; float: right; padding-top: 5px; padding-left: 25px;}
DIV.header .icons input#search		{display: block; width: 170px; height: 20px; border: 1px solid #A0A0A0; padding: 2px 4px 0px 4px; margin: 0px; float: left; margin-right: 3px;}
DIV.header .icons input#searchsubmit{display: block; width: 70px; float: left; border-width: 0px; background: #333333; color: #ffffff; font-weight: bold; font-size: 11px; font-family: arial; padding-top: 4px; padding-bottom: 4px; line-height: 13px; cursor: pointer;}
DIV.header .icons input#searchsubmit:hover	{background: #000000;}
DIV.header .icons a					{text-decoration: none; position: relative; cursor: pointer;}
DIV.header .icons a.ico				{display: block; width: 32px; height: 32px; float: right; margin-left: 25px;}
DIV.header .icons a.ico .mail		{display: block; width: 32px; height: 32px; position: absolute; top: 0px; left: 0px; background: url('images/icon_mail.png') center center no-repeat;}
DIV.header .icons a.ico .phone		{display: block; width: 32px; height: 32px; position: absolute; top: 0px; left: 0px; background: url('images/icon_phone.png') center center no-repeat;}
DIV.header .icons a.ico .home		{display: block; width: 32px; height: 32px; position: absolute; top: 0px; left: 0px; background: url('images/icon_home.png') center center no-repeat;}
DIV.header .icons a.ico .buble		{display: none; white-space: nowrap; background: url('images/buble_down.gif') bottom center repeat-x #568931; padding-bottom: 9px;}
DIV.header .icons a.ico:hover .buble	{display: block; width: auto; position: absolute; bottom: 32px; left: -57px;}
DIV.header .icons .buble .contents	{display: block; width: auto; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #ffffff; padding: 6px 10px 6px 10px; font-size: 11px; color: #ededed; line-height: 14px;}

/*** BOXES ***/

div.top_home				{width: 990px; margin: 0px auto; background-color: #ffffff; text-align: left; margin-bottom: 10px; position: relative; z-index: 50;}
div.top_home .box_top		{width: 990px; height: 12px; font-size: 0%; background: url('images/border_990_top.png') top center no-repeat;}
div.top_home .box_down		{width: 990px; height: 12px; font-size: 0%; background: url('images/border_990_down.png') bottom center no-repeat;}
div.top_home .box_body		{width: 990px; background: url('images/border_990.gif') top center repeat-y; position: relative;}

div.top_subpage				{width: 990px; margin: 0px auto; background-color: #ffffff; text-align: left; margin-bottom: 10px; position: relative; z-index: 80;}
div.top_subpage .box_top	{width: 990px; height: 12px; font-size: 0%; background: url('images/border_990_top.png') top center no-repeat;}
div.top_subpage .box_down	{width: 990px; height: 12px; font-size: 0%; background: url('images/border_990_down.png') bottom center no-repeat;}
div.top_subpage .box_body	{width: 990px; background: url('images/border_990.gif') top center repeat-y; position: relative;}

div.box_full				{width: 990px; margin: 0px auto; background-color: #F5F5F5; text-align: left; margin-bottom: 10px;}
div.box_full .box_top		{width: 990px; height: 12px; font-size: 0%; background: url('images/border_990_top.png') top center no-repeat;}
div.box_full .box_down		{width: 990px; height: 12px; font-size: 0%; background: url('images/border_990_down.png') bottom center no-repeat;}
div.box_full .box_body		{width: 990px; background: url('images/border_990.gif') top center repeat-y; position: relative;}

div.boxes_3col				{width: 990px; margin: 0px auto; text-align: left; margin-bottom: 10px;}
div.box1_3col				{width: 328px; float: left; margin-right: 3px; background: #F5F5F5;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}
div.box1_3col:hover			{background: #ffffff;}
div.box2_3col				{width: 328px; float: left; margin-right: 3px; background: #F5F5F5;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}
div.box2_3col:hover			{background: #ffffff;}
div.box3_3col				{width: 328px; float: left; margin-right: 0px; background: #F5F5F5;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}
div.box3_3col:hover			{background: #ffffff;}
div.box4_3col				{width: 328px; float: left; margin-right: 3px; background: #F5F5F5;}
div.box5_3col				{width: 328px; float: left; margin-right: 3px; background: #F5F5F5;}
div.box6_3col				{width: 328px; float: left; margin-right: 0px; background: #F5F5F5;}
div.box7_3col				{width: 328px; float: left; margin-right: 3px; background: #F5F5F5;}
div.box8_3col				{width: 328px; float: left; margin-right: 3px; background: #F5F5F5;}
div.box9_3col				{width: 328px; float: left; margin-right: 0px; background: #F5F5F5;}
div.boxes_3col .box_top		{width: 328px; height: 12px; font-size: 0%; background: url('images/border_328_top.png') top center no-repeat;}
div.boxes_3col .box_down	{width: 328px; height: 12px; font-size: 0%; background: url('images/border_328_down.png') bottom center no-repeat;}
div.boxes_3col .box_body	{width: 328px; background: url('images/border_328.gif') top center repeat-y; position: relative;}
div.boxes_3col .contents	{height: 295px;}
div.boxes_3col H1			{font-family: Century Gothic, Arial; font-size: 16px; font-weight: bold; margin: 0px 25px 10px 25px; padding-top: 10px;}
div.boxes_3col .picture		{margin: 0px 6px 10px 6px; border-top: 1px solid #ffffff; border-bottom: 1px solid #DDDDDD; background-color: #ffffff;}
div.boxes_3col .picture img	{display: block; width: 316px; height:150px; border-bottom: 1px solid #ffffff; border-top-width: 6px; border-top-style: solid;}
div.boxes_3col p			{font-size: 12px; line-height: 18px; margin: 0px 25px 10px 25px;}
div.boxes_3col a.link		{display: block; float: right; line-height: 20px; font-family: Century Gothic, Arial; font-size: 11px; font-weight: bold; text-decoration: none; margin-right: 0px; margin-bottom: 10px; padding-left: 20px; position: relative; right: 25px;}
div.boxes_3col a.link .icon	{display: block; width: 13px; height: 13px; position: absolute; top: 4px; left: 0px; cursor: pointer;}

/*** TOPMENU ***/

div.topmenu			{width: 980px; height: 38px; position: absolute; top: 5px; left: 5px; background: url('images/topmenu.png') top center no-repeat;}
div.navwrap			{width: 980px; height: 38px; position: absolute; top: 5px; left: 5px; background: url('images/topmenu.gif') top center no-repeat; text-align: left; z-index: 50;}

ul#nav				{margin: 0px; padding: 0px 20px 0px 0px; list-style-type: none; float: right;}
ul#nav li			{display: block; float: left; font-family: Century Gothic, Arial; font-weight: bold; font-size: 14px; position: relative;}
ul#nav a			{display: block; height: 38px; line-height: 38px; float: left; padding: 0px 20px 0px 20px;}

ul#nav ul			{display: none; margin: 0px; padding: 0px; float: none; position: absolute; top: 38px; left: 2px; border-left: 1px solid #DADBDA; border-right: 1px solid #DADBDA;}
ul#nav ul li		{clear: both; float: left;}
ul#nav ul a			{display: block; width: 130px; height: 26px; line-height: 26px; float: none; font-size: 13px; border-top: 1px solid #ffffff; border-bottom: 1px solid #DADBDA;}
ul#nav ul ul 		{position: absolute; top: -1px; left: 170px; border-top: 1px solid #DADBDA;}

ul#nav li:hover ul ul, 
ul#nav li:hover ul ul ul	{display: none;}

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul 	{display: block;}

/*** SUBMENU ***/

div.r_column h2				{font-family: Century Gothic, Arial; font-size: 18px; font-weight: bold; padding: 0px 25px 0px 25px; margin: 15px 0px 12px 0px; }
div.r_column .subnav p			{font-size: 11px; line-height: 14px; padding: 0px 25px 10px 25px; margin: 0px;}

div.subnav					{background: url('images/submenu.gif') top left repeat-y #A9A9A9; color: #ffffff; margin-right: 1px;}
div.subnav .subnav_top		{background: url('images/submenu_top.gif') top left no-repeat; font-size: 0%; height: 6px;}
div.subnav .subnav_down		{background: url('images/submenu_down.gif') bottom left no-repeat #878787; font-size: 0%; height: 10px; margin-top: 5px;}
div.subnav a				{color: #ffffff; text-decoration: none;}
div.subnav a:hover			{color: #333333; text-decoration: none;}
div.subnav ul				{padding: 7px 25px 10px 25px; margin: 0px; list-style-type: none; font-size: 14px; line-height: 30px;}
div.subnav ul ul			{padding: 0px 0px 12px 0px; margin: 0px; list-style-type: none; font-size: 12px; line-height: 18px;}
div.subnav li				{border-bottom: 1px solid #CBCBCB;}
div.subnav li li			{border-bottom: none; display: inline;}
div.subnav li ul			{display: none;}
div.subnav li.current_page_item ul		{display: block;}
div.subnav li a					{display: block; background: url('images/rmenu_item.gif') 2px 10px no-repeat; padding-left: 17px;}
div.subnav li.current_page_item a		{color: #333333; background: url('images/rmenu_item_active.gif') 2px 10px no-repeat;}
div.subnav li ul a				{display: block; background: none; padding-left: 17px;}
div.subnav li.current_page_item ul a		{display: block; color: #ffffff; background: none;}
div.subnav li.current_page_item ul a:hover	{color: #333333; background: none;}

/*** SLIDES ***/

div.slider					{width: 980px; position: relative; left: 5px; padding-top: 31px; display: none;}
div.slider .picture			{}
div.slider .picture img		{display: block;}
div.homeslide-0 			{display: block;}
div.slide_footer			{margin: 0px 25px 0px 25px;}
div.slide_footer H2			{font-family: Century Gothic, Arial; font-size: 16px; font-weight: normal; margin: 0px 0px 5px 0px; padding: 10px 0px 0px 510px; color: #679604;}

/*** SUBPAGE ***/

div.top_subpage .status		{margin-top: 31px; margin-left: 5px; margin-right: 5px; border-top: 1px solid #EDEDED;}
div.top_subpage .links		{height: 40px; position: relative;}
div.top_subpage .links p	{font-size: 11px; line-height: 14px; color: #555555; position: absolute; top: 21px; left: 18px; margin: 0px; padding-left: 20px; background: url(images/icon_status.gif) 0px 0px no-repeat;}
div.top_subpage .links a	{color: #555555; text-decoration: none; font-weight: bold;}
div.top_subpage .links a:hover	{color: #555555; text-decoration: underline;}

div.subpage div.rightcolumn		{background: url('images/right_column.gif') 682px 0px repeat-y;}
div.subpage div.contents		{width: 980px; margin: 0px auto;}
div.subpage div.page			{width: 715px; margin-top: 30px; float: left;}
div.subpage div.page_border		{padding-left: 38px; padding-bottom: 20px; padding-right: 38px;}
div.subpage div.r_column		{width: 265px; padding-bottom: 20px; float: right;}

div.page h1					{font-family: Century Gothic, Arial; font-size: 30px; font-weight: bold; margin: 0px 0px 20px 0px; padding: 20px 0px 0px 0px;}
div.page h2					{font-family: Century Gothic, Arial; font-size: 26px; font-weight: normal; margin: 0px 0px 10px 0px; padding: 0px;}
div.page h3					{font-family: Century Gothic, Arial; font-size: 22px; font-weight: normal; margin: 0px 0px 10px 0px; padding: 0px;}
div.page h4					{font-family: Century Gothic, Arial; font-size: 17px; font-weight: normal; margin: 5px 0px 0px 0px; padding: 0px;}
div.page h5					{font-family: Century Gothic, Arial; font-size: 14px; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px;}
div.page h6					{font-family: Century Gothic, Arial; font-size: 12px; font-weight: bold; margin: 0px 0px 10px 0px; padding: 0px;}
div.page h7					{font-family: Century Gothic, Arial; font-size: 15px; color: #619743; font-weight: bold;}
div.page h8					{font-family: Century Gothic, Arial; font-size: 14px; font-weight: normal;}

div.page h1		{color: #629844;}
div.page h2		{color: #000000;}
div.page h3		{color: #000000;}
div.page h4		{color: #000000;}
div.page h5		{color: #629844;}
div.page h6		{color: #629844;}
div.page h7		{color: #629844;}
div.page h8		{color: #629844;}
div.page h9		{color: #629844;}

div.page p					{margin: 0px; padding-bottom: 0px; line-height: 18px; text-align: justify;}

div.page div.image			{clear: both; margin: 0px; padding: 0px;}

div.page div.image p		{padding: 0px;}

div.page .downline			{border-bottom: 1px solid #CCCCCC;}

div.page p.downline			{border-bottom: 1px solid #CCCCCC; padding-bottom: 3px; margin-bottom: 15px;}

div.page img				{display: block; padding: 6px; border: 1px solid #CCCCCC; margin-bottom: 15px; background-color: #ffffff;}

div.page img.nostyle		{display: block; padding: 0px; border-width: 0px; margin: 0px;}

div.page img.lightsign		{display: block; padding: 0px 0px 0px 0px; border-width: 0px; margin: 10px 0px 0px 0px;padding: 6px; border: 1px solid #CCCCCC;}

div.page .alignleft			{float: left; margin-right: 20px;}

div.page .alignright		{float: right; margin-left: 20px;}

div.page .aligncenter		{margin: 0px auto 0px auto; }

div.page ul					{list-style-type: square; padding: 0px 0px 0px 16px; margin: 0px 0px 15px 0px;}

div.page ol					{list-style-type: lower-alpha; padding: 0px 0px 0px 22px; margin: 0px 0px 15px 0px;}

div.page li					{padding-bottom: 5px;}



div.page table				{width: 100%; border-collapse: collapse; line-height: normal; font-size: 12px; text-align: left; margin: 0px 0px 15px 0px;}

div.page table th			{background-color: #CCCCCC; font-weight: bold; padding: 3px 6px 3px 6px; border-bottom: 1px solid #ffffff;}

div.page table td			{background-color: #f5f5f5; padding: 3px 6px 3px 6px; border-bottom: 0px solid #ffffff;}

div.page table td.title		{font-weight: bold;}



a.button					{color: #ffffff; text-decoration: none; background-color: #555555; display: inline; font-weight: bold; font-size: 11px;  padding: 5px 10px 5px 10px; border-width: 0px;}

a.button:hover				{color: #ffffff; text-decoration: none; background-color: #000000;}



/*** GALLERY ***/



div.gallery								{width: 635px;}

div.gallery .gallery-item				{text-align: left;}

div.gallery .gallery-icon				{text-align: left;}

div.gallery img.attachment-thumbnail	{border-width: 1px !important; padding: 6px; background: #ffffff;}

div.gallery dl a						{display: block; width: 114px;}

div.gallery a:hover img					{border-color: #666666 !important;}

span.gallery a:hover img				{border-color: #666666 !important;}

div.gallery .gallery-caption			{padding-right: 13px; position: relative; top: -10px; font-size: 11px;}

/*** PORTFOLIO ***/

.portfolio-website 						{padding: 10px 0px 10px 0px !important; background: url('images/widget_line.gif') bottom left repeat-x; border-bottom: none !important;}
.website-name a							{color: #888888 !important; text-decoration: none !important; font-family: Century Gothic, Arial !important; font-size: 20px !important; font-weight: bold !important; margin: 0px 0px 10px 0px !important; padding: 0px !important;}
.website-name a:hover					{color: #000000 !important; text-decoration: none !important;}
div.website-thumbnail					{width: 320px; margin-right: 20px; margin-bottom: 15px;}
div.website-thumbnail img				{border-width: 0px; margin: 0px; padding: 0px;}
div.website-description-text			{padding-bottom: 15px; line-height: 18px; }
div.website-description-button a.a_button	{color: #ffffff; text-decoration: none; background-color: #555555; display: inline; font-weight: bold; font-size: 11px;  padding: 5px 10px 5px 10px; border-width: 0px;}
div.website-description-button a.a_button:hover	{color: #ffffff; text-decoration: none; background-color: #000000;}
div.wpp-creditlink				{}

/*** PREISBEISPIELE ***/

preis2						{background:#80b9a7; color: #ffffff;padding: 7px 17px 7px 17px;font: bold 14px/44px Arial, Helvetica, sans-serif;text-shadow: 0px 1px 1px #444;cursor: pointer; border: 3px solid #fff;
-webkit-box-shadow: rgba(0,0,0,0.6) 0 0px 1px; -moz-box-shadow: rgba(0,0,0,0.6) 0 0px 1px; box-shadow: rgba(0,0,0,0.6) 0 0px 1px;
-webkit-transition: 200ms;-moz-transition: 200ms;}
preis:hover					{
	background: -moz-linear-gradient(90deg, #c9581f 0%, #e2a622 100%) #7fb11a;
	background: -webkit-gradient(linear, left bottom, left top, from(#c9581f), to(#e2a622)) #629844;
}
.preis-line	 				{background: url('images/widget_line.gif') bottom left repeat-x;}

preis						{
	color: #ffffff !important;
	text-decoration: none;
	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 10px 0;
	padding: 8px 18px 10px !important;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
	text-transform: none;

	text-shadow: 0 1px 2px rgba(6, 67, 0, 0.9);
	background: -moz-linear-gradient(90deg, #629844 0%, #82b861 100%) #7fb11a;
	background: -webkit-gradient(linear, left bottom, left top, from(#629844), to(#82b861)) #629844;
	padding-right: 14px;
	padding-left: 15px;
	border: none !important; /* for FastSpring */
	
}


/*** BLOG ***/

div.blog_multi				{clear: both; background: url('images/widget_line.gif') bottom left repeat-x; padding-bottom: 20px;}

div.blog_storycontent		{line-height: 18px; text-align: justify; padding-bottom: 15px;}

div.blog_single				{padding-bottom: 20px; background: url('images/widget_line.gif') bottom left repeat-x;}



div.page h3#comments		{padding-top: 20px; margin-bottom: 0px;}



div.post h1					{line-height: 31px;}

div.post h1 a				{display: block; background: url('images/blog_but_off.gif') 0px 4px no-repeat; color: #888888; text-decoration: none; padding-left: 32px;} 

div.post h1 a:hover			{display: block; background: url('images/blog_but_ovr.gif') 0px 4px no-repeat; color: #000000; text-decoration: none;} 

div.post h1.storytitle			{margin-bottom: 0px;}

div.post .blog_upbox				{margin-bottom: 15px; padding-top: 2px;}

div.post .blog_upbox .category			{padding-left: 6px;}

div.post .blog_upbox .category a		{padding: 0px 3px 0px 3px;}	

div.post .blog_upbox .feedback			{border-left: 1px solid #959595; padding-left: 6px;}

div.post .blog_storycontent img			{}

div.post .blog_buttons				{}

div.post .blog_buttons a.a_button		{color: #ffffff; text-decoration: none; background-color: #555555; display: inline; font-weight: bold; font-size: 11px;  padding: 5px 10px 5px 10px; border-width: 0px;}

div.post .blog_buttons a.a_button:hover		{color: #ffffff; text-decoration: none; background-color: #000000;}

div.post .blog_buttons a.post-edit-link		{color: #ffffff; text-decoration: none; background-color: #6D65A1; display: inline; font-weight: bold; font-size: 11px;  padding: 5px 10px 5px 10px; border-width: 0px;}

div.post .blog_buttons a.post-edit-link:hover	{color: #ffffff; text-decoration: none; background-color: #4E4683;}



div.page ol.commentlist					{width: 100%; list-style-type: none; padding: 0px; padding-top: 0px; margin-bottom: 0px; clear: both;}

div.page ol.commentlist .depth-1			{width: 100%; background: url('images/widget_line.gif') bottom left repeat-x;}

div.page ol.commentlist .depth-1 .comment-body		{margin-top: 10px;}

div.page ol.commentlist .depth-2 .comment-body		{margin-top: 0px;}

div.page ol.commentlist .comment			{}

div.page ol.commentlist li				{padding-bottom: 0px;}

div.page ul.children					{list-style-type: none; padding: 0px; padding-left: 55px; margin-bottom: 0px; clear: both;}



div.comment-body					{width: 100%; padding-bottom: 0px; clear: both;}

div.comment-body .vcard					{font-size: 14px; padding-top: 0px;}

div.comment-body .vcard .avatar-box			{width: 42px; float: left;}

div.comment-body .vcard .avatar-box img			{display: block; padding: 4px; border: 1px solid #CCCCCC; margin-bottom: 0px;}

div.comment-body .vcard .avatar-box .reply		{width: 42px; text-align: center; padding-top: 1px;}

div.comment-body .vcard .avatar-box .reply a		{color: #ffffff; text-decoration: none; background-color: #6D65A1; font-size: 10px; font-weight: bold; display: block; padding: 1px 0px 3px 0px;}

div.comment-body .vcard .avatar-box .reply a:hover	{color: #ffffff; text-decoration: none; background-color: #4E4683;}

div.comment-body .vcard cite				{margin-left: 13px; font-weight: bold;}

div.comment-body .commentmetadata			{font-size: 11px; float: right; padding-top: 0px;}

div.comment-body .comment-edit-link			{font-weight: bold; background: #a0a0a0; color: #ffffff; text-decoration: none; font-size: 10px; padding: 1px 4px 2px 4px;}

div.comment-body .comment-edit-link:hover		{font-weight: bold; background: #000000; color: #ffffff;}

div.comment-body p					{padding-left: 55px; padding-top: 5px; padding-bottom: 0px;}

div.comment-body div.clear				{height: 15px;}



div.navigation				{width: 100%; font-size: 0%;}

div.navigation .alignleft		{margin: 0px; float: left; width: 150px; text-align: left; padding: 10px 0px 20px 0px;}

div.navigation .alignright		{margin: 0px; float: right; width: 150px; text-align: right; padding: 10px 0px 20px 0px;}

div.navigation a			{background: #A0A0A0; color: #ffffff; text-decoration: none; display: block; padding: 3px 0px 3px 0px; font-size: 11px; font-weight: bold; text-align: center;}

div.navigation a:hover			{background: #000000; color: #ffffff; text-decoration: none;}



div#respond				{clear: both; padding-top: 0px;}

div#respond h3				{margin-bottom: 20px;}

div#respond form			{margin: 0px; padding: 0px;}

div#respond form #comment_post_ID,

div#respond form #comment_parent,

div#respond form #_wp_unfiltered_html_comment	{visibility: hidden;}

div#respond p				{clear: both;}

div#respond label			{padding-left: 10px; cursor: pointer;}

div#respond label small			{font-size: 12px; line-height: 23px;}



div.page ol.commentlist #respond			{padding-top: 0px; clear: both; margin-bottom: 10px;}

div.page ol.commentlist #respond form			{background: url('images/widget_line.gif') bottom left repeat-x;}

div.page ol.commentlist #respond h3			{margin-bottom: 10px;}

div.page ol.commentlist div.cancel-comment-reply	{width: 100%; background: url('images/widget_line.gif') top left repeat-x; text-align: right; padding-top: 1px;}

div.page ol.commentlist div.cancel-comment-reply a		{font-weight: bold; background: #a0a0a0; color: #ffffff; text-decoration: none; font-size: 10px; padding: 1px 4px 2px 4px;}

div.page ol.commentlist div.cancel-comment-reply a:hover	{font-weight: bold; background: #000000; color: #ffffff;}





/*** RIGHT COLUMN BOX ***/



div.r_column .box h2			{font-size: 18px; color: #B38144; margin-bottom: 0px; margin-top: 20px;}

div.r_column .box p				{font-size: 11px; line-height: 14px; padding: 0px 25px 8px 25px; margin: 0px;}

div.r_column .box img			{display: block; margin-left: 25px; margin-bottom: 10px; border: 1px solid #CCCCCC; padding: 2px; background-color: #ffffff;}



div.r_column .custom-box		{background: url('images/widget_line.gif') no-repeat; margin-left: 25px; padding-top: 15px; margin-top: 9px;}

div.r_column .custom-box h2		{font-size: 18px; margin-left: -25px; color: #568931; margin-bottom: 10px; margin-top: 10px;}

div.r_column .custom-box p		{font-size: 11px; line-height: 14px; padding: 0px 25px 8px 25px;}

div.r_column .custom-box img	{display: block; margin-bottom: 10px; border: 0px solid #CCCCCC; padding: 0px; background-color: #ffffff;}



/*** FOOTER ***/



div.footer							{padding-bottom: 0px; margin-bottom: 30px; background: #fff;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;}

div.footer .footbox					{width: 980px; height: 49px; position: absolute; top: 5px; left: 5px; background: url('images/footer.pn') top left no-repeat;}

div.footer .contents				{width: 980px; height: 49px; position: absolute; top: 5px; left: 5px;}

div.footer .contents p				{margin: 15px 20px 0px 20px; font-size: 12px; line-height: 20px; color: #aaaaaa;}

div.footer .contents a				{color: #568931; text-decoration: none;}

div.footer .contents a:hover		{color: #c9581f;}

div.footer .space					{height: 35px;}

DIV.footer .icons					{position: absolute; top: 14px; right: 14px;}

DIV.footer .icons a					{text-decoration: none;}

DIV.footer .icons a span			{font-size: 0%; visibility: hidden;}

DIV.footer .icons a.rss				{display: block; width: 32px; height: 32px; float: right; margin-left: 10px; background: url('images/blatt.png') center center no-repeat;}

DIV.footer .icons a.rss:hover		{background: url('images/blatt_grau.png') center center no-repeat;}

DIV.footer .like					{margin: 6px 60px 0px 0px;}







/*** INPUT ***/





input {



    font-family: Century Gothic, Arial;

	font-size: 12px;



	margin: 3px 3px 3px 3px;

    padding: 5px 0 5px 5px;

	width: 190px;

	color: #777;

	background: #fff;

    font-weight: bold;

    border: 1px solid #bbb;



}



input:hover {

	background: #ecf3e7;

}



input[type=submit] {

    font-family: Century Gothic, Arial;

	font-size: 13px;

	float: left;

	width: 198px;

	color: #fff;

    font-weight: bold;

	background: #568931;

    border: 1px solid #568931;

}





input:hover[type=submit] {

	background: #666666;

    border: 1px solid #666666;

}



input.invalid{color:#666666}



textarea {

    font-family: Century Gothic, Arial;

	font-size: 12px;

	margin: 3px 3px 3px 3px;

    padding: 6px 0 0 5px;

	width: 190px;

	height: 64px;

	color: #777;

	background: #fff;

    font-weight: bold;

    border: 1px solid #bbb;



}



textarea:hover {

	background: #ecf3e7;

}



select {

    font-family: Century Gothic, Arial;

	font-size: 12px;

    vertical-align: middle;

	width: 197px;

	margin: 3px 3px 3px 3px;

	color: #777;

	background: #fff;

    font-weight: bold;

    border: 1px solid #bbb;



}



select:hover {

	background: #ecf3e7;

}







checkbox {

	width: auto;

	height: auto;

	margin: 0px;

	background: #fff;

}



radio {

	width: auto;

	height: 100px;

	margin: 0px;

	background: #fff;

}
