Conny should have noted that you should first read this reference to get going. Its best to learn as you go and not just copy stuff verbatim.
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1
Its quite easy,
one bridge
identify all VLANS as subnets on the bridge (the bridge does NO dhcp etc. keep it apples to apples and simple)
(entails IP address, ip pool, dhcp server, dhcp server network for each vlan)
Then setup the interface bridge ports as you see fit.
Trunk ports identify the interface and set ingress filtering on, as well as only tagged frames
Access ports identify the PVID, set ingress filtering on, as a well as only priority and untagged frames.
Then setup the interface vlan settings…
etc.
etc…
The issues is often one of changing subnets and getting kicked off the router while trying to make changes and startiing from scratch gets tiring.
Thus one should make liberal use of SAFE MODE !!!
Also you may want to make take one port OFF the bridge and use if for configing the rest of the router and bridge screwups wont bother you.
https://forum.mikrotik.com/viewtopic.php?t=181718
Will take a look if I get time at the config you have so far…